hg: hsx/hotspot-comp/hotspot: 20 new changesets
albert.noll at oracle.com
albert.noll at oracle.com
Mon Dec 16 01:59:24 PST 2013
Changeset: 9a60f4ac6a37
Author: hseigel
Date: 2013-12-04 08:10 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/9a60f4ac6a37
8027458: VM anonymous classes: wrong context for protected access checks
Summary: Use the anonymous class's host class for protected access checks
Reviewed-by: acorn, coleenp, lfoltan
! src/share/vm/runtime/reflection.cpp
Changeset: a4f036ef52e8
Author: sla
Date: 2013-12-04 14:43 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/a4f036ef52e8
8029395: SA: jstack throws WrongTypeException
Summary: SA missed some TLABs
Reviewed-by: dsamersoff, mgerdin, brutisso
! agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/ThreadLocalAllocBuffer.java
Changeset: c586f8a7322f
Author: mgronlun
Date: 2013-12-05 12:35 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/c586f8a7322f
8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
Reviewed-by: kvn, sspitsyn
! src/cpu/x86/vm/frame_x86.cpp
Changeset: 769557390c43
Author: hseigel
Date: 2013-12-06 11:33 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/769557390c43
8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61
Summary: Check first that a class is not a dynamically-generated bytecode associated with 1.4 reflection implementation, to emitting an ICCE of an invokespecial IMR of a method in an indirect superinterface.
Reviewed-by: acorn, hseigel
Contributed-by: lois.foltan at oracle.com
! src/share/vm/interpreter/linkResolver.cpp
Changeset: a150ff9e8efc
Author: hseigel
Date: 2013-12-06 11:49 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/a150ff9e8efc
Merge
Changeset: bf15208b72a5
Author: mgronlun
Date: 2013-12-08 18:00 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/bf15208b72a5
Merge
Changeset: 9fbabcbb875b
Author: hseigel
Date: 2013-12-10 16:18 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/9fbabcbb875b
8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object
Summary: Implementation of JDK 8 JVMS 5.4.3.4 specification change to skip static and non-public methods of java.lang.Object for interface method resolution.
Reviewed-by: acorn, coleenp
Contributed-by: lois.foltan at oracle.com
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
! test/runtime/8024804/RegisterNatives.java
Changeset: 1de8e5356754
Author: ehelin
Date: 2013-12-09 08:20 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/1de8e5356754
8029326: G1 does not check if threads gets created
Reviewed-by: brutisso, jmasa, jwilhelm
! src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
Changeset: ad72068ac41e
Author: sjohanss
Date: 2013-12-10 10:31 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/ad72068ac41e
8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40
Summary: Reducing the number of calls to follow_class_loader to speed up the marking phase. Also removed some unnecessary calls to adjust_klass.
Reviewed-by: stefank, jmasa, mgerdin
! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp
! src/share/vm/oops/instanceClassLoaderKlass.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceMirrorKlass.cpp
! src/share/vm/oops/objArrayKlass.cpp
! src/share/vm/oops/oop.hpp
! src/share/vm/oops/oop.pcgc.inline.hpp
Changeset: fa76dce60db7
Author: stefank
Date: 2013-12-09 10:03 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/fa76dce60db7
8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1)
Summary: Fixed overflow bug in VirtualSpaceNode::is_available
Reviewed-by: mgerdin, brutisso, coleenp, jmasa
! src/share/vm/memory/metaspace.cpp
Changeset: e3995ab44393
Author: ehelin
Date: 2013-12-12 16:13 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/e3995ab44393
Merge
Changeset: bc8b01f98ae3
Author: anoll
Date: 2013-12-12 11:22 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/bc8b01f98ae3
Merge
Changeset: fa6d364024c2
Author: jprovino
Date: 2013-12-11 13:51 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/fa6d364024c2
8029566: PPC: OrderAccess::load_acquire(julong) is broken
Summary: JFR needs this fix to run on PPC
Reviewed-by: sla, mikael
! src/share/vm/utilities/globalDefinitions_gcc.hpp
Changeset: dc09e905db20
Author: vladidan
Date: 2013-12-12 17:08 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/dc09e905db20
Merge
Changeset: 2a21bf819fea
Author: vladidan
Date: 2013-12-12 14:06 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/2a21bf819fea
Merge
Changeset: ce2d7e46f3c7
Author: katleman
Date: 2013-12-12 05:20 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/ce2d7e46f3c7
Added tag jdk8-b120 for changeset fca262db9c43
! .hgtags
Changeset: 41f4cad94c58
Author: amurillo
Date: 2013-12-13 09:40 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/41f4cad94c58
Merge
Changeset: 5f07ec8bb982
Author: amurillo
Date: 2013-12-13 09:40 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/5f07ec8bb982
Added tag hs25-b63 for changeset 41f4cad94c58
! .hgtags
Changeset: 7469c9ca967a
Author: amurillo
Date: 2013-12-13 09:48 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/7469c9ca967a
8030062: new hotspot build - hs25-b64
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: a632dd6ef1f9
Author: anoll
Date: 2013-12-16 00:44 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/a632dd6ef1f9
Merge
More information about the hotspot-compiler-dev
mailing list