changeset 22560:9665bbd976c8

Remove unused flags JVMCIUseFastNewTypeArray, JVMCIUseFastNewObjectArray and JVMCIPrintSimpleStubs.
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 14 Sep 2015 09:43:01 -0700
parents ced38b61fe87
children ba4ef98ae535
files src/share/vm/jvmci/jvmci_globals.hpp
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmci_globals.hpp	Sun Sep 13 21:27:58 2015 -1000
+++ b/src/share/vm/jvmci/jvmci_globals.hpp	Mon Sep 14 09:43:01 2015 -0700
@@ -94,18 +94,9 @@
   develop(bool, JVMCIUseFastLocking, true,                                  \
           "Use fast inlined locking code")                                  \
                                                                             \
-  develop(bool, JVMCIUseFastNewTypeArray, true,                             \
-          "Use fast inlined type array allocation")                         \
-                                                                            \
-  develop(bool, JVMCIUseFastNewObjectArray, true,                           \
-          "Use fast inlined object array allocation")                       \
-                                                                            \
   product(intx, JVMCINMethodSizeLimit, (80*K)*wordSize,                     \
           "Maximum size of a compiled method.")                             \
                                                                             \
-  notproduct(bool, JVMCIPrintSimpleStubs, false,                            \
-          "Print simple JVMCI stubs")                                       \
-                                                                            \
   develop(bool, TraceUncollectedSpeculations, false,                        \
           "Print message when a failed speculation was not collected")      \