mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8081519: Split globals.hpp to factor out the Flag class
Factored out Flag out go globals, renamed to JVMFlag Reviewed-by: coleenp, dholmes, kvn
This commit is contained in:
parent
ac44a19694
commit
60723b7e3d
66 changed files with 3060 additions and 2966 deletions
|
@ -1259,4 +1259,11 @@ static inline void* dereference_vptr(const void* addr) {
|
|||
return *(void**)addr;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// String type aliases used by command line flag declarations and
|
||||
// processing utilities.
|
||||
|
||||
typedef const char* ccstr;
|
||||
typedef const char* ccstrlist; // represents string arguments which accumulate
|
||||
|
||||
#endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue