Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2121354 | 6 | Thomas Ng | P2 | Resolved | Fixed | b12 |
JDK-2121346 | 5.0u2 | Thomas Ng | P2 | Resolved | Fixed | b03 |
the problem got exposed by the fix of "6175681: 1.4.2 java web start sandbox application can have all permissions" exposed a problem, which on some sparc machines, running "javaws" will just hang there. It is due to a problem in our native code, where we try to do a malloc on a undefined value, which in this case it will causes it to malloc a very huge memory space, and caused fork to fail later with ENOMEM. This code was there since 1.4.2, but the problem never got exposed.
###@###.### 10/27/04 18:17 GMT
###@###.### 10/27/04 18:17 GMT
- backported by
-
JDK-2121346 java web start hangs on some solaris sparc machine
- Resolved
-
JDK-2121354 java web start hangs on some solaris sparc machine
- Resolved
- duplicates
-
JDK-6192694 javaws occasionally hangs on execution
- Closed
-
JDK-6235115 javaws needs 2 GB of memory to launch
- Closed