-
Bug
-
Resolution: Fixed
-
P4
-
11.0.19-oracle, 15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8301634 | 17.0.8-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8302082 | 17.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
JDK-8298633 | 11.0.19-oracle | Daniel Skantz | P4 | Resolved | Fixed | b02 |
JDK-8302081 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
The following test failed in the JDK15 CI:
gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
Here's a snippet from the log:
#section:main
----------messages:(7/536)----------
command: main -XX:+IgnoreUnrecognizedVMOptions -XX:CompressedClassSpaceSize=50m gc.metaspace.CompressedClassSpaceSizeInJmapHeap
reason: User specified action: run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:CompressedClassSpaceSize=50m gc.metaspace.CompressedClassSpaceSizeInJmapHeap
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules java.base,java.management --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
Timeout information:
--- Timeout information end.
elapsed time (seconds): 492.208
----------configuration:(4/111)----------
Boot Layer
add modules: java.base java.management
add exports: java.base/jdk.internal.misc ALL-UNNAMED
----------System.out:(2/62)----------
Adding 'sudo -E -n' to the command.
Timeout refired 480 times
----------System.err:(1/15)----------
STATUS:Passed.
----------rerun:(36/5829)*----------
<snip>
result: Error. Program `/mesos/work_dir/jib-master/install/jdk-15+15-620/macosx-x64-debug.jdk/jdk-15/fastdebug/bin/java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 492199ms).
test result: Error. Program `/mesos/work_dir/jib-master/install/jdk-15+15-620/macosx-x64-debug.jdk/jdk-15/fastdebug/bin/java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 492199ms).
Please notice that the test passed during timeout handling:
> STATUS:Passed.
This test run is executing with debug bits. Perhaps this test
needs a slightly longer timeout value instead of the default
2 minutes/120 seconds. With the default timeout factor of 4,
that gives us a total timeout value of 8 minutes/480 seconds.
Bumping the timeout values to 180 will get us to a total timeout
value of 12 minutes/720 seconds.
- backported by
-
JDK-8298633 CompressedClassSpaceSizeInJmapHeap.java time out after 8 minutes
-
- Resolved
-
-
JDK-8301634 CompressedClassSpaceSizeInJmapHeap.java time out after 8 minutes
-
- Resolved
-
-
JDK-8302081 CompressedClassSpaceSizeInJmapHeap.java time out after 8 minutes
-
- Resolved
-
-
JDK-8302082 CompressedClassSpaceSizeInJmapHeap.java time out after 8 minutes
-
- Resolved
-
- relates to
-
JDK-8241696 ProblemList gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java due to JDK-8241293
-
- Resolved
-
-
JDK-8298073 gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java causes test task timeout on macosx
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/b88cd771
-
Commit openjdk/jdk17u-dev/a15041a2
-
Commit openjdk/jdk/99a6c478
-
Review openjdk/jdk11u-dev/1684
-
Review openjdk/jdk17u-dev/1146
-
Review openjdk/jdk/11576