-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236924 | 11.0.7-oracle | Harold Seigel | P4 | Resolved | Fixed | b02 |
JDK-8237509 | 11.0.7 | Zhengyu Gu | P4 | Resolved | Fixed | b01 |
This test assumes Math.abs(random.nextInt()) >= 0 in a few places, but it is *not* always true, as Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE, which is a negative value.
I am surprised I could not find any reports on this.
I am surprised I could not find any reports on this.
- backported by
-
JDK-8236924 [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
-
- Resolved
-
-
JDK-8237509 [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
-
- Resolved
-
- relates to
-
JDK-8214840 runtime/NMT/MallocStressTest.java timed out
-
- Resolved
-
-
JDK-8220688 [TESTBUG] runtime/NMT/MallocStressTest.java timed out
-
- Resolved
-