hg: hsx/hotspot-main/hotspot: 16 new changesets

rickard.backman at oracle.com rickard.backman at oracle.com
Wed May 22 08:19:37 PDT 2013


Changeset: f49e0508a38a
Author:    rbackman
Date:      2013-05-15 11:30 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f49e0508a38a

4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd
Reviewed-by: coleenp, sspitsyn

! src/share/vm/prims/jvmtiExport.cpp

Changeset: 243469d929e6
Author:    ctornqvi
Date:      2013-05-16 15:31 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/243469d929e6

8008169: test/runtime/7158804/Test7158804.sh has bad copyright header
Summary: Re-wrote test in Java in addition to fixing the Copyright notice. Also reviewed by leonid.mesnik at oracle.com
Reviewed-by: coleenp, ctornqvi
Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov at oracle.com>

- test/runtime/7158804/Test7158804.sh
+ test/runtime/CommandLine/ConfigFileParsing.java

Changeset: 17db82f22f1e
Author:    ctornqvi
Date:      2013-05-16 17:54 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/17db82f22f1e

8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag
Summary: Corrected the class name
Reviewed-by: coleenp, ctornqvi, hseigel
Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov at oracle.com>

! test/runtime/RedefineObject/TestRedefineObject.java

Changeset: 78332b46e604
Author:    kevinw
Date:      2013-05-16 12:40 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/78332b46e604

6313816: SA: jstack -m fails on Win32 : UnalignedAddressException
Reviewed-by: sla, poonam

- agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/amd64/AMD64CFrame.java
- agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/x86/X86CFrame.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugger.java
+ agent/src/share/classes/sun/jvm/hotspot/debugger/windows/amd64/WindowsAMD64CFrame.java
+ agent/src/share/classes/sun/jvm/hotspot/debugger/windows/x86/WindowsX86CFrame.java
! make/sa.files

Changeset: 205dd30230e1
Author:    shade
Date:      2013-05-17 01:43 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/205dd30230e1

8012939: @Contended doesn't work correctly with inheritance
Summary: Fix instance_size miscalculation.
Reviewed-by: jrose, kvn

! src/share/vm/classfile/classFileParser.cpp
+ test/runtime/contended/Inheritance1.java

Changeset: b334821dad92
Author:    dholmes
Date:      2013-05-16 21:19 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b334821dad92

Merge


Changeset: 50e9396d5257
Author:    shade
Date:      2013-05-17 01:58 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/50e9396d5257

8014509: @Contended: explicit default value behaves differently from the implicit value
Summary: Treat the empty string as the default value tag
Reviewed-by: kvn, twisti

! src/share/vm/classfile/classFileParser.cpp
+ test/runtime/contended/DefaultValue.java

Changeset: 074ba6269cf4
Author:    dholmes
Date:      2013-05-16 22:11 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/074ba6269cf4

Merge

- agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/amd64/AMD64CFrame.java
- agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/x86/X86CFrame.java

Changeset: 1ba508fcd3e2
Author:    dholmes
Date:      2013-05-16 23:40 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/1ba508fcd3e2

Merge


Changeset: 6ce351ac7339
Author:    rdurbin
Date:      2013-05-17 08:51 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/6ce351ac7339

7145527: sscanf must use a length in the format string
Summary: Remove dead code containing last call to scanf with no string length specifier
Reviewed-by: dcubed, coleenp

! src/share/vm/utilities/debug.cpp

Changeset: a250c89cf9e3
Author:    dcubed
Date:      2013-05-17 08:56 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a250c89cf9e3

Merge


Changeset: b5be63340698
Author:    dcubed
Date:      2013-05-17 11:36 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b5be63340698

Merge

- agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/amd64/AMD64CFrame.java
- agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/x86/X86CFrame.java
! src/share/vm/classfile/classFileParser.cpp
- test/runtime/7158804/Test7158804.sh

Changeset: 386b77bf6427
Author:    dcubed
Date:      2013-05-17 17:52 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/386b77bf6427

Merge

- make/bsd/makefiles/launcher.make
- make/linux/makefiles/launcher.make
- make/solaris/makefiles/launcher.make
- make/windows/makefiles/launcher.make
- src/os/posix/launcher/java_md.c
- src/os/posix/launcher/java_md.h
- src/os/posix/launcher/launcher.script
- src/os/windows/launcher/java_md.c
- src/os/windows/launcher/java_md.h
- src/share/tools/launcher/java.c
- src/share/tools/launcher/java.h
- src/share/tools/launcher/jli_util.c
- src/share/tools/launcher/jli_util.h
- src/share/tools/launcher/wildcard.c
- src/share/tools/launcher/wildcard.h
- src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.inline.hpp

Changeset: a5d6f0c3585f
Author:    iklam
Date:      2013-05-18 20:41 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a5d6f0c3585f

8014262: PrintStringTableStatistics should include more footprint info
Summary: Added info for the string/symbol objects and the hash entries
Reviewed-by: coleenp, rbackman

! src/share/vm/classfile/symbolTable.cpp
! src/share/vm/utilities/hashtable.cpp
! src/share/vm/utilities/hashtable.hpp

Changeset: 5e3573e08a83
Author:    shade
Date:      2013-05-20 15:43 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/5e3573e08a83

8014871: Move @Contended regression tests to the same place
Summary: Move the missing test to appropriate location.
Reviewed-by: dholmes, sla

- test/runtime/8003985/Test8003985.java
+ test/runtime/contended/Basic.java

Changeset: bbddfb08190f
Author:    shade
Date:      2013-05-20 23:41 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/bbddfb08190f

8014878: Clean up class field layout code
Summary: rename/remove local variables, re-arrange instance_size calculation, more comments.
Reviewed-by: kvn, coleenp

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



More information about the hotspot-dev mailing list