JDK-6922990 : VM JVM/TI test addcaps003 fails an assertion
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: hs17
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-02-03
  • Updated: 2012-02-01
  • Resolved: 2010-02-03
Related Reports
Duplicate :  
Description
The following VM/NSK test started failing in the 2010.01.28 nightly:

    nsk/jvmti/AddCapabilities/addcaps003

The test failed on Solaris SPARC Client VM and the Solaris X86 Client VM.
The nightly search tool found additional failures in the 2010.01.30 and
2010.02.02 nightlies. So far on Solaris SPARC and Solaris X86 are affected.


The tail end of the Solaris SPARC .eout file looks like:

----------------------------------------------------------------------
return_register_finalizer  229 return_register_finalizer  [0xfac432a0, 0xfac43c40]  2464 bytes


----------------------------------------------------------------------
_shouldnotreachhere  230 _shouldnotreachhere  [0xfac43c60, 0xfac43e80]  544 bytes

----------------------------------------------------------------------

=============== DEBUG MESSAGE: Local tag value is bad ================

# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/assembler_sparc.cpp:1969
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/tmp/jprt/P1/B/164724.ysr/source/src/cpu/sparc/vm/assembler_sparc.cpp:1969), pid=6863, tid=2
#  Error: assert(false,"error")
#
# JRE version: 7.0-b80
# Java VM: OpenJDK Client VM (17.0-b07-2010-01-28-164724.ysr.hs17-fastdebug mixed mode solaris-sparc )
# An error report file with more information is saved as:
# /import/gtee/hs_err_pid6863.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 2
Dumping core ...

Here is a link to the failure directory for Solaris SPARC:

http://sqeweb.sfbay.sun.com/nfs/tools/gtee/results/JDK7/NIGHTLY/VM/2010-01-28/Main_Baseline/vm/solaris-sparc/client/mixed/solaris-sparc_client_mixed_nsk.jvmti.testlist/ResultDir/addcaps003


The tail end of the Solaris X86 .eout file looks like:

----------------------------------------------------------------------
return_register_finalizer  229 return_register_finalizer  [0xfae293a0, 0xfae29b70]  2000 bytes


----------------------------------------------------------------------
_shouldnotreachhere  230 _shouldnotreachhere  [0xfae29b80, 0xfae29bf0]  112 bytes

----------------------------------------------------------------------

=============== DEBUG MESSAGE: Local tag is bad ================

# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/assembler_x86.cpp:5006
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/tmp/jprt/P1/B/164724.ysr/source/src/cpu/x86/vm/assembler_x86.cpp:5006), pid=6576, tid=2
#  Error: assert(false,"DEBUG MESSAGE")
#
# JRE version: 7.0-b80
# Java VM: OpenJDK Client VM (17.0-b07-2010-01-28-164724.ysr.hs17-fastdebug mixed mode solaris-x86 )
# An error report file with more information is saved as:
# /import/gtee/hs_err_pid6576.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 2
Dumping core ...

Here is a link to the failure directory for Solaris X86:

http://sqeweb.sfbay.sun.com/nfs/tools/gtee/results/JDK7/NIGHTLY/VM/2010-01-28/Main_Baseline/vm/solaris-i586/client/mixed/solaris-i586_client_mixed_nsk.jvmti.testlist/ResultDir/addcaps003

Comments
EVALUATION Tom already filed the following bug: 6921922 3/3 fix for 6911204 breaks tagged stack interpreter but it doesn't have the test name or right magic markings so it didn't show up in the known fail_list. I'll close this one as a duplicate and update 6921922.
03-02-2010