Skip to content

Commit

Permalink
Merge pull request #20650 from pshipton/orb
Browse files Browse the repository at this point in the history
Remove ORBBase, ORBVMHelpers from OpenJ9 builds
  • Loading branch information
tajila authored Nov 20, 2024
2 parents abfb92f + 3448505 commit 48709bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*[INCLUDE-IF JAVA_SPEC_VERSION >= 8]*/
/*[INCLUDE-IF (JAVA_SPEC_VERSION == 8) & !Sidecar18-SE-OpenJ9]*/
/*
* Copyright IBM Corp. and others 2010
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*[INCLUDE-IF JAVA_SPEC_VERSION >= 8]*/
/*[INCLUDE-IF (JAVA_SPEC_VERSION == 8) & !Sidecar18-SE-OpenJ9]*/
/*
* Copyright IBM Corp. and others 2010
*
Expand Down Expand Up @@ -28,13 +28,8 @@
import java.security.AccessController;
import java.security.PrivilegedAction;

/*[IF JAVA_SPEC_VERSION >= 9]
import jdk.internal.misc.Unsafe;
import jdk.internal.reflect.CallerSensitive;
/*[ELSE] JAVA_SPEC_VERSION >= 9 */
import sun.reflect.CallerSensitive;
import sun.misc.Unsafe;
/*[ENDIF] JAVA_SPEC_VERSION >= 9 */

public class ORBVMHelpers {

Expand Down

0 comments on commit 48709bf

Please sign in to comment.