review (S) for 6891770: JSR 292 API needs initial unit tests (original) (raw)

John Rose John.Rose at Sun.COM
Thu Oct 15 11:59:51 PDT 2009


Thanks! I'm glad it actually works for someone else. -- John

On Oct 15, 2009, at 8:33 AM, Christian Thalinger wrote:

On Thu, 2009-10-15 at 01:47 -0700, John Rose wrote:

Here is the first JUnit-based test for JSR 292: http://cr.openjdk.java.net/~jrose/6891770/webrev.00 I downloaded the modified jtreg version you mentioned in your earlier email, copied the make files from a jdk test directory and ran the tests with: $ make JPRTJTREGHOME=$HOME/mlvm/jtreg-no-junit/jtreg PRODUCTHOME= $HOME/mlvm/hotspot/build/solaris/jdk-solaris-i586/debug/ TESTDIRS=test and the run was: -------------------------------------------------- TEST: test/java/dyn/MethodHandlesTest.java TEST RESULT: Passed. Execution successful -------------------------------------------------- Test results: passed: 1 So, the changes look good. -- Christian



More information about the hotspot-compiler-dev mailing list