-
Bug
-
Resolution: Fixed
-
P5
-
7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177061 | 7 | Erik Trimble | P3 | Closed | Fixed | b22 |
JDK-2172504 | 6u10 | Abhijit Saha | P3 | Resolved | Fixed | b09 |
While I was running the jdk7 build 19 PIT, I found the following assertion error under Windows and x86 Solaris.
# Internal Error (C:\PrtBuildDir\workspace\src\share\vm\opto\gcm.cpp:1595), pid=6812, tid=8184
# Error: assert(exits_sum <= 1.0,"loop exited more often than entered")
#
# Java VM: Java HotSpot(TM) Server VM (11.0-b05-20070824165122.et151817.baseline-fastdebug mixed mode windows-x86)
How to reproduce:
1. remote desktop to jtg-win20
2. cd d:/tmp/VolanoTestrun.4064.-server
3. sh ./run.server &
4. sh ./run.client &
You will get the crash immediately.
# Internal Error (C:\PrtBuildDir\workspace\src\share\vm\opto\gcm.cpp:1595), pid=6812, tid=8184
# Error: assert(exits_sum <= 1.0,"loop exited more often than entered")
#
# Java VM: Java HotSpot(TM) Server VM (11.0-b05-20070824165122.et151817.baseline-fastdebug mixed mode windows-x86)
How to reproduce:
1. remote desktop to jtg-win20
2. cd d:/tmp/VolanoTestrun.4064.-server
3. sh ./run.server &
4. sh ./run.client &
You will get the crash immediately.
- backported by
-
JDK-2172504 Assertion error: loop exited more often than entered
- Resolved
-
JDK-2177061 Assertion error: loop exited more often than entered
- Closed
- relates to
-
JDK-6594051 30% regression in scimark-small on x86 64-bits VM
- Closed