hg: jdk7/hotspot/hotspot: 6 new changesets

changpeng.fang at sun.com changpeng.fang at sun.com
Thu Oct 29 12:21:42 PDT 2009


Changeset: 0a46d0c5dccb
Author:    never
Date:      2009-10-15 11:47 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/0a46d0c5dccb

6891750: deopt blob kills values in O5
Reviewed-by: kvn, twisti

! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
+ test/compiler/6891750/Test6891750.java

Changeset: 71fdc5052e49
Author:    cfang
Date:      2009-10-16 16:14 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/71fdc5052e49

Merge


Changeset: 987e948ebbc8
Author:    jrose
Date:      2009-10-17 19:51 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/987e948ebbc8

6815692: method handle code needs some cleanup (post-6655638)
Summary: correctly raise exceptions, support safe bitwise "raw" conversions, fix bugs revealed by VerifyMethodHandles, remove dead code, improve debugging support
Reviewed-by: never, twisti

! src/cpu/x86/vm/methodHandles_x86.cpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/klass.cpp
! src/share/vm/oops/klass.hpp
! src/share/vm/oops/markOop.cpp
! src/share/vm/oops/methodOop.cpp
! src/share/vm/prims/methodHandles.cpp
! src/share/vm/prims/methodHandles.hpp

Changeset: 873ec3787992
Author:    kvn
Date:      2009-10-21 09:15 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/873ec3787992

6892186: SA does not dump debug info for scalar replaced objects
Summary: Implement scalar replaced objects debug info dump in SA.
Reviewed-by: twisti

! agent/make/saenv.sh
! agent/make/saenv64.sh
! agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java
! agent/src/share/classes/sun/jvm/hotspot/code/CodeCache.java
! agent/src/share/classes/sun/jvm/hotspot/code/NMethod.java
! agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java
! agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java
! agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java
! agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js
! src/share/vm/opto/callnode.cpp
! src/share/vm/runtime/vmStructs.cpp

Changeset: f875b4f472f7
Author:    twisti
Date:      2009-10-27 03:00 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/f875b4f472f7

6893554: SPECjvm2008 mpegaudio fails with SecurityException
Summary: The problem occurs with negative numbers, as the 32-bit input values are sign extended into the 64-bit registers.
Reviewed-by: kvn

! src/cpu/sparc/vm/sparc.ad

Changeset: 4926bf2d292f
Author:    cfang
Date:      2009-10-29 08:49 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/4926bf2d292f

Merge




More information about the jdk7-changes mailing list