-
Bug
-
Resolution: Fixed
-
P3
-
hs16
-
b06
-
x86
-
solaris_10
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2180085 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b65 |
JDK-2180664 | 6u18 | Vladimir Kozlov | P3 | Closed | Fixed | b01 |
The attached java program, when compiled and run with debug -server VM, aborts with a "Meet Not Symmetric" failure.
% bin/java -Xbatch -server Test
=== Meet Not Symmetric ===
t = Interface:TopPTR *,iid=top[int:max..0]
this= Parent:TopPTR *,iid=top[int:1]
mt=(t meet this)= Interface:TopPTR *[int:1]
t_dual= Interface *[int:>=0]
this_dual= Parent *[int:1]
mt_dual= Interface *,iid=top[int:1]
mt_dual meet t_dual= Interface *[int:>=0]
mt_dual meet this_dual= java/lang/Object *[int:1]
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/type.cpp:532
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/type.cpp:532), pid=2342, tid=10
# Error: meet not symmetric
#
# JRE version: 7.0-b57
# Java VM: Java HotSpot(TM) Server VM (16.0-b02-fastdebug mixed mode solaris-x86 )
% bin/java -Xbatch -server Test
=== Meet Not Symmetric ===
t = Interface:TopPTR *,iid=top[int:max..0]
this= Parent:TopPTR *,iid=top[int:1]
mt=(t meet this)= Interface:TopPTR *[int:1]
t_dual= Interface *[int:>=0]
this_dual= Parent *[int:1]
mt_dual= Interface *,iid=top[int:1]
mt_dual meet t_dual= Interface *[int:>=0]
mt_dual meet this_dual= java/lang/Object *[int:1]
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/type.cpp:532
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/type.cpp:532), pid=2342, tid=10
# Error: meet not symmetric
#
# JRE version: 7.0-b57
# Java VM: Java HotSpot(TM) Server VM (16.0-b02-fastdebug mixed mode solaris-x86 )
- backported by
-
JDK-2180085 False positive for "meet not symmetric" failure
-
- Closed
-
-
JDK-2180664 False positive for "meet not symmetric" failure
-
- Closed
-