Thu, 17 Apr 2014 13:50:26 -0400 Merge
bharadwaj [Thu, 17 Apr 2014 13:50:26 -0400] rev 24023
Merge
Thu, 17 Apr 2014 18:54:09 +0400 8039260: c.o.j.t.ProcessTools::createJavaProcessBuilder(boolean, String... ) must also take TestJavaOptions
iignatyev [Thu, 17 Apr 2014 18:54:09 +0400] rev 24022
8039260: c.o.j.t.ProcessTools::createJavaProcessBuilder(boolean, String... ) must also take TestJavaOptions Reviewed-by: kvn, iignatyev Contributed-by: lev.priima@oracle.com
Wed, 16 Apr 2014 14:49:03 -0700 8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full
kvn [Wed, 16 Apr 2014 14:49:03 -0700] rev 24021
8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full Summary: use correct set_escape_state() method. Reviewed-by: kvn, iignatyev Contributed-by: Richard Reingruber <richard.reingruber@sap.com>
Tue, 15 Apr 2014 14:34:48 -0700 8039050: Crash in C2 compiler at Node::rematerialize
kvn [Tue, 15 Apr 2014 14:34:48 -0700] rev 24020
8039050: Crash in C2 compiler at Node::rematerialize Summary: Added missing calls to record_for_igvn() in loop opts. Added verification of def-use domination. Reviewed-by: iveresov
Tue, 15 Apr 2014 02:27:34 -0700 Merge
roland [Tue, 15 Apr 2014 02:27:34 -0700] rev 24019
Merge
Tue, 01 Apr 2014 09:36:49 +0200 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
roland [Tue, 01 Apr 2014 09:36:49 +0200] rev 24018
8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9 Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
Tue, 15 Apr 2014 12:21:24 +0400 8040001: CLI test on RTMRetryCount option was missed from fix for 8039496
iignatyev [Tue, 15 Apr 2014 12:21:24 +0400] rev 24017
8040001: CLI test on RTMRetryCount option was missed from fix for 8039496 Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
Mon, 14 Apr 2014 09:04:36 +0000 Merge
anoll [Mon, 14 Apr 2014 09:04:36 +0000] rev 24016
Merge
Mon, 14 Apr 2014 10:57:07 +0200 8039425: Code cleanup: PhaseIterGVN::optimize()
anoll [Mon, 14 Apr 2014 10:57:07 +0200] rev 24015
8039425: Code cleanup: PhaseIterGVN::optimize() Summary: This code cleanup aims at improving code readability. Reviewed-by: kvn, roland
Sun, 13 Apr 2014 23:39:22 -0700 Merge
anoll [Sun, 13 Apr 2014 23:39:22 -0700] rev 24014
Merge
Mon, 14 Apr 2014 08:24:28 +0200 8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
anoll [Mon, 14 Apr 2014 08:24:28 +0200] rev 24013
8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs Summary: CICompilerCount is updated in AdvancedThresholdPolicy::initialize, SimpleThresholdPolicy::initialize and NonTieredCompPolicy::initialize. A warning is printed if the usersets both, CICompilerCount and CICompilerCountPerCPU. Reviewed-by: kvn, twisti Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Fri, 11 Apr 2014 15:08:40 -0400 Merge
bharadwaj [Fri, 11 Apr 2014 15:08:40 -0400] rev 24012
Merge
Fri, 11 Apr 2014 18:46:35 +0400 8038418: New tests development for type profiling and speculation
iignatyev [Fri, 11 Apr 2014 18:46:35 +0400] rev 24011
8038418: New tests development for type profiling and speculation Reviewed-by: roland, iignatyev Contributed-by: Pavel Punegov <pavel.punegov@oracle.com>
Fri, 11 Apr 2014 13:52:51 +0200 8039498: Add iterators to GrowableArray
anoll [Fri, 11 Apr 2014 13:52:51 +0200] rev 24010
8039498: Add iterators to GrowableArray Summary: To simplify the management of multiple code heaps in the code cache (see JDK-8015774), STL-style iterator capability is added to the GrowableArray. Further, custom iterators allow to only iterate over elements that satisfy a given predicate. Reviewed-by: kvn, twisti Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Fri, 11 Apr 2014 11:33:00 +0200 8034216: assert(false) failed: infinite loop in PhaseIterGVN::optimize
anoll [Fri, 11 Apr 2014 11:33:00 +0200] rev 24009
8034216: assert(false) failed: infinite loop in PhaseIterGVN::optimize Summary: Eagerly remove all castPP nodes in PhaseCCP to get type convergence in memnode. Reviewed-by: kvn, roland
Thu, 10 Apr 2014 23:15:13 -0700 8038297: Avoid placing CTI immediately following cbcond instruction on T4
iveresov [Thu, 10 Apr 2014 23:15:13 -0700] rev 24008
8038297: Avoid placing CTI immediately following cbcond instruction on T4 Summary: Insert a nop between cbcond and CTI Reviewed-by: kvn, twisti
Fri, 11 Apr 2014 00:35:28 +0400 8039496: Add sanity tests on RTM-related command line options
iignatyev [Fri, 11 Apr 2014 00:35:28 +0400] rev 24007
8039496: Add sanity tests on RTM-related command line options Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
Fri, 11 Apr 2014 00:35:23 +0400 8037860: Add tests to cover Intel RTM instructions support
iignatyev [Fri, 11 Apr 2014 00:35:23 +0400] rev 24006
8037860: Add tests to cover Intel RTM instructions support Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
Fri, 11 Apr 2014 00:35:11 +0400 8039499: Add all common classes used by tests on RTM support to testlibrary
iignatyev [Fri, 11 Apr 2014 00:35:11 +0400] rev 24005
8039499: Add all common classes used by tests on RTM support to testlibrary Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
Fri, 11 Apr 2014 00:34:56 +0400 8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe
iignatyev [Fri, 11 Apr 2014 00:34:56 +0400] rev 24004
8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
Fri, 11 Apr 2014 00:34:51 +0400 8038953: Add sanity tests for BMI1 and LZCNT instructions
iignatyev [Fri, 11 Apr 2014 00:34:51 +0400] rev 24003
8038953: Add sanity tests for BMI1 and LZCNT instructions Reviewed-by: kvn, iignatyev Contributed-by: anton.ivanov@oracle.com
Thu, 10 Apr 2014 11:38:12 +0200 8005079: fix LogCompilation for incremental inlining
roland [Thu, 10 Apr 2014 11:38:12 +0200] rev 24002
8005079: fix LogCompilation for incremental inlining Summary: report late inlining as part of the rest of the inlining output Reviewed-by: twisti, kvn
Thu, 10 Apr 2014 09:26:24 +0200 8036898: assert(t != NULL) failed: must set before get
anoll [Thu, 10 Apr 2014 09:26:24 +0200] rev 24001
8036898: assert(t != NULL) failed: must set before get Summary: Ignore nodes without a type when checking for speculative types in Compile::remove_speculative_types(...). Reviewed-by: kvn, roland Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Tue, 15 Apr 2014 19:03:51 +0200 8035173: [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586
ctornqvi [Tue, 15 Apr 2014 19:03:51 +0200] rev 24000
8035173: [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586 Summary: Test ported to jtreg, thread pairs decreased from 1024 to 128 to avoid OOM on 32 bit Windows Reviewed-by: sla, dsimms
Mon, 14 Apr 2014 14:27:45 -0400 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults.
lfoltan [Mon, 14 Apr 2014 14:27:45 -0400] rev 23999
8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults. Summary: A static method should be preferred during method resolution over an overpass, search the current class as well as its superclasses. Reviewed-by: acorn, coleenp, kamg
Mon, 14 Apr 2014 10:13:03 -0400 8038076: constraint on multianewarray instruction is not checked since class version 50.
lfoltan [Mon, 14 Apr 2014 10:13:03 -0400] rev 23998
8038076: constraint on multianewarray instruction is not checked since class version 50. Summary: No VerifiyError generated if multianewarray bytecode's array type descriptor was 1 dimension smaller than dimensions specified. Reviewed-by: hseigel, ctornqvi, coleenp, kamg
Mon, 14 Apr 2014 11:23:06 +0200 8039947: Dtrace return probe name for jni_SetStaticBooleanField named incorrectly
dsimms [Mon, 14 Apr 2014 11:23:06 +0200] rev 23997
8039947: Dtrace return probe name for jni_SetStaticBooleanField named incorrectly Reviewed-by: sla, dholmes, gtriantafill
Mon, 14 Apr 2014 10:43:04 +0200 Merge
allwin [Mon, 14 Apr 2014 10:43:04 +0200] rev 23996
Merge
Fri, 11 Apr 2014 20:02:37 +0000 8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated"
coleenp [Fri, 11 Apr 2014 20:02:37 +0000] rev 23995
8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated" Summary: Dtrace monitoring uses size before mirror size is set. Reviewed-by: kamg, hseigel
Thu, 10 Apr 2014 21:36:56 -0400 8039891: Remove ppcsflt builds from JPRT
dholmes [Thu, 10 Apr 2014 21:36:56 -0400] rev 23994
8039891: Remove ppcsflt builds from JPRT Reviewed-by: sla, hseigel, coleenp
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip