7111138: delete the obsolete flag -XX:+UseRicochetFrames

Reviewed-by: dholmes, bdelsart, kvn, twisti
This commit is contained in:
John R Rose 2012-01-19 13:00:11 -08:00
parent b11b6e4dda
commit e323998c19
7 changed files with 6 additions and 144 deletions

View file

@ -121,7 +121,6 @@ void SharedRuntime::generate_stubs() {
void SharedRuntime::generate_ricochet_blob() {
if (!EnableInvokeDynamic) return; // leave it as a null
#ifndef TARGET_ARCH_NYI_6939861
// allocate space for the code
ResourceMark rm;
// setup code generation tools
@ -142,7 +141,6 @@ void SharedRuntime::generate_ricochet_blob() {
}
_ricochet_blob = RicochetBlob::create(&buffer, bounce_offset, exception_offset, frame_size_in_words);
#endif
}