# HG changeset patch # User Tom Rodriguez # Date 1442248981 25200 # Node ID 9665bbd976c81d40e147a9ac14ce333b9b44db3e # Parent ced38b61fe87ef8aff604a3f7cdaf4f5be87e148 Remove unused flags JVMCIUseFastNewTypeArray, JVMCIUseFastNewObjectArray and JVMCIPrintSimpleStubs. diff -r ced38b61fe87 -r 9665bbd976c8 src/share/vm/jvmci/jvmci_globals.hpp --- 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") \