JDK-7105611 : Set::print() is broken
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8-pool
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-10-27
  • Updated: 2012-03-22
  • Resolved: 2012-01-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u4Fixed 8Fixed hs23Fixed
Related Reports
Relates :  
Description
Set::print() is broken after 7013538 changes.

[t@46 l@46]: call pt_ptset.print() 
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/vectset.hpp:154
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (src/share/vm/libadt/vectset.hpp:154), pid=14153, tid=46
#  Error: ShouldNotCall()
#
  [8] report_should_not_call(file = 0xfffffcffb3ccee93 "src/share/vm/libadt/vectset.hpp", line = 154), line 253 in "src/share/vm/utilities/debug.cpp"
  [9] VectorSet::iterate(this = 0x2dc56e8, _ARG2 = 16U), line 154 in "src/share/vm/libadt/vectset.hpp"
  [10] SetI::SetI(this = 0xfffffcfff52f4f38, s = 0x2dc56e8), line 244 in "src/share/vm/libadt/set.hpp"
  [11] Set::setstr(this = 0x2dd2a40), line 82 in "src/share/vm/libadt/set.cpp"
  [12] Set::print(this = 0x2dd2a40), line 118 in "src/share/vm/libadt/set.cpp"

Comments
EVALUATION http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/f350490a45fd
22-03-2012

EVALUATION See main CR
30-11-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/f350490a45fd
29-11-2011

EVALUATION Verified in PIT hs23-b06 for jdk7u4-b02: could't reproduce error using Unsafe class Verified in PIT hs23-b06 for jdk8-b15: could't reproduce error using Unsafe class
22-11-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f350490a45fd
15-11-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/f350490a45fd
28-10-2011