-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8300833 | 11.0.19-oracle | Dukebot | P4 | Resolved | Fixed | b04 |
JDK-8302645 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed | b03 |
Following tests timeout in JDK 14 CI with -Xcomp:
- serviceability/tmtools/jstat/GcTest01.java
- serviceability/tmtools/jstat/GcCauseTest02.java
- serviceability/tmtools/jstat/GcTest02.java
#Sample test log extract:
.......
#section:main
----------messages:(7/589)----------
command: main -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -XX:+UsePerfData -XX:MaxNewSize=4m -XX:MaxHeapSize=128M -XX:MaxMetaspaceSize=128M GcTest02
reason: User specified action: run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -XX:+UsePerfData -XX:MaxNewSize=4m -XX:MaxHeapSize=128M -XX:MaxMetaspaceSize=128M GcTest02
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules java.base --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
Timeout information:
--- Timeout information end.
elapsed time (seconds): 1228.555
----------configuration:(4/111)----------
Boot Layer
add modules: java.base
add exports: java.base/jdk.internal.misc ALL-UNNAMED
----------System.out:(9/654)----------
[2019-09-20T21:00:56.362534Z] Gathering output for process 19665
[2019-09-20T21:00:58.073087Z] Waiting for completion for process 19665
[2019-09-20T21:00:58.093489Z] Waiting for completion finished for process 19665
Process output: Exit code: 0
stdout: S0C S1C S0U S1U EC EU OC OU MC MU CCSC CCSU YGC YGCT FGC FGCT CGC CGCT GCT
0.0 0.0 0.0 0.0 5120.0 3072.0 125952.0 0.0 0.0 0.0 0.0 0.0 0 0.000 0 0.000 0 0.000 0.000
stderr:
[2019-09-20T21:01:13.536906Z] Gathering output for process 19873
Timeout refired 1200 times
........................
- serviceability/tmtools/jstat/GcTest01.java
- serviceability/tmtools/jstat/GcCauseTest02.java
- serviceability/tmtools/jstat/GcTest02.java
#Sample test log extract:
.......
#section:main
----------messages:(7/589)----------
command: main -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -XX:+UsePerfData -XX:MaxNewSize=4m -XX:MaxHeapSize=128M -XX:MaxMetaspaceSize=128M GcTest02
reason: User specified action: run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -XX:+UsePerfData -XX:MaxNewSize=4m -XX:MaxHeapSize=128M -XX:MaxMetaspaceSize=128M GcTest02
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules java.base --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
Timeout information:
--- Timeout information end.
elapsed time (seconds): 1228.555
----------configuration:(4/111)----------
Boot Layer
add modules: java.base
add exports: java.base/jdk.internal.misc ALL-UNNAMED
----------System.out:(9/654)----------
[2019-09-20T21:00:56.362534Z] Gathering output for process 19665
[2019-09-20T21:00:58.073087Z] Waiting for completion for process 19665
[2019-09-20T21:00:58.093489Z] Waiting for completion finished for process 19665
Process output: Exit code: 0
stdout: S0C S1C S0U S1U EC EU OC OU MC MU CCSC CCSU YGC YGCT FGC FGCT CGC CGCT GCT
0.0 0.0 0.0 0.0 5120.0 3072.0 125952.0 0.0 0.0 0.0 0.0 0.0 0 0.000 0 0.000 0 0.000 0.000
stderr:
[2019-09-20T21:01:13.536906Z] Gathering output for process 19873
Timeout refired 1200 times
........................
- backported by
-
JDK-8300833 serviceability/tmtools/jstat tests times out with -Xcomp
-
- Resolved
-
-
JDK-8302645 serviceability/tmtools/jstat tests times out with -Xcomp
-
- Resolved
-
- relates to
-
JDK-8149103 serviceability/tmtools/jstat/GcNewTest.java times out
-
- Closed
-