hg: jdk9/hs/hotspot: 16 new changesets

christian.tornqvist at oracle.com christian.tornqvist at oracle.com
Fri Feb 13 15:34:30 UTC 2015


Changeset: c1552a4dfc14
Author:    miauno
Date:      2015-02-04 16:09 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c1552a4dfc14

8072472: serviceability/dcmd/framework/* should be quarantined
Reviewed-by: jbachorik

! test/serviceability/dcmd/framework/HelpTest.java
! test/serviceability/dcmd/framework/InvalidCommandTest.java
! test/serviceability/dcmd/framework/VMVersionTest.java

Changeset: 6bfc40057b3f
Author:    dholmes
Date:      2015-02-04 18:47 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6bfc40057b3f

8065895: Synchronous signals during error reporting may terminate or hang VM process
Reviewed-by: dholmes, gziemski
Contributed-by: Thomas Stuefe <thomas.stuefe at gmail.com>

! src/os/aix/vm/vmError_aix.cpp
! src/os/bsd/vm/vmError_bsd.cpp
! src/os/linux/vm/vmError_linux.cpp
! src/os/solaris/vm/vmError_solaris.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/utilities/debug.cpp
! src/share/vm/utilities/debug.hpp
! src/share/vm/utilities/vmError.cpp

Changeset: a09b7ff9426d
Author:    dholmes
Date:      2015-02-04 21:33 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/a09b7ff9426d

8072575: Add missing test for 8065895
Reviewed-by: dholmes, gziemski
Contributed-by: Thomas Stuefe <thomas.stuefe at gmail.com>

+ test/runtime/ErrorHandling/SecondaryErrorTest.java

Changeset: 623d0a89d55d
Author:    sla
Date:      2015-02-05 12:54 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/623d0a89d55d

8072455: Use jtreg's requiredVersion tag in hotspot/test/TEST.ROOT
Reviewed-by: dholmes, ctornqvi

! test/TEST.ROOT

Changeset: ad10a46cc215
Author:    goetz
Date:      2015-02-04 16:26 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ad10a46cc215

8072434: 8064457: introduces performance regressions in 9-b47
Reviewed-by: coleenp, kvn

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

Changeset: 9c3b4e28183c
Author:    jbachorik
Date:      2015-01-12 14:05 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9c3b4e28183c

8068976: Remove JSDT implementation
Reviewed-by: sla, mchung, dholmes

! make/aix/makefiles/mapfile-vers-debug
! make/aix/makefiles/mapfile-vers-product
! make/bsd/makefiles/mapfile-vers-darwin-debug
! make/bsd/makefiles/mapfile-vers-darwin-product
! make/bsd/makefiles/mapfile-vers-debug
! make/bsd/makefiles/mapfile-vers-product
! make/linux/makefiles/mapfile-vers-debug
! make/linux/makefiles/mapfile-vers-product
! make/solaris/makefiles/dtrace.make
! make/solaris/makefiles/mapfile-vers
! src/cpu/sparc/vm/nativeInst_sparc.cpp
! src/cpu/sparc/vm/nativeInst_sparc.hpp
! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
! src/cpu/x86/vm/nativeInst_x86.cpp
! src/cpu/x86/vm/nativeInst_x86.hpp
! src/cpu/x86/vm/sharedRuntime_x86_32.cpp
! src/cpu/x86/vm/sharedRuntime_x86_64.cpp
- src/os/bsd/vm/dtraceJSDT_bsd.cpp
- src/os/linux/vm/dtraceJSDT_linux.cpp
- src/os/solaris/vm/dtraceJSDT_solaris.cpp
- src/os/windows/vm/dtraceJSDT_windows.cpp
! src/share/vm/asm/codeBuffer.hpp
! src/share/vm/code/nmethod.cpp
! src/share/vm/code/nmethod.hpp
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/jvm.h
- src/share/vm/runtime/dtraceJSDT.cpp
- src/share/vm/runtime/dtraceJSDT.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/sharedRuntime.cpp
! src/share/vm/runtime/sharedRuntime.hpp

Changeset: 871f73d10e98
Author:    dcubed
Date:      2015-02-06 10:40 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/871f73d10e98

Merge

- src/os/bsd/vm/dtraceJSDT_bsd.cpp
- src/os/linux/vm/dtraceJSDT_linux.cpp
- src/os/solaris/vm/dtraceJSDT_solaris.cpp
- src/os/windows/vm/dtraceJSDT_windows.cpp
! src/share/vm/prims/jvm.cpp
- src/share/vm/runtime/dtraceJSDT.cpp
- src/share/vm/runtime/dtraceJSDT.hpp

Changeset: f27530eb6c46
Author:    jbachorik
Date:      2014-12-02 19:47 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f27530eb6c46

8067447: Factor out the shared implementation of the VM flags manipulation code
Reviewed-by: sla, dholmes

! src/share/vm/services/attachListener.cpp
! src/share/vm/services/management.cpp
+ src/share/vm/services/writeableFlags.cpp
+ src/share/vm/services/writeableFlags.hpp

Changeset: 4a76ca542247
Author:    hseigel
Date:      2015-02-10 09:25 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4a76ca542247

8072694: Need errno info when CDS archive creation fails
Summary: Add errno output to error message when CDS archive creation fails
Reviewed-by: dholmes, lfoltan

! src/share/vm/memory/filemap.cpp

Changeset: dba0e5e29ebd
Author:    psandoz
Date:      2015-02-10 14:10 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dba0e5e29ebd

8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
Reviewed-by: dholmes, kvn, vlivanov

! src/share/vm/prims/unsafe.cpp
! test/runtime/Unsafe/FieldOffset.java
! test/runtime/Unsafe/GetPutBoolean.java
! test/runtime/Unsafe/GetPutByte.java
! test/runtime/Unsafe/GetPutChar.java
! test/runtime/Unsafe/GetPutDouble.java
! test/runtime/Unsafe/GetPutFloat.java
! test/runtime/Unsafe/GetPutInt.java
! test/runtime/Unsafe/GetPutLong.java
! test/runtime/Unsafe/GetPutObject.java
! test/runtime/Unsafe/GetPutShort.java

Changeset: d5c8919c43ab
Author:    psandoz
Date:      2015-02-10 16:53 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d5c8919c43ab

Merge


Changeset: 35cf9f62226f
Author:    coleenp
Date:      2015-02-10 15:10 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/35cf9f62226f

8068451: Kitchensink fails with assert(_size >= sz) failed: Negative size
Summary: Need ThreadCritical lock around chunk pool cleaning and copying for snapshot
Reviewed-by: lfoltan, gtriantafill, hseigel

! src/share/vm/memory/allocation.cpp
! src/share/vm/services/mallocSiteTable.cpp
! src/share/vm/services/mallocTracker.cpp
! src/share/vm/services/mallocTracker.hpp
! src/share/vm/services/nmtDCmd.cpp

Changeset: ce2c731bb770
Author:    psandoz
Date:      2015-02-10 21:32 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ce2c731bb770

8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
Reviewed-by: kvn, vlivanov

! src/cpu/ppc/vm/ppc.ad
! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
! src/cpu/sparc/vm/sparc.ad
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! src/cpu/x86/vm/globals_x86.hpp
! src/cpu/x86/vm/vm_version_x86.cpp
! src/cpu/x86/vm/x86_32.ad
! src/cpu/x86/vm/x86_64.ad
! src/share/vm/adlc/formssel.cpp
! src/share/vm/c1/c1_Canonicalizer.cpp
! src/share/vm/c1/c1_Canonicalizer.hpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_GraphBuilder.hpp
! src/share/vm/c1/c1_Instruction.hpp
! src/share/vm/c1/c1_InstructionPrinter.cpp
! src/share/vm/c1/c1_InstructionPrinter.hpp
! src/share/vm/c1/c1_LIR.cpp
! src/share/vm/c1/c1_LIR.hpp
! src/share/vm/c1/c1_LIRAssembler.cpp
! src/share/vm/c1/c1_LIRAssembler.hpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
! src/share/vm/c1/c1_Optimizer.cpp
! src/share/vm/c1/c1_RangeCheckElimination.hpp
! src/share/vm/c1/c1_ValueMap.hpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/opto/classes.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/matcher.cpp
! src/share/vm/opto/memnode.hpp
! src/share/vm/runtime/vmStructs.cpp

Changeset: 18da5dda66d2
Author:    psandoz
Date:      2015-02-10 22:22 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/18da5dda66d2

Merge


Changeset: b35cc4197f1b
Author:    dfuchs
Date:      2015-02-11 17:41 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b35cc4197f1b

8072482: Cleanup: In jvm.cpp and other shared files declaration of 64bits constants should use the CONST64/UCONST64 macros instead of the LL suffix
Reviewed-by: dholmes, coleenp

! src/share/vm/opto/divnode.cpp
! src/share/vm/prims/jvm.cpp

Changeset: 70e539f62c3d
Author:    ctornqvi
Date:      2015-02-13 05:17 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/70e539f62c3d

Merge

! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/code/nmethod.cpp
! src/share/vm/code/nmethod.hpp
! src/share/vm/opto/classes.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/runtime/globals.hpp



More information about the jdk9-all-changes mailing list