mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8335274: SwitchBootstraps.ResolvedEnumLabels.resolvedEnum should be final
Reviewed-by: liach, jlahoda
This commit is contained in:
parent
486aa11e74
commit
45c4eaa560
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ public class SwitchBootstraps {
|
|||
private final MethodHandles.Lookup lookup;
|
||||
private final EnumDesc<?>[] enumDescs;
|
||||
@Stable
|
||||
private Object[] resolvedEnum;
|
||||
private final Object[] resolvedEnum;
|
||||
|
||||
public ResolvedEnumLabels(MethodHandles.Lookup lookup, EnumDesc<?>[] enumDescs) {
|
||||
this.lookup = lookup;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue