-
Bug
-
Resolution: Fixed
-
P2
-
5.0u5
-
b44
-
x86
-
windows_2003
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2128211 | 5.0u5 | Hui Huang | P2 | Closed | Fixed | b04 |
AgreesiveHeap flag throws "not enough space" error with 5.0u5-b02 on windows 2003 machine. This machine has 1GB of memory. where as with 5.0u4-b04 on the same machine AggressiveHeap is working fine. Also it is working fine on winXP-pro machine.
$C:/java/jdk1.5.0_05/bin/java -XX:+AggressiveHeap -version
Error occured during initialization of VM
Could not reserve enough space for object heap
$C:/java/jdk1.5.0_04/bin/java -XX:+AggressiveHeap -version
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) client VM (build 1.5.0_04-b05, mixed mode)
###@###.### 2005-07-01 09:15:14 GMT
###@###.### 2005-07-11 14:10:51 GMT
$C:/java/jdk1.5.0_05/bin/java -XX:+AggressiveHeap -version
Error occured during initialization of VM
Could not reserve enough space for object heap
$C:/java/jdk1.5.0_04/bin/java -XX:+AggressiveHeap -version
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) client VM (build 1.5.0_04-b05, mixed mode)
###@###.### 2005-07-01 09:15:14 GMT
###@###.### 2005-07-11 14:10:51 GMT
- backported by
-
JDK-2128211 AggressiveHeap flag throws error with 5.0u5-b02 on win2003 platforms.
-
- Closed
-