src/share/vm/runtime/sharedRuntime.cpp

changeset 3467
0a10d80352d5
parent 3434
15d394228cfa
child 3499
aa3d708d67c4
     1.1 --- a/src/share/vm/runtime/sharedRuntime.cpp	Thu Jan 26 14:14:55 2012 -0800
     1.2 +++ b/src/share/vm/runtime/sharedRuntime.cpp	Fri Jan 27 09:04:57 2012 +0100
     1.3 @@ -121,7 +121,6 @@
     1.4  void SharedRuntime::generate_ricochet_blob() {
     1.5    if (!EnableInvokeDynamic)  return;  // leave it as a null
     1.6  
     1.7 -#ifndef TARGET_ARCH_NYI_6939861
     1.8    // allocate space for the code
     1.9    ResourceMark rm;
    1.10    // setup code generation tools
    1.11 @@ -142,7 +141,6 @@
    1.12    }
    1.13  
    1.14    _ricochet_blob = RicochetBlob::create(&buffer, bounce_offset, exception_offset, frame_size_in_words);
    1.15 -#endif
    1.16  }
    1.17  
    1.18  

mercurial