hg: hsx/hotspot-emb/hotspot: 31 new changesets
david.holmes at oracle.com
david.holmes at oracle.com
Sun Feb 24 19:00:19 PST 2013
Changeset: 7adae9244bc8
Author: mgronlun
Date: 2013-02-13 11:23 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/7adae9244bc8
8007312: null check signal semaphore in os::signal_notify windows
Reviewed-by: dholmes, sla
! src/os/windows/vm/os_windows.cpp
Changeset: 2394a89e89f4
Author: rbackman
Date: 2013-02-13 09:46 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/2394a89e89f4
8008088: SA can hang the VM
Reviewed-by: mgronlun, sla, dholmes
! agent/src/os/bsd/libproc_impl.c
! agent/src/os/bsd/libproc_impl.h
! agent/src/os/bsd/ps_proc.c
! agent/src/os/linux/libproc_impl.c
! agent/src/os/linux/libproc_impl.h
! agent/src/os/linux/ps_proc.c
Changeset: 49618582fc5b
Author: sla
Date: 2013-02-14 13:08 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/49618582fc5b
8004840: Jstack seems to output unnecessary information in 7u9
Reviewed-by: dholmes, coleenp, sspitsyn, rbackman
! agent/src/share/classes/sun/jvm/hotspot/memory/CMSCollector.java
! agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java
! agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java
! agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
Changeset: 3a531d40ad93
Author: acorn
Date: 2013-02-14 14:33 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/3a531d40ad93
8007736: VerifyError for static method in interface
Reviewed-by: dholmes, acorn
Contributed-by: bharadwaj.yadavalli at oracle.com
! src/share/vm/classfile/verifier.cpp
+ test/runtime/8007736/TestStaticIF.java
Changeset: e7e9e08147fc
Author: mikael
Date: 2013-02-14 12:36 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/e7e9e08147fc
8007639: Workaround for ccache in vm.make is incorrect
Summary: Fixed makefile logic to correctly special case JRE_RELEASE_VERSION and vm_version.o
Reviewed-by: dholmes, erikj
! make/bsd/makefiles/vm.make
! make/linux/makefiles/vm.make
! make/solaris/makefiles/vm.make
Changeset: 5d5c577296fd
Author: sla
Date: 2013-02-15 08:54 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/5d5c577296fd
8008102: SA on OS X does not stop the attached process
Reviewed-by: dholmes, rbackman
! agent/src/os/bsd/MacosxDebuggerLocal.m
Changeset: f35f1fbab3e1
Author: sla
Date: 2013-02-15 10:08 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/f35f1fbab3e1
Merge
Changeset: dc1de5e78a85
Author: dsamersoff
Date: 2013-02-15 10:29 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/dc1de5e78a85
Merge
Changeset: f82bcc429e8c
Author: sla
Date: 2013-02-18 10:43 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/f82bcc429e8c
8007901: SA: Don't read flag values as constants
Reviewed-by: dholmes, mikael
! agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
! src/share/vm/runtime/vmStructs.cpp
Changeset: b5e3ec9c69fa
Author: sla
Date: 2013-02-18 12:49 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/b5e3ec9c69fa
8007779: os::die() on solaris should generate core file
Reviewed-by: dholmes, rbackman
! src/os/solaris/vm/os_solaris.cpp
Changeset: 5cd2fac2ae70
Author: hseigel
Date: 2013-02-19 08:51 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/5cd2fac2ae70
6749267: Signal handler should save/restore errno
Summary: Save errno before processing signal, then restore it.
Reviewed-by: acorn, sspitsyn
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
Changeset: 56c364daccc3
Author: emc
Date: 2013-02-19 11:36 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/56c364daccc3
8007153: Ensure that MethodParameters API works properly with RedefineClasses
Summary: Adds code to HotSpot to properly update MethodParameter attributes' constant pool indexes when redefineClasses is called
Reviewed-by: coleenp, sspitsyn
! src/share/vm/oops/method.hpp
! src/share/vm/prims/jvmtiRedefineClasses.cpp
Changeset: 1048edb5434a
Author: coleenp
Date: 2013-02-19 13:33 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/1048edb5434a
Merge
Changeset: 20fff74158eb
Author: sspitsyn
Date: 2013-02-20 08:51 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/20fff74158eb
Merge
Changeset: bbc7936779f9
Author: brutisso
Date: 2013-02-14 09:11 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/bbc7936779f9
8006398: Add regression tests for deprectated GCs
Reviewed-by: ehelin, jwilhelm, jmasa
! test/TEST.ROOT
+ test/gc/startup_warnings/TestCMS.java
+ test/gc/startup_warnings/TestCMSIncrementalMode.java
+ test/gc/startup_warnings/TestCMSNoIncrementalMode.java
+ test/gc/startup_warnings/TestDefNewCMS.java
+ test/gc/startup_warnings/TestG1.java
+ test/gc/startup_warnings/TestIncGC.java
+ test/gc/startup_warnings/TestParNewCMS.java
+ test/gc/startup_warnings/TestParNewSerialOld.java
+ test/gc/startup_warnings/TestParallelGC.java
+ test/gc/startup_warnings/TestParallelScavengeSerialOld.java
+ test/gc/startup_warnings/TestSerialGC.java
Changeset: fd7b3770c77e
Author: tamao
Date: 2013-02-14 14:43 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/fd7b3770c77e
8007764: Wrong initialized value of max_gc_pause_sec for an instance of class AdaptiveSizePolicy
Summary: This is a fix of an initialization mistake for class AdaptiveSizePolicy.
Reviewed-by: jmasa
Contributed-by: Tao Mao <tao.mao at oracle.com>
! src/share/vm/memory/collectorPolicy.cpp
Changeset: ccc57295818b
Author: johnc
Date: 2013-02-19 16:22 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/ccc57295818b
8006628: NEED_TEST for JDK-8002870
Summary: Regression test for 8000311. Verifies that PLABStats works with zero parallel GC threads.
Reviewed-by: jmasa, johnc
Contributed-by: Filipp Zhinkin <filipp.zhinkin at oracle.com>
+ test/gc/8000311/Test8000311.java
Changeset: b9c5e46bf915
Author: johnc
Date: 2013-02-20 12:52 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/b9c5e46bf915
8008188: Add regression test for 8005875
Summary: Add regression test for crash seen in 8005875. Test is run with G1 and PGCT=0 and issues "jcmd <pid> Thread.print" against itself. Without the fix for 8005875 the test will crash.
Reviewed-by: brutisso
+ test/gc/TestG1ZeroPGCTJcmdThreadPrint.java
Changeset: 5741d3fc502d
Author: brutisso
Date: 2013-02-21 13:13 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/5741d3fc502d
Merge
Changeset: c59b7900a2bd
Author: roland
Date: 2013-02-18 09:06 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/c59b7900a2bd
8007959: Use expensive node logic for more math nodes
Summary: use expensive node logic for other more math nodes.
Reviewed-by: kvn
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/subnode.hpp
Changeset: 514efad5e81a
Author: drchase
Date: 2013-02-18 14:29 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/514efad5e81a
8008180: Several tests in compiler/5091921 need more time to run
Summary: Added an explicit timeouts.
Reviewed-by: kvn, twisti
! test/compiler/5091921/Test6850611.java
! test/compiler/5091921/Test6890943.java
! test/compiler/5091921/Test6905845.java
! test/compiler/5091921/Test6992759.java
Changeset: a2bc322ca273
Author: drchase
Date: 2013-02-18 15:08 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/a2bc322ca273
7102300: performance warnings cause results diff failure in Test6890943
Summary: Strip lines matching the performance warning from the output before diff.
Reviewed-by: kvn
! test/compiler/5091921/Test6890943.sh
Changeset: ad736b4683b4
Author: kvn
Date: 2013-02-18 16:47 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/ad736b4683b4
8004867: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
Summary: Added few checks and early bailout from Superword optimization to avoid such cases in a future.
Reviewed-by: roland, twisti
! src/share/vm/opto/superword.cpp
! src/share/vm/opto/superword.hpp
+ test/compiler/8004867/TestIntAtomicCAS.java
+ test/compiler/8004867/TestIntAtomicOrdered.java
+ test/compiler/8004867/TestIntAtomicVolatile.java
+ test/compiler/8004867/TestIntUnsafeCAS.java
+ test/compiler/8004867/TestIntUnsafeOrdered.java
+ test/compiler/8004867/TestIntUnsafeVolatile.java
Changeset: 2e4b16122164
Author: vlivanov
Date: 2013-02-21 06:29 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/2e4b16122164
Merge
Changeset: abf488c22e09
Author: bpittore
Date: 2013-02-20 23:29 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/abf488c22e09
Merge
Changeset: 2af22eb04623
Author: vladidan
Date: 2013-02-21 09:08 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/2af22eb04623
Merge
Changeset: ed96c6015470
Author: vladidan
Date: 2013-02-21 11:39 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/ed96c6015470
Merge
Changeset: db3359133cdd
Author: katleman
Date: 2013-02-21 11:12 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/db3359133cdd
Added tag jdk8-b78 for changeset d5e12e7d2f71
! .hgtags
Changeset: 555ec35a2507
Author: amurillo
Date: 2013-02-22 10:02 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/555ec35a2507
Merge
Changeset: 6691814929b6
Author: amurillo
Date: 2013-02-22 10:02 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/6691814929b6
Added tag hs25-b20 for changeset 555ec35a2507
! .hgtags
Changeset: be1fbee20765
Author: amurillo
Date: 2013-02-22 10:12 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/be1fbee20765
8008692: new hotspot build - hs25-b21
Reviewed-by: jcoomes
! make/hotspot_version
More information about the hotspot-runtime-dev
mailing list