mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8202150: [REDO] 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
4d841c90fb
commit
edc81d17e1
66 changed files with 3060 additions and 2964 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "interpreter/bytecodes.hpp"
|
||||
#include "memory/universe.hpp"
|
||||
#include "prims/methodHandles.hpp"
|
||||
#include "runtime/globals.hpp"
|
||||
#include "runtime/flags/jvmFlag.hpp"
|
||||
#include "runtime/handles.inline.hpp"
|
||||
#include "runtime/icache.hpp"
|
||||
#include "runtime/init.hpp"
|
||||
|
@ -155,7 +155,7 @@ jint init_globals() {
|
|||
// All the flags that get adjusted by VM_Version_init and os::init_2
|
||||
// have been set so dump the flags now.
|
||||
if (PrintFlagsFinal || PrintFlagsRanges) {
|
||||
CommandLineFlags::printFlags(tty, false, PrintFlagsRanges);
|
||||
JVMFlag::printFlags(tty, false, PrintFlagsRanges);
|
||||
}
|
||||
|
||||
return JNI_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue