hg: hsx/hotspot-gc/hotspot: 22 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Fri Nov 15 22:28:09 UTC 2013


Changeset: aec3226be72d
Author:    cl
Date:      2013-11-14 09:04 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/aec3226be72d

Added tag jdk8-b116 for changeset 52b076e6ffae

! .hgtags

Changeset: 9d8b29a0548c
Author:    mgerdin
Date:      2013-11-08 16:48 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/9d8b29a0548c

8027237: New tests on ReservedSpace/VirtualSpace classes
Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class
Reviewed-by: stefank, zgu
Contributed-by: aleksey.timofeev at oracle.com

! src/share/vm/prims/whitebox.cpp
+ test/runtime/memory/ReadFromNoaccessArea.java
+ test/runtime/memory/RunUnitTestsConcurrently.java
+ test/runtime/memory/StressVirtualSpaceResize.java
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

Changeset: 19f8a5d7600b
Author:    mgerdin
Date:      2013-11-08 23:49 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/19f8a5d7600b

Merge


Changeset: fce21ac5968d
Author:    acorn
Date:      2013-11-13 07:31 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/fce21ac5968d

8027229: ICCE expected for >=2 maximally specific default methods.
Summary: Need to process defaults for interfaces for invokespecial
Reviewed-by: lfoltan, hseigel, coleenp, jrose

! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/defaultMethods.cpp
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
! src/share/vm/oops/klassVtable.cpp

Changeset: 41cb10cbfb3c
Author:    coleenp
Date:      2013-11-13 16:42 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/41cb10cbfb3c

8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
Summary: Create extra constant pool cache entries for invokespecial/InterfaceMethodref to hold the alternate resolution.
Reviewed-by: jrose, lfoltan, hseigel

! src/share/vm/interpreter/rewriter.cpp
! src/share/vm/interpreter/rewriter.hpp
! src/share/vm/oops/cpCache.cpp
! src/share/vm/oops/cpCache.hpp

Changeset: 755c423791ab
Author:    ehelin
Date:      2013-11-14 21:05 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/755c423791ab

Merge

! src/share/vm/prims/whitebox.cpp

Changeset: e2509677809c
Author:    vlivanov
Date:      2013-11-08 01:13 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/e2509677809c

8023037: Race between ciEnv::register_method and nmethod::make_not_entrant_or_zombie
Reviewed-by: kvn, iveresov

! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
! src/share/vm/ci/ciEnv.cpp
! src/share/vm/code/nmethod.cpp
! src/share/vm/runtime/globals.hpp

Changeset: 83c8f6f4ab09
Author:    drchase
Date:      2013-11-08 14:19 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/83c8f6f4ab09

Merge


Changeset: 1dcea64e9f00
Author:    kvn
Date:      2013-11-11 11:53 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/1dcea64e9f00

8024830: SEGV in org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get
Summary: Exclude last input argument's stack slots from vector's spilling masks.
Reviewed-by: iveresov

! src/share/vm/opto/matcher.cpp

Changeset: 78da3894b86f
Author:    anoll
Date:      2013-11-12 09:32 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/78da3894b86f

8027593: performance drop with constrained codecache starting with hs25 b111
Summary: Fixed proper sweeping of small code cache sizes
Reviewed-by: kvn, iveresov

! src/share/vm/code/nmethod.cpp
! src/share/vm/compiler/compileBroker.cpp
! src/share/vm/compiler/compileBroker.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/sweeper.cpp
! src/share/vm/runtime/sweeper.hpp

Changeset: 144b23411b51
Author:    roland
Date:      2013-11-12 13:58 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/144b23411b51

8027632: assert(xtype->klass_is_exact()) failed: Should be exact at graphKit.cpp
Summary: receiver type collected by profiling for default method may be interface
Reviewed-by: kvn, iveresov

! src/share/vm/c1/c1_GraphBuilder.cpp

Changeset: f675976a61e7
Author:    rbackman
Date:      2013-11-12 13:47 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/f675976a61e7

8028198: SIGSEGV in PhaseIdealLoop::build_loop_late_post
Reviewed-by: iveresov, kvn

! src/share/vm/opto/loopopts.cpp
+ test/compiler/intrinsics/mathexact/SplitThruPhiTest.java

Changeset: b957c650babb
Author:    rbackman
Date:      2013-11-12 14:52 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/b957c650babb

8028207: assert(_outcnt==1) failed: not unique in compile.cpp
Reviewed-by: iveresov, kvn

! src/share/vm/opto/mathexactnode.hpp
+ test/compiler/intrinsics/mathexact/GVNTest.java

Changeset: e6ba215af802
Author:    roland
Date:      2013-11-13 09:45 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/e6ba215af802

8027631: "unexpected profiling mismatch" error with new type profiling
Summary: inlined method handle calls can call methods with different signatures
Reviewed-by: kvn, iveresov

! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
+ test/compiler/profiling/TestUnexpectedProfilingMismatch.java

Changeset: 924c32982a12
Author:    roland
Date:      2013-11-13 01:50 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/924c32982a12

Merge


Changeset: 6e1826d5c23e
Author:    roland
Date:      2013-11-13 13:45 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/6e1826d5c23e

8027572: assert(r != 0) failed: invalid
Summary: null classes should be expected in profiles with conflicts
Reviewed-by: kvn, iveresov

! src/share/vm/ci/ciMethodData.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/methodData.cpp
! src/share/vm/oops/methodData.hpp
+ test/compiler/profiling/unloadingconflict/B.java
+ test/compiler/profiling/unloadingconflict/TestProfileConflictClassUnloading.java

Changeset: e74074c34312
Author:    vlivanov
Date:      2013-11-14 09:14 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/e74074c34312

8028159: C2: compiler stack overflow during inlining of @ForceInline methods
Reviewed-by: roland, kvn

! src/share/vm/c1/c1_globals.hpp
! src/share/vm/opto/bytecodeInfo.cpp
! src/share/vm/opto/callGenerator.cpp
! src/share/vm/runtime/globals.hpp

Changeset: df0df745224c
Author:    drchase
Date:      2013-11-14 15:58 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/df0df745224c

Merge


Changeset: 6f206b5d258f
Author:    drchase
Date:      2013-11-14 13:38 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/6f206b5d258f

Merge

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

Changeset: c78d517c7ea4
Author:    amurillo
Date:      2013-11-15 07:50 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/c78d517c7ea4

Merge


Changeset: f573d00213b7
Author:    amurillo
Date:      2013-11-15 07:50 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/f573d00213b7

Added tag hs25-b59 for changeset c78d517c7ea4

! .hgtags

Changeset: 854a42db7069
Author:    amurillo
Date:      2013-11-15 07:58 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/854a42db7069

8028444: new hotspot build - hs25-b60
Reviewed-by: jcoomes

! make/hotspot_version




More information about the hotspot-gc-dev mailing list