Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6200960

Testcase for 4292742 need to be updated because +FullSpeedJVMDI flag doesn't work for 1.5.xx.

XMLWordPrintable

    • b04
    • generic, x86
    • generic, solaris_9

      -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

            asaha Abhijit Saha
            skantesunw Srilatha Kante (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: