hg: jdk8u/jdk8u-dev/hotspot: 20 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Mon Mar 24 21:32:26 UTC 2014
Changeset: 744553976af5
Author: amurillo
Date: 2014-02-28 09:10 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/744553976af5
8036032: new hotspot build - hs25.20-b06
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 56cd09c4a5c9
Author: ccheung
Date: 2014-02-12 12:01 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/56cd09c4a5c9
8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
Summary: added JNI exception pending check in several files under src/share/vm/prims directory
Reviewed-by: coleenp, minqi
! src/share/vm/prims/jni.cpp
! src/share/vm/prims/unsafe.cpp
! src/share/vm/prims/whitebox.cpp
! src/share/vm/prims/whitebox.hpp
Changeset: ba2cf1fc862b
Author: ccheung
Date: 2014-02-14 09:50 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/ba2cf1fc862b
8034860: Fatal error due to incorrect thread state during nightly testing
Summary: use the HAS_PENDING_EXCEPTION and CLEAR_PENDING_EXCEPTION macros
Reviewed-by: dholmes, coleenp, dcubed
! src/share/vm/prims/whitebox.hpp
Changeset: 0e6af9b390af
Author: dsimms
Date: 2014-01-24 09:28 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/0e6af9b390af
8028280: ParkEvent leak when running modified runThese which only loads classes
Summary: Use spin lock to manage ParkEvent and PlatformEvent free lists.
Reviewed-by: dholmes, fparain, dcubed, acorn
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/runtime/park.cpp
! src/share/vm/runtime/thread.cpp
Changeset: 7d28f4e15b61
Author: dcubed
Date: 2014-03-05 11:28 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/7d28f4e15b61
8029775: Solaris code cleanup
Summary: cleaned up warnings in solaris specific os code.
Reviewed-by: coleenp, fparain, dcubed
Contributed-by: gerald.thornbrugh at oracle.com
! src/os/solaris/vm/os_solaris.cpp
! src/os/solaris/vm/perfMemory_solaris.cpp
! src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
Changeset: f176b09780b0
Author: iveresov
Date: 2014-03-10 11:09 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/f176b09780b0
8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
Summary: In GraphKit::gen_checkcast() provide only exact superklass to GraphKit::maybe_cast_profiled_receiver()
Reviewed-by: kvn, roland
! src/share/vm/opto/graphKit.cpp
Changeset: f9e35a9dc8c7
Author: minqi
Date: 2014-02-10 21:29 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/f9e35a9dc8c7
8033792: AltHashing used jint for imprecise bit shifting
Summary: AltHashing used jint the way of juint in bit shifting which could lead loss of precision. Fix by change _seed defined as juint.
Reviewed-by: coleenp, ccheung
Contributed-by: yumin.qi at oracle.com
! src/share/vm/classfile/altHashing.cpp
! src/share/vm/classfile/altHashing.hpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/metadata.hpp
! src/share/vm/oops/oop.cpp
! src/share/vm/oops/oop.hpp
! src/share/vm/oops/symbol.cpp
! src/share/vm/oops/symbol.hpp
! src/share/vm/utilities/hashtable.cpp
! src/share/vm/utilities/hashtable.hpp
Changeset: 57e40b260938
Author: minqi
Date: 2014-03-11 16:05 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/57e40b260938
Merge
Changeset: d559dbbded7a
Author: iignatyev
Date: 2014-03-06 12:47 +0400
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/d559dbbded7a
8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
Reviewed-by: kvn, roland
! test/compiler/tiered/NonTieredLevelsTest.java
! test/compiler/tiered/TieredLevelsTest.java
! test/compiler/whitebox/CompilerWhiteBoxTest.java
! test/compiler/whitebox/DeoptimizeAllTest.java
! test/compiler/whitebox/DeoptimizeMethodTest.java
! test/compiler/whitebox/IsMethodCompilableTest.java
! test/compiler/whitebox/MakeMethodNotCompilableTest.java
Changeset: d64ae45dbce9
Author: iignatyev
Date: 2014-03-06 12:46 +0400
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/d64ae45dbce9
8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test
Reviewed-by: roland, kvn
! test/compiler/ciReplay/TestVM.sh
! test/compiler/ciReplay/common.sh
Changeset: e7cf34c87433
Author: iignatyev
Date: 2014-03-06 12:45 +0400
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/e7cf34c87433
8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group
Reviewed-by: roland, sla, dholmes
! test/TEST.groups
Changeset: 4d4ea046d32a
Author: kvn
Date: 2014-02-24 15:12 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/4d4ea046d32a
8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
Summary: Consolidated C2 x86 locking code in one place in macroAssembler_x86.cpp.
Reviewed-by: roland
! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/cpu/x86/vm/macroAssembler_x86.hpp
! src/cpu/x86/vm/x86_32.ad
! src/cpu/x86/vm/x86_64.ad
Changeset: f8068fa6aa46
Author: kvn
Date: 2014-03-05 16:21 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/f8068fa6aa46
8035983: Fix "Native frames:" in crash report (hs_err file)
Summary: check fr.sender_sp() in java thread instead of os::is_first_C_frame(&fr).
Reviewed-by: twisti, coleenp
! src/share/vm/utilities/vmError.cpp
Changeset: cdb71841f4bc
Author: minqi
Date: 2014-02-26 15:20 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/cdb71841f4bc
6498581: ThreadInterruptTest3 produces wrong output on Windows
Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set.
Reviewed-by: acorn, kvn
Contributed-by: david.holmes at oracle.com, yumin.qi at oracle.com
! src/os/windows/vm/os_windows.cpp
! src/share/vm/opto/library_call.cpp
Changeset: e35733785856
Author: minqi
Date: 2014-03-12 20:05 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/e35733785856
Merge
Changeset: 804f89b6ff46
Author: amurillo
Date: 2014-03-13 09:57 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/804f89b6ff46
Merge
Changeset: c3d92e048737
Author: amurillo
Date: 2014-03-13 09:57 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/c3d92e048737
Added tag hs25.20-b06 for changeset 804f89b6ff46
! .hgtags
Changeset: ccbbe9835732
Author: katleman
Date: 2014-03-19 15:19 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/ccbbe9835732
Added tag jdk8u20-b06 for changeset c3d92e048737
! .hgtags
Changeset: 9d5e92af8f09
Author: lana
Date: 2014-03-18 12:40 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/9d5e92af8f09
Merge
! .hgtags
! make/hotspot_version
Changeset: 7ce7247df891
Author: lana
Date: 2014-03-24 13:14 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/7ce7247df891
Merge
! .hgtags
More information about the jdk8u-dev-changes
mailing list