-
Bug
-
Resolution: Fixed
-
P3
-
hs23
-
b08
-
x86
-
os_x
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2219002 | 8 | Daniel Daugherty | P3 | Resolved | Fixed | b18 |
JDK-2219046 | 7u4 | Daniel Daugherty | P3 | Closed | Fixed | b05 |
The current MacOS X build for HSX-23 requires:
SA_APPLE_BOOT_JAVA=true
ALWAYS_PASS_TEST_GAMMA=true
to be specified on the build invocation command line.
That does not integrate well with the JPRT auto build system
and should be fixed.
For SA_APPLE_BOOT_JAVA, the makefile logic should be smarter
and determine where the JDI classes can be found.
For ALWAYS_PASS_TEST_GAMMA, the make/bsd/makefiles/buildtree.make
should set that variable to true when building on Darwin (Mac OS X).
Or more correctly, if ALWAYS_PASS_TEST_GAMMA is not set, then it
should default to "true" on Darwin.
SA_APPLE_BOOT_JAVA=true
ALWAYS_PASS_TEST_GAMMA=true
to be specified on the build invocation command line.
That does not integrate well with the JPRT auto build system
and should be fixed.
For SA_APPLE_BOOT_JAVA, the makefile logic should be smarter
and determine where the JDI classes can be found.
For ALWAYS_PASS_TEST_GAMMA, the make/bsd/makefiles/buildtree.make
should set that variable to true when building on Darwin (Mac OS X).
Or more correctly, if ALWAYS_PASS_TEST_GAMMA is not set, then it
should default to "true" on Darwin.
- backported by
-
JDK-2219002 SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
- Resolved
-
JDK-2219046 SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
- Closed