RFR(S): 8228960: [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as 'Unknown'
Severin Gehwolf
sgehwolf at redhat.com
Wed Aug 7 18:18:18 UTC 2019
Hi Misha,
On Tue, 2019-08-06 at 20:17 -0700, mikhailo.seledtsov at oracle.com wrote:
> Please review this change that fixes a container test TestJcmdWithSideCar.
>
> My investigation indicated that a root cause for this failure is:
> JCMD -l shows 'Unknown' for class name because the main class has not
> been loaded yet.
> The target test JVM has started, it is initializing, but has not loaded
> the main test class.
That's what I've found too.
> The proposed solution is to try 'jcmd -l' several times, with a short
> sleep in between.
Thread.sleep() isn't great, but I'm not sure there is an alternative.
> Also I have commented out the testCase02() due to another bug:
> "JDK-8228850: jhsdb jinfo fails with ClassCastException:
> s.j.h.oops.TypeArray cannot be cast to s.j.h.oops.Instance",
> which is not a test bug. IMO, it is better to run the test and skip a
> sub-case than to skip the entire test.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8228960
> Webrev: http://cr.openjdk.java.net/~mseledtsov/8228960.00/
Looks OK to me.
Thanks,
Severin
More information about the hotspot-runtime-dev
mailing list