mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8263658: Use the blessed modifier order in java.base
Reviewed-by: rriggs, redestad
This commit is contained in:
parent
1572f3ccdd
commit
b49c589340
28 changed files with 139 additions and 139 deletions
|
@ -664,7 +664,7 @@ abstract class MethodHandleImpl {
|
|||
DONT_INLINE_THRESHOLD);
|
||||
}
|
||||
|
||||
private final static class Makers {
|
||||
private static final class Makers {
|
||||
/** Constructs reinvoker lambda form which block inlining during JIT-compilation for a particular method handle */
|
||||
static final Function<MethodHandle, LambdaForm> PRODUCE_BLOCK_INLINING_FORM = new Function<MethodHandle, LambdaForm>() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue