Skip to content

Commit

Permalink
Revert uintended changes in JavaLangSubstitutions.java oracle#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Kennke committed Mar 12, 2021
1 parent 59ecd6f commit 3dfa6dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ final class Target_java_lang_Package {
@TargetElement(onlyWith = JDK8OrEarlier.class)
private static Package getSystemPackage(String name) {
Target_java_lang_Package pkg = new Target_java_lang_Package(name, null, null, null,
null, null, null, null, null);
null, null, null, null, null);
return SubstrateUtil.cast(pkg, Package.class);
}
}
Expand Down

0 comments on commit 3dfa6dc

Please sign in to comment.