hg: jdk8u/jdk8u/hotspot: 11 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Tue Apr 8 17:14:51 UTC 2014
Changeset: d5818eeedb40
Author: amurillo
Date: 2014-03-28 15:29 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/d5818eeedb40
8038639: new hotspot build - hs25.20-b09
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: f42c10a3d4b1
Author: minqi
Date: 2014-03-31 13:09 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f42c10a3d4b1
7090324: gclog rotation via external tool
Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting.
Reviewed-by: sla, minqi, ehelin
Contributed-by: suenaga.yasumasa at lab.ntt.co.jp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/safepoint.cpp
! src/share/vm/runtime/vm_operations.hpp
! src/share/vm/services/diagnosticCommand.cpp
! src/share/vm/services/diagnosticCommand.hpp
! src/share/vm/utilities/ostream.cpp
! src/share/vm/utilities/ostream.hpp
+ test/gc/TestGCLogRotationViaJcmd.java
Changeset: 8a84bedf7173
Author: dholmes
Date: 2014-03-31 23:49 -0400
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8a84bedf7173
8016039: jvm.lib is missing from export list unless building server
Summary: make the export declaration unconditional
Reviewed-by: sla, sspitsyn
! make/windows/makefiles/defs.make
Changeset: 0118c8c7b80f
Author: kvn
Date: 2014-03-31 13:08 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/0118c8c7b80f
8038633: crash in VM_Version::get_processor_features() on startup
Summary: Windows need an exception wrapper around getPsrInfo_stub() call in order to properly handle SEGV for YMM registers test.
Reviewed-by: iveresov, iignatyev
! src/cpu/x86/vm/vm_version_x86.cpp
! src/cpu/x86/vm/vm_version_x86.hpp
! src/os/windows/vm/os_windows.cpp
! src/os/windows/vm/os_windows.hpp
! src/os/windows/vm/os_windows.inline.hpp
! src/share/vm/prims/jni.cpp
Changeset: 56e7f5560e60
Author: kvn
Date: 2014-04-02 11:24 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/56e7f5560e60
8036767: PPC64: Support for little endian execution model
Reviewed-by: goetz, kvn, dholmes, simonis
Contributed-by: asmundak at google.com
! make/linux/Makefile
! make/linux/makefiles/defs.make
! make/linux/makefiles/ppc64.make
! src/cpu/ppc/vm/assembler_ppc.hpp
! src/cpu/ppc/vm/bytes_ppc.hpp
! src/os/linux/vm/os_linux.cpp
+ src/os_cpu/linux_ppc/vm/bytes_linux_ppc.inline.hpp
Changeset: 876390ee9b6f
Author: iveresov
Date: 2014-04-02 11:24 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/876390ee9b6f
8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
Summary: Null check is placed in a wrong place when storing a null to an object field on x64 with compressed oops off
Reviewed-by: roland, vlivanov, kvn
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
+ test/compiler/codegen/C1NullCheckOfNullStore.java
Changeset: 6df24530bf14
Author: iveresov
Date: 2014-04-03 16:37 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/6df24530bf14
Merge
Changeset: bfdf528be8e8
Author: tschatzl
Date: 2014-04-04 10:43 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/bfdf528be8e8
8038498: Fix includes and C inlining after 8035330
Summary: Change 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure broke the debug build on AIX. The method do_oop_partial_array() is added in a header, but requires the inline function par_write_ref() through several inlined calls. In some cpp files, like arguments.cpp, par_write_ref() is not defined as the corresponding inline header and is not included. The AIX debug VM does not start because of the missing symbol. This change solves this by cleaning up include dependencies.
Reviewed-by: tschatzl, stefank
! src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp
! src/share/vm/gc_implementation/g1/sparsePRT.hpp
Changeset: b257acb35d3e
Author: zgu
Date: 2013-12-16 10:57 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/b257acb35d3e
8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
Summary: Fixed wrong print string format
Reviewed-by: sla, ccheung
! src/share/vm/runtime/globals.cpp
Changeset: 5186bc5047c1
Author: amurillo
Date: 2014-04-04 09:49 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/5186bc5047c1
Merge
Changeset: 4d73f1e99f97
Author: amurillo
Date: 2014-04-04 09:49 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/4d73f1e99f97
Added tag hs25.20-b09 for changeset 5186bc5047c1
! .hgtags
More information about the jdk8u-changes
mailing list