-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
24
-
In Review
-
generic
-
generic
The failures reported in JDK-8342849 and JDK-8340728 are at bottom due to temporary direct buffers being allocated before the respective tests are actually run. This unpredictability makes the fix for JDK-8340728 ugly and that for JDK-8342849 difficult if not impossible. Not counting the memory used by internal temporary direct buffers toward the direct buffer memory upper limit would remove this uncertainty.
- relates to
-
JDK-8342849 (bf) java/nio/Buffer/LimitDirectMemory.java fails with OutOfMemoryError
- Open
-
JDK-8340728 Test vmTestbase/gc/memory/Nio/Nio.java is failing to allocate all direct buffer memory
- In Progress
- links to
-
Review(master) openjdk/jdk/22339