-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25, 26
-
Component/s: hotspot
-
b23
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8371875 | 25.0.3-oracle | Kavya K S | P4 | Resolved | Fixed | master |
This test fails intermittently with exit value 137 in CI pipelines. This error code corresponds to OOM killer.
The test runs with "-Xms9G -Xmx9G" on smaller memory instances (15 GB memory total), concurrently with many other tests.
We think it would be good to add "@requires os.maxMemory > 15g" to effectively disable this test on instances as small as our typical regression testing host.
Failures seen so far typically happen with traditional (non-generational) Shenandoah.
The test runs with "-Xms9G -Xmx9G" on smaller memory instances (15 GB memory total), concurrently with many other tests.
We think it would be good to add "@requires os.maxMemory > 15g" to effectively disable this test on instances as small as our typical regression testing host.
Failures seen so far typically happen with traditional (non-generational) Shenandoah.
- backported by
-
JDK-8371875 TestLargeUTF8Length.java needs lots of memory
-
- Resolved
-
- caused by
-
JDK-8328877 [JNI] The JNI Specification needs to address the limitations of integer UTF-8 String lengths
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/3c1010b5
-
Review(master)
openjdk/jdk25u/354
-
Review(master)
openjdk/jdk/28069