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' |