-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b32
-
x86
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083389 | emb-9 | Vladimir Kozlov | P3 | Resolved | Fixed | b32 |
JDK-8063467 | 8u45 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-8057909 | 8u40 | Vladimir Kozlov | P3 | Resolved | Fixed | b06 |
JDK-8071011 | emb-8u47 | Vladimir Kozlov | P3 | Resolved | Fixed | team |
Hotspot VM has 'optimized' build version used to collect statistic and for stress testing. Corresponding source code is guarded by #ifndef PRODUCT andby 'notproduct' flags.
Switching to full forest build for Hotspot development requires to build all JVM target from top repository. Unfortunately 'optimized' build is broken on OSX because of missing target in Hotspot makefiles:
make[4]: *** No rule to make target `universal_optimized'. Stop.
Switching to full forest build for Hotspot development requires to build all JVM target from top repository. Unfortunately 'optimized' build is broken on OSX because of missing target in Hotspot makefiles:
make[4]: *** No rule to make target `universal_optimized'. Stop.
- backported by
-
JDK-8057909 Unable to build --with-debug-level=optimized on OSX
-
- Resolved
-
-
JDK-8063467 Unable to build --with-debug-level=optimized on OSX
-
- Resolved
-
-
JDK-8071011 Unable to build --with-debug-level=optimized on OSX
-
- Resolved
-
-
JDK-8083389 Unable to build --with-debug-level=optimized on OSX
-
- Resolved
-