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

VM Crashes when -d32 VM args specified in JNLP

XMLWordPrintable

    • b02
    • x86
    • windows
    • Verified

        VM Crashes when -d32 VM args specified in JNLP

        From the spec - d32 - use a 32-bit data model if available.

        Here is the JNLP - http://jdeploy01.india.sun.com:8080/JavawsMustangIntegTest//vmargs/unsignedJNLP/vmd32.jnlp

        JNLP Conent-
        <?xml version="1.0" encoding="UTF-8"?>
        <jnlp spec="1.0+" codebase="$$codebase" href="vmd32.jnlp">
            <information>
                <title>VM Test</title>
                <vendor>Raghu Nair</vendor>
            </information>
            <resources>
                <j2se version="1.6+" java-vm-args="-d32"/>
                <jar href="../jar/vmunsigned.jar" main="true"/>
            </resources>
            <application-desc main-class="VMTest">
            </application-desc>
        </jnlp>
        Fixed in 6u22 and 7 pubs repo

              skannan Sowmya Kannan (Inactive)
              rnairsunw Raghu Nair
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: