Skip to content

Commit

Permalink
Merge pull request #17341 from JasonFengJ9/restoreanno
Browse files Browse the repository at this point in the history
Restore @OverRide annotation for Access.getLoaderNameID()
  • Loading branch information
keithc-ca authored May 5, 2023
2 parents eb7a704 + 2fe8099 commit 9c03db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jcl/src/java.base/share/classes/java/lang/Access.java
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ public <T> void setCarrierThreadLocal(CarrierThreadLocal<T> carrierThreadlocal,
/*[ENDIF] JAVA_SPEC_VERSION >= 19 */

/*[IF (JAVA_SPEC_VERSION >= 11) & (JAVA_SPEC_VERSION != 20)]*/
@Override
public String getLoaderNameID(ClassLoader loader) {
StringBuilder buffer = new StringBuilder();
String name = loader.getName();
Expand Down

0 comments on commit 9c03db9

Please sign in to comment.