Skip to content

Commit

Permalink
Update end compiler directive comments
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Feng <[email protected]>
  • Loading branch information
theresa-m and JasonFengJ9 committed Jan 17, 2025
1 parent 821f41c commit fb0ffb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcl/src/java.base/share/classes/java/lang/Class.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
import sun.reflect.annotation.AnnotationType;
import java.util.Arrays;
import com.ibm.oti.vm.VM;
/*[IF (JAVA_SPEC_VERSION >= 11) & (JAVA_SPEC_VERSION < 24)]*/
/*[IF (11 <= JAVA_SPEC_VERSION) & (JAVA_SPEC_VERSION < 24)]*/
import static com.ibm.oti.util.Util.doesClassLoaderDescendFrom;
/*[ENDIF] (JAVA_SPEC_VERSION >= 11) && (JAVA_SPEC_VERSION < 24) */
/*[ENDIF] (11 <= JAVA_SPEC_VERSION) & (JAVA_SPEC_VERSION < 24) */

/*[IF JAVA_SPEC_VERSION >= 9]
import jdk.internal.misc.Unsafe;
Expand Down

0 comments on commit fb0ffb9

Please sign in to comment.