-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b13
-
x86
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176919 | 7 | Karen Kinnear | P3 | Closed | Fixed | b13 |
JDK-2171953 | 6u4 | Karen Kinnear | P3 | Closed | Fixed | b03 |
BigApp crashed with the fastdebug build on (instanceKlass() == 0 || instanceKlass()->is_instance()), and it is always reproducible in couple of minutes but only with the following VM options. I have reproduced the crash in two other machines.
VM options: "-server -XX:+UseConcMarkSweepGC -XX:+VerifyBeforeGC -XX:+VerifyAfterGC -XX:+VerifyDuringGC"
Java version: build 1.6.0_01-b05
build 20070320194522.iv159533.gc_baseline.numa.adaptive-fastdebug
hostname: jtg-lx50-2.sfbay
logfile and core file location: /bt/atgrun.28785.-server
crash seen: tail run.atg.out
Unexpected Error
------------------------------------------------------------------------------
Internal Error at placeholders.cpp:221, pid=29188, tid=6
Error: guarantee(instanceKlass() == 0 || instanceKlass()->is_instance(),"checking type of instanceKlass result")
How to reproduce:
export JAVA_HOME=Your_JAVA_HOME
it is set to /usr/j2se by default.
then running:
/bs/runatg.ksh <your_vm_options>
look at the results under /bt directory.
Changed App name to 'BigApp'
VM options: "-server -XX:+UseConcMarkSweepGC -XX:+VerifyBeforeGC -XX:+VerifyAfterGC -XX:+VerifyDuringGC"
Java version: build 1.6.0_01-b05
build 20070320194522.iv159533.gc_baseline.numa.adaptive-fastdebug
hostname: jtg-lx50-2.sfbay
logfile and core file location: /bt/atgrun.28785.-server
crash seen: tail run.atg.out
Unexpected Error
------------------------------------------------------------------------------
Internal Error at placeholders.cpp:221, pid=29188, tid=6
Error: guarantee(instanceKlass() == 0 || instanceKlass()->is_instance(),"checking type of instanceKlass result")
How to reproduce:
export JAVA_HOME=Your_JAVA_HOME
it is set to /usr/j2se by default.
then running:
/bs/runatg.ksh <your_vm_options>
look at the results under /bt directory.
Changed App name to 'BigApp'
- backported by
-
JDK-2171953 BigApp crashed with fastdebug build on (instanceKlass() == 0 || instanceKlass()->is_instance())
- Closed
-
JDK-2176919 BigApp crashed with fastdebug build on (instanceKlass() == 0 || instanceKlass()->is_instance())
- Closed