JDK-6200960 : Testcase for 4292742 need to be updated because +FullSpeedJVMDI flag doesn't work for 1.5.xx.
  • Type: Enhancement
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 5.0u1,5.0u2
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_9
  • CPU: generic,x86
  • Submitted: 2004-11-29
  • Updated: 2012-08-06
  • Resolved: 2004-11-29
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.
Other
5.0u2 b04Fixed
Related Reports
Duplicate :  
Description
-XX:+FullSpeedJVMDI is specific only to 1.4.2_05 and later. Replacement for this in 1.5.XX is -XX:-OmitStackTraceInFastThrow. 


How to reproduce:
================

urti050% java -XX:+FullSpeedJVMDI -version
java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b03)
Java HotSpot(TM) Client VM (build 1.4.2_07-b03, mixed mode)

urti050% /usr/jdk/jdk1.5.0_02/bin/java -XX:+FullSpeedJVMDI -version
Unrecognized VM option '+FullSpeedJVMDI'
Could not create the Java virtual machine.

urti050% /usr/jdk/jdk1.5.0_02/bin/java -XX:-OmitStackTraceInFastThrow -version
java version "1.5.0_02-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-ea-b03)
Java HotSpot(TM) Client VM (build 1.5.0_02-ea-b03, mixed mode, sharing)

See also 5098422





###@###.### 2004-12-20 15:52:32 GMT

Comments
EVALUATION Removed the VM flag. ###@###.### 2004-11-29 23:31:09 GMT
29-11-2004