Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056324 | emb-9 | Albert Noll | P4 | Resolved | Fixed | b28 |
Currently, JPRT does not execute jtreg compiler tests on macosx. Compiler tests could be run on macosx as well. For that, hotspot/make/jprt.properties must be modified so that JPRT execute these tests on macosx as well.
The jtreg tests are executed in both product and fastdebug platforms. To reduce execution time, only fastdebug should be used.
The jtreg tests are executed in both product and fastdebug platforms. To reduce execution time, only fastdebug should be used.
- backported by
-
JDK-8056324 run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
- Resolved
- relates to
-
JDK-8049071 Add jtreg jobs to JPRT for Hotspot
- Closed