hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 11487 f45d945367d4
parent 10968 6f5d19d76c93
child 11636 3c07b54482a5
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Jan 18 16:18:31 2012 +0100
+++ b/hotspot/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
 }