Weijun Wang wrote:
Hi Dmitry

Webrev updated at

  http://cr.openjdk.java.net/~weijun/7092627/webrev.01/

Also, a new variable CONCURRENCY is added so that you can run tests in multiple VMs. The value can be a number or "auto" which uses Runtime.getRuntime().availableProcessors() as the value.

No change for MangleStepTest.java and ParentLoggersTest.java in this version.
Great to see this changed to agentvm mode and thanks for adding the CONCURRENCY variable which I think will be much more useful than gmake -j.

One thing in the Makefile is that it defaults to jtreg 4.0 when JT_HOME isn't set and I think you need 4.1 to get agentvm mode.

Also shouldn't you also s/SAMEVM/AGENTVM/ so that there are no longer any references to samevm?

-Alan

Reply via email to