Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2217935 | 8 | Vladimir Kozlov | P4 | Resolved | Fixed | b15 |
JDK-2217934 | 7u4 | Vladimir Kozlov | P4 | Closed | Fixed | b02 |
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"
[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"
- backported by
-
JDK-2217935 Set::print() is broken
- Resolved
-
JDK-2217934 Set::print() is broken
- Closed
- relates to
-
JDK-7013538 Java memory leak with escape analysis
- Closed