-
Bug
-
Resolution: Fixed
-
P3
-
6u18
-
b02
-
x86
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2206123 | 7 | Sowmya Kannan | P3 | Closed | Fixed | b124 |
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
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
- backported by
-
JDK-2206123 VM Crashes when -d32 VM args specified in JNLP
- Closed