mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
7111138: delete the obsolete flag -XX:+UseRicochetFrames
Reviewed-by: dholmes, bdelsart, kvn, twisti
This commit is contained in:
parent
b11b6e4dda
commit
e323998c19
7 changed files with 6 additions and 144 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue