-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
8
-
JDK 8 b111 32-bit
Windows 7 64-bit
-
x86_64
-
windows
Testsuite name: Nashorn
Testsuite bug.
Tests fail to run on 64-bit Windows host when one uses 32-bit java.
To reproduce do the following:
0. Choose 64-bit Windows host, install 32-bit Java 8b111 there to %JDK_32bit_HOME%. Install ANT to %ANT%
1. hg clone http://hg.openjdk.java.net/nashorn/jdk8/nashorn %NASHORN%
2. cd %NASHORN%\make
3. set JAVA_HOME=%JDK_32bit_HOME%
4. %ANT%\bin\ant test
You will see:
test:
[testng] Error occurred during initialization of VM
[testng] Could not reserve enough space for 3145728KB object heap
BUILD FAILED
K:\tmp\konst\workspaces\nashorn\make\build.xml:338: The tests failed.
Testsuite bug.
Tests fail to run on 64-bit Windows host when one uses 32-bit java.
To reproduce do the following:
0. Choose 64-bit Windows host, install 32-bit Java 8b111 there to %JDK_32bit_HOME%. Install ANT to %ANT%
1. hg clone http://hg.openjdk.java.net/nashorn/jdk8/nashorn %NASHORN%
2. cd %NASHORN%\make
3. set JAVA_HOME=%JDK_32bit_HOME%
4. %ANT%\bin\ant test
You will see:
test:
[testng] Error occurred during initialization of VM
[testng] Could not reserve enough space for 3145728KB object heap
BUILD FAILED
K:\tmp\konst\workspaces\nashorn\make\build.xml:338: The tests failed.