src/share/vm/runtime/init.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/init.cpp	Sat Jun 13 09:00:30 2015
--- new/src/share/vm/runtime/init.cpp	Sat Jun 13 09:00:30 2015

*** 27,36 **** --- 27,37 ---- #include "code/icBuffer.hpp" #include "gc/shared/collectedHeap.hpp" #include "interpreter/bytecodes.hpp" #include "memory/universe.hpp" #include "prims/methodHandles.hpp" + #include "runtime/globals.hpp" #include "runtime/handles.inline.hpp" #include "runtime/icache.hpp" #include "runtime/init.hpp" #include "runtime/safepoint.hpp" #include "runtime/sharedRuntime.hpp"
*** 139,150 **** --- 140,151 ---- NMT_stack_walkable = true; #endif // INCLUDE_NMT // 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); } return JNI_OK; }

src/share/vm/runtime/init.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File