-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8339412 | 23.0.2 | Mimoun Ghordou | P4 | Resolved | Fixed | b01 |
TestRecursiveMonitorChurn.java currently uses NMT to try and correlate the native memory increase with unwanted inflation.
Change to instead query the JVM for exact number of inflations via the Whitebox API. This allow us to both be more exact and less dependent on interactions with NMT.
Change to instead query the JVM for exact number of inflations via the Whitebox API. This allow us to both be more exact and less dependent on interactions with NMT.
- backported by
-
JDK-8339412 Improve reliability of TestRecursiveMonitorChurn.java
- Resolved
- relates to
-
JDK-8336148 Test runtime/locking/TestRecursiveMonitorChurn.java failed: Unexpected Inflation
- Resolved
- links to
-
Commit openjdk/jdk/b20e8c8e
-
Commit(master) openjdk/jdk23u/3e4583b1
-
Review openjdk/jdk/19965
-
Review(master) openjdk/jdk23u/57
(1 links to)