-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0u2
-
generic
-
generic
This regression test fails repeatedly on TL nightly Solaris Sparc
builds for 5.0u2:
Testing: -XX:MaxDirectMemorySize=42g -cp /u/w/auto/5.0u2/build/316/jt/work/classes/java/nio/Buffer LimitDirectMemory false 0 DEFAULT
--- failed
----------System.err:(5/300)----------
Exception in thread "main" java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:632)
at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:95)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:288)
at LimitDirectMemory.main(LimitDirectMemory.java:39)
result: Failed. Execution failed: exit code 1
Related bugs: 4862640, 5042840.
Those refer only to 64-bit machines, though, while this failure does not.
###@###.### 2004-11-13 04:17:48 GMT
builds for 5.0u2:
Testing: -XX:MaxDirectMemorySize=42g -cp /u/w/auto/5.0u2/build/316/jt/work/classes/java/nio/Buffer LimitDirectMemory false 0 DEFAULT
--- failed
----------System.err:(5/300)----------
Exception in thread "main" java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:632)
at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:95)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:288)
at LimitDirectMemory.main(LimitDirectMemory.java:39)
result: Failed. Execution failed: exit code 1
Related bugs: 4862640, 5042840.
Those refer only to 64-bit machines, though, while this failure does not.
###@###.### 2004-11-13 04:17:48 GMT
- relates to
-
JDK-5042840 Regression test java/nio/Buffer/LimitDirectMemory.sh fails on 64-bit machines
-
- Resolved
-
-
JDK-4862640 (bf) test java/nio/Buffer/LimitDirectMemory.sh fails (64-bit)
-
- Closed
-