diff src/share/vm/runtime/sharedRuntime.cpp @ 4807:15d394228cfa

7111138: delete the obsolete flag -XX:+UseRicochetFrames Reviewed-by: dholmes, bdelsart, kvn, twisti
author jrose
date Thu, 19 Jan 2012 13:00:11 -0800
parents 2ec638646e86
children aa3d708d67c4
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.cpp	Wed Jan 18 16:18:31 2012 +0100
+++ b/src/share/vm/runtime/sharedRuntime.cpp	Thu Jan 19 13:00:11 2012 -0800
@@ -121,7 +121,6 @@
 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 @@
   }
 
   _ricochet_blob = RicochetBlob::create(&buffer, bounce_offset, exception_offset, frame_size_in_words);
-#endif
 }