hg: hsx/hotspot-gc/hotspot: 16 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Fri Dec 6 21:43:07 UTC 2013
Changeset: a3dc98dc4d21
Author: katleman
Date: 2013-12-04 23:11 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/a3dc98dc4d21
Added tag jdk8-b119 for changeset ce42d815dd21
! .hgtags
Changeset: 8a42e81e2f9d
Author: dsamersoff
Date: 2013-11-27 14:26 +0400
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/8a42e81e2f9d
7050685: jsdbproc64.sh has a typo in the package name
Summary: fixed typeo
Reviewed-by: sla, kmo, sspitsyn
! agent/make/jsdbproc64.sh
Changeset: 6ce6a0d23467
Author: mgronlun
Date: 2013-12-02 11:42 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/6ce6a0d23467
Merge
- test/compiler/jsr292/methodHandleExceptions/C.java
- test/compiler/jsr292/methodHandleExceptions/I.java
Changeset: 7a58803b5069
Author: acorn
Date: 2013-12-03 08:36 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/7a58803b5069
8026066: ICCE for invokeinterface static
Reviewed-by: coleenp, lfoltan, hseigel
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
! test/TEST.groups
! test/runtime/8024804/RegisterNatives.java
Changeset: 379f11bc04fc
Author: acorn
Date: 2013-12-03 11:13 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/379f11bc04fc
8028438: static superclass method masks default methods
Reviewed-by: hseigel, lfoltan, coleenp
! src/share/vm/classfile/defaultMethods.cpp
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/klassVtable.cpp
Changeset: c8c2d6b82499
Author: sspitsyn
Date: 2013-12-03 15:41 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/c8c2d6b82499
8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers
Summary: Fix a race between VMOp_GetCurrentLocation reaching a safepoint and arget thread exiting from Java execution
Reviewed-by: sla, dholmes, dsamersoff
Contributed-by: serguei.spitsyn at oracle.com
! src/share/vm/prims/jvmtiEnvThreadState.cpp
Changeset: e84d2afb2fb0
Author: sspitsyn
Date: 2013-12-03 13:56 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/e84d2afb2fb0
Merge
Changeset: 816c89d5957d
Author: ehelin
Date: 2013-12-05 17:49 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/816c89d5957d
Merge
! src/share/vm/oops/instanceKlass.cpp
Changeset: 9949533a8623
Author: rbackman
Date: 2013-11-22 14:14 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/9949533a8623
8028997: mathexact intrinsics are unstable
Reviewed-by: iveresov, kvn
! src/share/vm/opto/c2_globals.hpp
! test/compiler/intrinsics/mathexact/AddExactICondTest.java
! test/compiler/intrinsics/mathexact/AddExactIConstantTest.java
! test/compiler/intrinsics/mathexact/AddExactILoadTest.java
! test/compiler/intrinsics/mathexact/AddExactILoopDependentTest.java
! test/compiler/intrinsics/mathexact/AddExactINonConstantTest.java
! test/compiler/intrinsics/mathexact/AddExactIRepeatTest.java
! test/compiler/intrinsics/mathexact/AddExactLConstantTest.java
! test/compiler/intrinsics/mathexact/AddExactLNonConstantTest.java
! test/compiler/intrinsics/mathexact/CompareTest.java
! test/compiler/intrinsics/mathexact/DecExactITest.java
! test/compiler/intrinsics/mathexact/DecExactLTest.java
! test/compiler/intrinsics/mathexact/GVNTest.java
! test/compiler/intrinsics/mathexact/IncExactITest.java
! test/compiler/intrinsics/mathexact/IncExactLTest.java
! test/compiler/intrinsics/mathexact/MulExactICondTest.java
! test/compiler/intrinsics/mathexact/MulExactIConstantTest.java
! test/compiler/intrinsics/mathexact/MulExactILoadTest.java
! test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java
! test/compiler/intrinsics/mathexact/MulExactINonConstantTest.java
! test/compiler/intrinsics/mathexact/MulExactIRepeatTest.java
! test/compiler/intrinsics/mathexact/MulExactLConstantTest.java
! test/compiler/intrinsics/mathexact/MulExactLNonConstantTest.java
! test/compiler/intrinsics/mathexact/NegExactIConstantTest.java
! test/compiler/intrinsics/mathexact/NegExactILoadTest.java
! test/compiler/intrinsics/mathexact/NegExactILoopDependentTest.java
! test/compiler/intrinsics/mathexact/NegExactINonConstantTest.java
! test/compiler/intrinsics/mathexact/NegExactLConstantTest.java
! test/compiler/intrinsics/mathexact/NegExactLNonConstantTest.java
! test/compiler/intrinsics/mathexact/NestedMathExactTest.java
! test/compiler/intrinsics/mathexact/SplitThruPhiTest.java
! test/compiler/intrinsics/mathexact/SubExactICondTest.java
! test/compiler/intrinsics/mathexact/SubExactIConstantTest.java
! test/compiler/intrinsics/mathexact/SubExactILoadTest.java
! test/compiler/intrinsics/mathexact/SubExactILoopDependentTest.java
! test/compiler/intrinsics/mathexact/SubExactINonConstantTest.java
! test/compiler/intrinsics/mathexact/SubExactIRepeatTest.java
! test/compiler/intrinsics/mathexact/SubExactLConstantTest.java
! test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java
Changeset: 55dd6e77b399
Author: rbackman
Date: 2013-11-22 15:26 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/55dd6e77b399
8028624: [TESTBUG] compiler/intrinsics/mathexact/DecExactLTest executes DecExactITest
Reviewed-by: kvn, twisti
! test/compiler/intrinsics/mathexact/DecExactLTest.java
Changeset: eae426d683f6
Author: simonis
Date: 2013-12-02 11:12 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/eae426d683f6
8029190: VM_Version::determine_features() asserts on Fujitsu Sparc64 CPUs
Summary: fix code to allow testing on Fujitsu Sparc64 CPUs
Reviewed-by: kvn
! src/cpu/sparc/vm/vm_version_sparc.cpp
! src/cpu/sparc/vm/vm_version_sparc.hpp
! src/share/vm/runtime/arguments.cpp
Changeset: 61746b5f0ed3
Author: anoll
Date: 2013-12-04 09:31 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/61746b5f0ed3
8028109: compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java crashes in RT_Baseline
Summary: Use non-relocatable code to load byte_map_base
Reviewed-by: kvn, roland
! src/cpu/x86/vm/c1_Runtime1_x86.cpp
! src/cpu/x86/vm/macroAssembler_x86.cpp
Changeset: 6a8941dbd26f
Author: anoll
Date: 2013-12-05 12:49 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/6a8941dbd26f
Merge
Changeset: 05fedd51e40d
Author: amurillo
Date: 2013-12-06 09:29 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/05fedd51e40d
Merge
Changeset: fca262db9c43
Author: amurillo
Date: 2013-12-06 09:29 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/fca262db9c43
Added tag hs25-b62 for changeset 05fedd51e40d
! .hgtags
Changeset: 3aa20cee331a
Author: amurillo
Date: 2013-12-06 09:41 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/3aa20cee331a
8029693: new hotspot build - hs25-b63
Reviewed-by: jcoomes
! make/hotspot_version
More information about the hotspot-gc-dev
mailing list