hg: jdk7/hotspot-gc/hotspot: 17 new changesets

john.cuthbertson at sun.com john.cuthbertson at sun.com
Wed Mar 3 08:00:00 UTC 2010


Changeset: e7b1cc79bd25
Author:    kvn
Date:      2010-02-16 16:17 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/e7b1cc79bd25

6926697: "optimized" VM build failed: The type "AdapterHandlerTableIterator" is incomplete
Summary: Define AdapterHandlerTableIterator class as non product instead of debug.
Reviewed-by: never

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

Changeset: 106f41e88c85
Author:    never
Date:      2010-02-16 20:07 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/106f41e88c85

6877221: Endless deoptimizations in OSR nmethod
Reviewed-by: kvn

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

Changeset: b4b440360f1e
Author:    twisti
Date:      2010-02-18 11:35 +0100
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/b4b440360f1e

6926782: CodeBuffer size too small after 6921352
Summary: After 6921352 the CodeBuffer size was too small.
Reviewed-by: kvn, never

! src/share/vm/opto/callGenerator.cpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/output.cpp

Changeset: 3b687c53c266
Author:    twisti
Date:      2010-02-18 06:54 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/3b687c53c266

6927165: Zero S/390 fixes
Summary: Fixes two failures on 31-bit S/390.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson at redhat.com>

! src/cpu/zero/vm/globals_zero.hpp
! src/os_cpu/linux_zero/vm/os_linux_zero.hpp

Changeset: 72f1840531a4
Author:    twisti
Date:      2010-02-18 10:44 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/72f1840531a4

Merge


Changeset: 877a14af58e1
Author:    never
Date:      2010-02-18 15:05 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/877a14af58e1

6663854: assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp
Reviewed-by: kvn

! src/share/vm/opto/split_if.cpp
+ test/compiler/6663854/Test6663854.java

Changeset: 2883969d09e7
Author:    kvn
Date:      2010-02-19 10:04 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/2883969d09e7

6910664: C2: java/util/Arrays/Sorting.java fails with DeoptimizeALot flag
Summary: Matcher::float_in_double should be true only when FPU is used for floats.
Reviewed-by: never, twisti

! src/cpu/sparc/vm/sparc.ad
! src/cpu/x86/vm/x86_32.ad
! src/cpu/x86/vm/x86_64.ad
! src/share/vm/opto/matcher.hpp
! src/share/vm/opto/output.cpp

Changeset: b71f13525cc8
Author:    never
Date:      2010-02-19 13:06 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/b71f13525cc8

6927049: assert(is_Loop(),"invalid node class")
Reviewed-by: kvn

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

Changeset: 8b38237bae55
Author:    kvn
Date:      2010-02-22 16:56 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/8b38237bae55

6928717: HS17 fails to build with SS11 C++
Summary: Add missing handles.inline.hpp for codeCache.cpp.
Reviewed-by: never

! src/share/vm/includeDB_core

Changeset: 855c5171834c
Author:    twisti
Date:      2010-02-23 17:46 +0100
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/855c5171834c

6928839: JSR 292 typo in x86 _adapter_check_cast
Summary: There is a small typo in methodHandles_x86.cpp.
Reviewed-by: kvn

! src/cpu/x86/vm/methodHandles_x86.cpp

Changeset: da9559b49b84
Author:    never
Date:      2010-02-25 11:38 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/da9559b49b84

6915557: assert(_gvn.type(l)->higher_equal(type),"must constrain OSR typestate") with debug build
Reviewed-by: kvn

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

Changeset: 2432acbee618
Author:    kvn
Date:      2010-02-25 15:55 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/2432acbee618

6930035: C2 type system incorrectly handles case j.l.Object->meet(constant AryPtr)
Summary: Add missing code.
Reviewed-by: never

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

Changeset: 336c6c200f5f
Author:    kvn
Date:      2010-02-25 22:58 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/336c6c200f5f

6930116: loop predication code does not handle If nodes with only one projection
Summary: Add check for iff->outcnt() < 2.
Reviewed-by: never

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

Changeset: 7d236a9688c5
Author:    never
Date:      2010-03-01 12:12 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/7d236a9688c5

6930398: fix for return address locals in OSR entries uses wrong test
Reviewed-by: kvn

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

Changeset: ab75c83d7c37
Author:    johnc
Date:      2010-03-02 13:57 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/ab75c83d7c37

Merge

! src/share/vm/includeDB_core

Changeset: 8911d8c0596f
Author:    phh
Date:      2010-02-26 16:40 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/8911d8c0596f

6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified
Summary: Reduce NewSize from 4m to 1m.
Reviewed-by: tonyp, jmasa

! src/share/vm/runtime/globals.hpp

Changeset: c76ca382971b
Author:    johnc
Date:      2010-03-02 13:59 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/c76ca382971b

Merge

! src/share/vm/runtime/globals.hpp




More information about the hotspot-gc-dev mailing list