hg: jdk7/hotspot/hotspot: 6 new changesets

karen.kinnear at oracle.com karen.kinnear at oracle.com
Wed Mar 9 13:48:58 PST 2011


Changeset: 9f44e9aad2d9
Author:    coleenp
Date:      2011-03-03 19:51 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/9f44e9aad2d9

7022999: Can't build with FORCE_TIERED=0
Summary: Put UseFastLocking test under #ifdef COMPILER1
Reviewed-by: kvn, phh, never, dcubed

! src/share/vm/runtime/arguments.cpp

Changeset: fbbeec6dad2d
Author:    coleenp
Date:      2011-03-03 19:52 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/fbbeec6dad2d

6512830: Error: assert(tag_at(which).is_unresolved_klass(), "Corrupted constant pool")
Summary: Redefine classes copies the constant pool while the constant pool may be resolving strings or classes
Reviewed-by: dcubed, dsamersoff, acorn

! src/share/vm/oops/constantPoolOop.cpp
! src/share/vm/prims/jvmtiRedefineClasses.cpp

Changeset: f767174aac14
Author:    coleenp
Date:      2011-03-03 19:53 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/f767174aac14

7021653: Parfait issue in hotspot/src/share/vm/oops/methodDataOops.hpp
Summary: Fix compilation error(s)
Reviewed-by: kvn, phh, jcoomes, dholmes

! src/share/vm/oops/methodDataOop.hpp
! src/share/vm/runtime/os.cpp

Changeset: dbad0519a1c4
Author:    kamg
Date:      2011-03-04 14:40 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/dbad0519a1c4

6845426: non-static <clinit> method with no args is called during the class initialization process
Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50
Reviewed-by: acorn, dholmes, coleenp

! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/klassVtable.cpp
! src/share/vm/oops/methodOop.cpp
! src/share/vm/oops/methodOop.hpp

Changeset: 0cd0a06d2535
Author:    acorn
Date:      2011-03-07 09:16 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/0cd0a06d2535

Merge

! src/share/vm/runtime/arguments.cpp

Changeset: df1347358fe6
Author:    coleenp
Date:      2011-03-07 16:03 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/df1347358fe6

7024584: Symbol printouts shouldnt be under PrintGCDetails
Summary: Put symbol printing under Verbose and WizardMode so you can get this information if you really want it.
Reviewed-by: phh, stefank, never, dholmes, jcoomes

! src/share/vm/classfile/symbolTable.cpp



More information about the hotspot-dev mailing list