mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8263892: More modifier order fixes in java.base
Reviewed-by: naoto, iris, redestad
This commit is contained in:
parent
80d3ea0261
commit
77ebc11038
5 changed files with 19 additions and 19 deletions
|
@ -301,7 +301,7 @@ abstract class BoundMethodHandle extends MethodHandle {
|
|||
static final class SpeciesData
|
||||
extends ClassSpecializer<BoundMethodHandle, String, SpeciesData>.SpeciesData {
|
||||
// This array is filled in lazily, as new species come into being over time.
|
||||
@Stable final private SpeciesData[] extensions = new SpeciesData[ARG_TYPE_LIMIT];
|
||||
@Stable private final SpeciesData[] extensions = new SpeciesData[ARG_TYPE_LIMIT];
|
||||
|
||||
public SpeciesData(Specializer outer, String key) {
|
||||
outer.super(key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue