-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b45
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083145 | emb-9 | Filipp Zhinkin | P1 | Resolved | Fixed | team |
JDK-8086391 | 8u65 | Filipp Zhinkin | P1 | Resolved | Fixed | b01 |
JDK-8068282 | 8u60 | Filipp Zhinkin | P1 | Resolved | Fixed | b01 |
JDK-8071406 | 8u51 | Unassigned | P1 | Resolved | Fixed | b01 |
JDK-8069386 | 8u45 | Unassigned | P1 | Resolved | Fixed | b04 |
JDK-8068911 | 8u40 | Unassigned | P1 | Closed | Fixed | b21 |
JDK-8137595 | emb-8u65 | Unassigned | P1 | Resolved | Fixed | b01 |
JDK-8076666 | emb-8u60 | Filipp Zhinkin | P1 | Resolved | Fixed | team |
JDK-8072522 | emb-8u47 | Unassigned | P1 | Resolved | Fixed | team |
The failing tests are:
gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterFullGC.java
gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
gc/survivorAlignment/TestPromotionToSurvivor.java
and the failure in all three cases is:
java.lang.RuntimeException: Actual memory usage should not deviate from expected for more then 535728
(with slightly different numbers).
There are also failures in the test TestSurvivorAlignmentInBytesOption.java. It seems the test expects the following command line to fail:
java -Xmixed -client -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:MaxRAMFraction=8 -XX:+IgnoreUnrecognizedVMOptions -XX:-UseCompressedOops -XX:+UseNUMA -XX:+UnlockExperimentalVMOptions -XX:-UnlockExperimentalVMOptions -XX:SurvivorAlignmentInBytes=64 -version
This command line does not fail. Should it?
- backported by
-
JDK-8068282 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Resolved
-
JDK-8069386 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Resolved
-
JDK-8071406 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Resolved
-
JDK-8072522 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Resolved
-
JDK-8076666 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Resolved
-
JDK-8083145 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Resolved
-
JDK-8086391 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Resolved
-
JDK-8137595 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Resolved
-
JDK-8068911 [TESTBUG] New tests in gc/survivorAlignment/ fails
- Closed