Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 33d9178

Browse files
author
Mandy Chung
committedApr 24, 2020
8243574: java.lang.invoke.InvokerBytecodeGenerator.ClassData should be package-private
Reviewed-by: alanb
1 parent e19d880 commit 33d9178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private static String makeDumpableClassName(String className) {
236236
return className;
237237
}
238238

239-
public static class ClassData {
239+
static class ClassData {
240240
final String name;
241241
final String desc;
242242
final Object value;

0 commit comments

Comments
 (0)