src/hotspot/share/jvmci/jvmci_globals.hpp
changeset 49191 13378aa8527e
parent 47216 71c04702a3d5
child 50589 e5d741569070
--- a/src/hotspot/share/jvmci/jvmci_globals.hpp	Thu Mar 01 10:56:17 2018 +0100
+++ b/src/hotspot/share/jvmci/jvmci_globals.hpp	Thu Mar 01 09:03:30 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -55,6 +55,9 @@
   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")                     \
                                                                             \