Skip to content

Commit

Permalink
Merge pull request #18208 from keithc-ca/rmimport
Browse files Browse the repository at this point in the history
Remove redundant import
  • Loading branch information
pshipton authored Sep 28, 2023
2 parents ca75b91 + 3f4b62b commit e17dd09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jcl/src/java.base/share/classes/java/lang/Access.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
import jdk.internal.vm.StackableScope;
import jdk.internal.vm.ThreadContainer;
/*[ENDIF] JAVA_SPEC_VERSION >= 19 */
/*[IF JAVA_SPEC_VERSION >= 20]*/
import jdk.internal.misc.CarrierThreadLocal;
/*[ENDIF] JAVA_SPEC_VERSION >= 20 */
/*[ELSE] Sidecar19-SE */
import sun.misc.JavaLangAccess;
import sun.reflect.ConstantPool;
Expand Down

0 comments on commit e17dd09

Please sign in to comment.