Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2188218 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b83 |
JDK-2189823 | 6u21 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
The fix for 6792161 creates situations in the scheduler where the verification of the def/use of registers fails, again because the precedence edge isn't a real use. I think the fix has to be revisited.
On 01/29 a bunch of tests in Comp_Baseline failed:
# Internal Error
(/tmp/jprt/P1/B/173357.kvn/source/src/share/vm/opto/output.cpp:2381),
pid=8, tid=9
# Error: after block local scheduling
#
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2010-01-29/Comp_Baseline/javase/solaris-sparcv9/server/comp/solaris-sparcv9_server_comp_LANG_REGRESSION/analysis.html
Test affects:
java/lang/management/ManagementFactory/GetPlatformMXBeans.java
java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java
java/lang/management/ManagementFactory/PlatformMBeanServerTest.java
java/lang/management/MemoryMXBean/GetMBeanInfo.java
java/lang/management/ThreadMXBean/ThreadInfoArray.java
java/lang/management/GarbageCollectorMXBean/GcInfoCompositeType.java
java/lang/management/MXBean/MXBeanBehavior.java
java/lang/management/ManagementFactory/MXBeanException.java
java/lang/management/ManagementFactory/MXBeanProxyTest.java
java/lang/management/ManagementFactory/ProxyExceptions.java
java/lang/management/ManagementFactory/ThreadMXBeanProxy.java
On 01/29 a bunch of tests in Comp_Baseline failed:
# Internal Error
(/tmp/jprt/P1/B/173357.kvn/source/src/share/vm/opto/output.cpp:2381),
pid=8, tid=9
# Error: after block local scheduling
#
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2010-01-29/Comp_Baseline/javase/solaris-sparcv9/server/comp/solaris-sparcv9_server_comp_LANG_REGRESSION/analysis.html
Test affects:
java/lang/management/ManagementFactory/GetPlatformMXBeans.java
java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java
java/lang/management/ManagementFactory/PlatformMBeanServerTest.java
java/lang/management/MemoryMXBean/GetMBeanInfo.java
java/lang/management/ThreadMXBean/ThreadInfoArray.java
java/lang/management/GarbageCollectorMXBean/GcInfoCompositeType.java
java/lang/management/MXBean/MXBeanBehavior.java
java/lang/management/ManagementFactory/MXBeanException.java
java/lang/management/ManagementFactory/MXBeanProxyTest.java
java/lang/management/ManagementFactory/ProxyExceptions.java
java/lang/management/ManagementFactory/ThreadMXBeanProxy.java
- backported by
-
JDK-2189823 failure in verify scheduling after 6792161
- Resolved
-
JDK-2188218 failure in verify scheduling after 6792161
- Closed
- relates to
-
JDK-6792161 assert("No dead instructions after post-alloc")
- Resolved