RFR (XS) : 7183754 : Test runtime/6294277/Test6294277.sh runs wrong JVM

Keith McGuigan keith.mcguigan at oracle.com
Fri Jul 13 08:48:54 PDT 2012


Looks good.

--
- Keith

On 7/13/2012 11:21 AM, Frederic Parain wrote:
> Hi all,
>
> This is a code review request for CR 7183754:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7183754
>
> The fix for 6294277 added a new test to the hotspot/test/runtime
> directory. This test used a shell script to launch the JVM with
> the arguments required to start the debug agent (without the
> debug agent enabled, the fix for 6294277 couldn't be tested).
> The shell script contains a bug causing the wrong JVM to be launched
> (and tested) by our test infrastructure.
>
> The fix simply removes the shell script and specifies the JVM
> arguments directly in a comment of Java source code of the
> test, in a format usable by the test engine.
>
> The webrev:
> http://cr.openjdk.java.net/~fparain/7183754/webrev.00/
>
> Tested with jtreg and JPRT.
>
> Thanks,
>
> Fred
>



More information about the hotspot-runtime-dev mailing list