hg: jdk9/hs/hotspot: 9 new changesets
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Thu Jul 3 01:45:51 UTC 2014
Changeset: 51b82a72aafb
Author: ctornqvi
Date: 2014-06-25 13:03 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/51b82a72aafb
8048076: [TESTBUG] runtime/Unsafe/RangeCheck.java fails with -Xcomp
Summary: Compiler intrinsics doesn't have this assert, disabled the intrinsics to make sure we go through the VM
Reviewed-by: lfoltan, coleenp
! test/runtime/Unsafe/RangeCheck.java
Changeset: 59f1099e39d9
Author: egahlin
Date: 2014-06-25 21:36 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/59f1099e39d9
8046783: Add hidden field to methods for event based tracing
Reviewed-by: sla, mgronlun
! src/share/vm/trace/tracetypes.xml
Changeset: 6b78c6948ec8
Author: egahlin
Date: 2014-06-25 22:12 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6b78c6948ec8
Merge
Changeset: ab15f6287711
Author: mgronlun
Date: 2014-06-27 13:33 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ab15f6287711
8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
Reviewed-by: coleenp, sspitsyn, ehelin
! src/share/vm/classfile/classLoaderData.cpp
! src/share/vm/classfile/classLoaderData.hpp
Changeset: 88a7b3dd7d5d
Author: dcubed
Date: 2014-06-27 08:11 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/88a7b3dd7d5d
Merge
! src/share/vm/classfile/classLoaderData.cpp
Changeset: 5da31e88dbf5
Author: dcubed
Date: 2014-06-27 14:00 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/5da31e88dbf5
8047720: Xprof hangs on Solaris
Summary: Update use of PeriodicTask_lock in WatcherThread::stop() to avoid safepoint deadlock.
Reviewed-by: mgronlun, coleenp
! src/share/vm/runtime/thread.cpp
Changeset: 56c8024da07e
Author: coleenp
Date: 2014-06-30 14:58 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/56c8024da07e
8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
Summary: Fix the matching of format string parameter types to the actual argument types for the PPC64 and CPP-Interpreter files in the same way as 8037816 already did it for all the other files
Reviewed-by: stefank, coleenp, dholmes
! src/cpu/ppc/vm/assembler_ppc.cpp
! src/cpu/ppc/vm/compiledIC_ppc.cpp
! src/cpu/ppc/vm/frame_ppc.cpp
! src/cpu/ppc/vm/macroAssembler_ppc.cpp
! src/cpu/ppc/vm/methodHandles_ppc.cpp
! src/cpu/ppc/vm/nativeInst_ppc.cpp
! src/cpu/ppc/vm/ppc.ad
! src/cpu/ppc/vm/vm_version_ppc.cpp
! src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp
! src/share/vm/interpreter/bytecodeInterpreter.cpp
! src/share/vm/interpreter/bytecodeInterpreterProfiling.hpp
Changeset: 9c57305f46cd
Author: sla
Date: 2014-06-30 10:04 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9c57305f46cd
8047973: Quarantine compiler/ciReplay/*
Reviewed-by: vlivanov
! test/compiler/ciReplay/TestSA.sh
! test/compiler/ciReplay/TestVM.sh
! test/compiler/ciReplay/TestVM_no_comp_level.sh
Changeset: e59ad4b3ee90
Author: sspitsyn
Date: 2014-07-02 17:24 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/e59ad4b3ee90
Merge
More information about the jdk9-hs-changes
mailing list