-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_05, 5.0u1
-
b04
-
x86, itanium
-
linux_redhat_3.0, windows_2003
The regression test:
CTE_REGTEST/Generic/4879883 fails on Windows 2003 on Itanium II. It passes on other platforms with 32 bit JDK and also with 64 bit JDK on sparc.
The Test case passes a number of scenarios and then fails with the following
combination of flags:
Testing: -XX:MaxDirectMemorySize=42g -cp D:\\JQA s142\\Regression\\142_05b1work--- failed
> > >> ----------System.err:(3/151)----------
> > >> java.lang.RuntimeException: OutOfMemoryError not thrown: 65929216
> > >> at LimitDirectMemory.main(LimitDirectMemory.java:32)
> > >> Exception in thread "main"
> > >> result: Failed. Execution failed: exit code 1
The jtr file is attached.
CTE_REGTEST/Generic/4879883 fails on Windows 2003 on Itanium II. It passes on other platforms with 32 bit JDK and also with 64 bit JDK on sparc.
The Test case passes a number of scenarios and then fails with the following
combination of flags:
Testing: -XX:MaxDirectMemorySize=42g -cp D:\\JQA s142\\Regression\\142_05b1work--- failed
> > >> ----------System.err:(3/151)----------
> > >> java.lang.RuntimeException: OutOfMemoryError not thrown: 65929216
> > >> at LimitDirectMemory.main(LimitDirectMemory.java:32)
> > >> Exception in thread "main"
> > >> result: Failed. Execution failed: exit code 1
The jtr file is attached.
- relates to
-
JDK-5047688 (bf) Ridiculous direct-memory limits not handled correctly
- Open
-
JDK-4862640 (bf) test java/nio/Buffer/LimitDirectMemory.sh fails (64-bit)
- Closed
-
JDK-5042840 Regression test java/nio/Buffer/LimitDirectMemory.sh fails on 64-bit machines
- Resolved