-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8325822 | 11.0.24-oracle | ANANT SINGH | P4 | Resolved | Fixed | b01 |
JDK-8350839 | 8u461 | Ivan Bereziuk | P4 | Resolved | Fixed | master |
Failure: java.lang.RuntimeException: 'EventGeneratorLoop' missing from stdout/stderr
What happened: Test runs 'jcmd -l', and expects to see a "EventGeneratorLoop" class in JCMD's output, but instead the output shows 'Uknown'.
See the output below.
[COMMAND]
docker run --tty=true --rm --cap-add=SYS_PTRACE --sig-proxy=true --pid=container:test-container-main --volumes-from test-container-main jdk-internal:test-jfr-jcmd /jdk/bin/jcmd -l
[2019-07-31T17:41:21.700199Z] Gathering output for process 12953
[ELAPSED: 3 ms]
[STDERR]
[STDOUT]
1 Unknown
21 jdk.jcmd/sun.tools.jcmd.JCmd -l
What happened: Test runs 'jcmd -l', and expects to see a "EventGeneratorLoop" class in JCMD's output, but instead the output shows 'Uknown'.
See the output below.
[COMMAND]
docker run --tty=true --rm --cap-add=SYS_PTRACE --sig-proxy=true --pid=container:test-container-main --volumes-from test-container-main jdk-internal:test-jfr-jcmd /jdk/bin/jcmd -l
[2019-07-31T17:41:21.700199Z] Gathering output for process 12953
[ELAPSED: 3 ms]
[STDERR]
[STDOUT]
1 Unknown
21 jdk.jcmd/sun.tools.jcmd.JCmd -l
- backported by
-
JDK-8325822 [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as 'Unknown'
-
- Resolved
-
-
JDK-8350839 [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as 'Unknown'
-
- Resolved
-
- relates to
-
JDK-8228904 Problemlist docker/TestJcmdWithSideCar.java until JDK-8228850 and JDK-8228960 are fixed
-
- Resolved
-
-
JDK-8227122 [TESTBUG] Create Docker sidecar test cases
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk11u-dev/2822