src/hotspot/share/jvmci/jvmci_globals.hpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/src/hotspot/share/jvmci/jvmci_globals.hpp	Wed Feb 28 18:07:16 2018
--- new/src/hotspot/share/jvmci/jvmci_globals.hpp	Wed Feb 28 18:07:16 2018

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 53,62 **** --- 53,65 ---- "Prints properties used by the JVMCI compiler and exits") \ \ experimental(bool, BootstrapJVMCI, false, \ "Bootstrap JVMCI before running Java main method") \ \ + experimental(bool, EagerJVMCI, false, \ + "Force eager JVMCI initialization") \ + \ experimental(bool, PrintBootstrap, true, \ "Print JVMCI bootstrap progress and summary") \ \ experimental(intx, JVMCIThreads, 1, \ "Force number of JVMCI compiler threads to use") \

src/hotspot/share/jvmci/jvmci_globals.hpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File