mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -686,7 +686,7 @@ final class VarHandles {
|
|||
// @ForceInline
|
||||
// @LambdaForm.Compiled
|
||||
// @Hidden
|
||||
// final static <METHOD> throws Throwable {
|
||||
// static final <METHOD> throws Throwable {
|
||||
// if (handle.hasInvokeExactBehavior() && handle.accessModeType(ad.type) != ad.symbolicMethodTypeExact) {
|
||||
// throw new WrongMethodTypeException("expected " + handle.accessModeType(ad.type) + " but found "
|
||||
// + ad.symbolicMethodTypeExact);
|
||||
|
@ -704,7 +704,7 @@ final class VarHandles {
|
|||
// @ForceInline
|
||||
// @LambdaForm.Compiled
|
||||
// @Hidden
|
||||
// final static <METHOD> throws Throwable {
|
||||
// static final <METHOD> throws Throwable {
|
||||
// if (handle.hasInvokeExactBehavior() && handle.accessModeType(ad.type) != ad.symbolicMethodTypeExact) {
|
||||
// throw new WrongMethodTypeException("expected " + handle.accessModeType(ad.type) + " but found "
|
||||
// + ad.symbolicMethodTypeExact);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue