hotspot/src/share/vm/runtime/arguments.cpp
changeset 9116 9bc44be338d6
parent 9114 db10549c184e
child 9182 ab3e9e0925ad
child 9133 1c8d07466fdb
equal deleted inserted replaced
9115:5a28312aa393 9116:9bc44be338d6
   241   { "HandlePromotionFailure",
   241   { "HandlePromotionFailure",
   242                            JDK_Version::jdk_update(6,24), JDK_Version::jdk(8) },
   242                            JDK_Version::jdk_update(6,24), JDK_Version::jdk(8) },
   243   { "MaxLiveObjectEvacuationRatio",
   243   { "MaxLiveObjectEvacuationRatio",
   244                            JDK_Version::jdk_update(6,24), JDK_Version::jdk(8) },
   244                            JDK_Version::jdk_update(6,24), JDK_Version::jdk(8) },
   245   { "ForceSharedSpaces",   JDK_Version::jdk_update(6,25), JDK_Version::jdk(8) },
   245   { "ForceSharedSpaces",   JDK_Version::jdk_update(6,25), JDK_Version::jdk(8) },
       
   246   { "AllowTransitionalJSR292",       JDK_Version::jdk(7), JDK_Version::jdk(8) },
   246   { NULL, JDK_Version(0), JDK_Version(0) }
   247   { NULL, JDK_Version(0), JDK_Version(0) }
   247 };
   248 };
   248 
   249 
   249 // Returns true if the flag is obsolete and fits into the range specified
   250 // Returns true if the flag is obsolete and fits into the range specified
   250 // for being ignored.  In the case that the flag is ignored, the 'version'
   251 // for being ignored.  In the case that the flag is ignored, the 'version'