comparison src/share/vm/runtime/arguments.cpp @ 2460:ed69575596ac

6981791: remove experimental code for JSR 292 Reviewed-by: twisti
author jrose
date Thu, 07 Apr 2011 17:02:30 -0700
parents 98c560260039
children 3449f5e02cc4 5d046bf49ce7
comparison
equal deleted inserted replaced
2459:55973726c600 2460:ed69575596ac
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'