Hello,
[Sorry if some of you are seeing this a second time. I used the wrong alias the first time around] Please review the following:
It would also be possible to fix this problem by forcing the test
to always run with othervm. However, I feel that is relying on a
side affect of othervm and is not its intended purpose. Existing
tests fix this issue by explicitly passing the classpath to the
subprocess. This is usually done by passing "true" as the first
argument to ProcessTools.createJavaProcessBuilder(). This is
actually the default behavior for hotspot/test. For jdk/test the
default is "false" so you need to explicitly pass "true".
|
- RFR(XS): 8167001: [TESTBUG] java/lang/instrumen... Chris Plummer
- Re: RFR(XS): 8167001: [TESTBUG] java/lang/... David Holmes
- Re: RFR(XS): 8167001: [TESTBUG] java/lang/... serguei.spit...@oracle.com
- Re: RFR(XS): 8167001: [TESTBUG] java/l... Chris Plummer