JDK-7092627 : use agentvm mode instead of samevm in regtests
  • Type: Enhancement
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-20
  • Updated: 2012-05-09
  • Resolved: 2012-05-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u4Fixed 8 b08Fixed
Related Reports
Relates :  
Relates :  
Description
agentvm mode is an enhanced samevm mode that allows automatic new VM creation when there is any unrecoverable error during test execution. It also allows tests running in multiple VMs simultaneously.

Comments
EVALUATION all samevm changed to agentvm in test/Makefile. New variable CONCURRENCY is added. If provided, will add -concurrency:<value> to the jtreg command. http://hg.openjdk.java.net/jdk8/tl/jdk/rev/daf87c7be6a1
22-09-2011