Mon, 02 Mar 2015 13:16:07 +0100 8073956: Escape analysis dump misses args information
thartmann [Mon, 02 Mar 2015 13:16:07 +0100] rev 29353
8073956: Escape analysis dump misses args information Summary: Fixed output of PrintEscapeAnalysis. Reviewed-by: kvn
Mon, 02 Mar 2015 11:15:09 +0000 Merge
iignatyev [Mon, 02 Mar 2015 11:15:09 +0000] rev 29352
Merge
Fri, 27 Feb 2015 11:41:42 +0300 8073154: NULL-pointer dereferencing in LIR_OpProfileType::print_instr
fzhinkin [Fri, 27 Feb 2015 11:41:42 +0300] rev 29351
8073154: NULL-pointer dereferencing in LIR_OpProfileType::print_instr Reviewed-by: iveresov
Tue, 24 Feb 2015 15:42:26 +0300 8067822: test/testlibrary_tests/RandomGeneratorTest.java failed on Assert Unexpected random number sequence for mode: NO_SEED
skovalev [Tue, 24 Feb 2015 15:42:26 +0300] rev 29350
8067822: test/testlibrary_tests/RandomGeneratorTest.java failed on Assert Unexpected random number sequence for mode: NO_SEED Summary: On embedded platforms we have a message in std error. We should not take into account the message. Therefore only std out should be used fo verification. Reviewed-by: iignatyev, kvn
Tue, 24 Feb 2015 16:08:25 +0300 8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
skovalev [Tue, 24 Feb 2015 16:08:25 +0300] rev 29349
8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles Summary: Modified TEST.groups file to exclude two tests from execution on compact profiles. Reviewed-by: mseledtsov, dholmes, iignatyev
Wed, 25 Feb 2015 12:33:43 +0100 8073796: assert(check_obj_alignment(result)) failed: address not aligned: ...
roland [Wed, 25 Feb 2015 12:33:43 +0100] rev 29348
8073796: assert(check_obj_alignment(result)) failed: address not aligned: ... Summary: Arrays.copyOf intrinsic can deoptimize with uninitialized new array Reviewed-by: kvn
Sat, 28 Feb 2015 12:33:50 +0000 Merge
zmajo [Sat, 28 Feb 2015 12:33:50 +0000] rev 29347
Merge
Fri, 27 Feb 2015 13:21:05 +0100 8073670: TypeF::eq and TypeD::eq do not handle NaNs correctly
zmajo [Fri, 27 Feb 2015 13:21:05 +0100] rev 29346
8073670: TypeF::eq and TypeD::eq do not handle NaNs correctly Summary: Change TypeF:eq and TypeD:eq to compare NaN values using a bitwise comparison. Reviewed-by: kvn Contributed-by: Stefan Anzinger <stefan.anzinger@oracle.com>
Wed, 25 Feb 2015 10:44:38 +0100 8073792: assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent
roland [Wed, 25 Feb 2015 10:44:38 +0100] rev 29345
8073792: assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent Summary: assert in array copy code broken when array size becomes known during igvn Reviewed-by: kvn, vlivanov
Tue, 24 Feb 2015 15:23:05 +0100 8073184: Compile of java.lang.Integer::getChars fails with LoopLimitCheck = false after 8054478
roland [Tue, 24 Feb 2015 15:23:05 +0100] rev 29344
8073184: Compile of java.lang.Integer::getChars fails with LoopLimitCheck = false after 8054478 Summary: CastII that guards counted loops confuses range check elimination with LoopLimitCheck off Reviewed-by: kvn, iveresov
Tue, 24 Feb 2015 23:31:00 -0800 8073735: compiler/loopopts/CountedLoopProblem.java got OOME
iveresov [Tue, 24 Feb 2015 23:31:00 -0800] rev 29343
8073735: compiler/loopopts/CountedLoopProblem.java got OOME Summary: Ignore OOM in the test Reviewed-by: kvn
Tue, 24 Feb 2015 17:14:29 +0000 Merge
vlivanov [Tue, 24 Feb 2015 17:14:29 +0000] rev 29342
Merge
Tue, 24 Feb 2015 07:39:22 -0800 Merge
vlivanov [Tue, 24 Feb 2015 07:39:22 -0800] rev 29341
Merge
Mon, 23 Feb 2015 10:32:17 +0100 8073624: Fix waring "converting to non-pointer type 'bool' from NULL" in arraycopynode.cpp
simonis [Mon, 23 Feb 2015 10:32:17 +0100] rev 29340
8073624: Fix waring "converting to non-pointer type 'bool' from NULL" in arraycopynode.cpp Reviewed-by: roland
Mon, 23 Feb 2015 10:38:26 +0100 8073257: compiler/codecache/stress/RandomAllocationTest.java + fastdebug + -XX:+LogCompilation, "allocating without ResourceMark"
thartmann [Mon, 23 Feb 2015 10:38:26 +0100] rev 29339
8073257: compiler/codecache/stress/RandomAllocationTest.java + fastdebug + -XX:+LogCompilation, "allocating without ResourceMark" Summary: Added two missing ResourceMarks to 'NMethodSweeper::log_sweep'. Reviewed-by: kvn, iignatyev
Mon, 23 Feb 2015 07:55:37 +0100 8072774: bigapps/Weblogic+medrec/nowarnings fails due to CodeHeap 'profiled nmethods' exhaustion
thartmann [Mon, 23 Feb 2015 07:55:37 +0100] rev 29338
8072774: bigapps/Weblogic+medrec/nowarnings fails due to CodeHeap 'profiled nmethods' exhaustion Summary: Store profiled code in the non-profiled code heap (and vice versa) if the code cache is really full. Reviewed-by: kvn, iveresov
Wed, 18 Feb 2015 18:14:07 +0100 6912521: System.arraycopy works slower than the simple loop for little lengths
roland [Wed, 18 Feb 2015 18:14:07 +0100] rev 29337
6912521: System.arraycopy works slower than the simple loop for little lengths Summary: convert small array copies to series of loads and stores Reviewed-by: kvn, vlivanov
Thu, 19 Feb 2015 23:47:01 +0300 8068461: compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed: java.lang.RuntimeException: Usage threshold was hit: 1 times for CodeHeap 'non-nmethods'
dpochepk [Thu, 19 Feb 2015 23:47:01 +0300] rev 29336
8068461: compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed: java.lang.RuntimeException: Usage threshold was hit: 1 times for CodeHeap 'non-nmethods' Summary: added filter for invalid testcase Reviewed-by: kvn, iignatyev
Wed, 18 Feb 2015 16:59:56 +0300 8067012: Don't create MDO for constant getters
ppunegov [Wed, 18 Feb 2015 16:59:56 +0300] rev 29335
8067012: Don't create MDO for constant getters Summary: Add check if the method is constant getter Reviewed-by: kvn, iveresov
Wed, 18 Feb 2015 16:19:48 +0300 8067157: Closed compiler tests should not be in hotspot/test/TEST.groups
ppunegov [Wed, 18 Feb 2015 16:19:48 +0300] rev 29334
8067157: Closed compiler tests should not be in hotspot/test/TEST.groups Summary: Replace closed/compiler tests with sanity/ExecuteInternalVMTests.java to keep the hotspot_compiler_closed group Reviewed-by: kvn, zmajo
Thu, 19 Feb 2015 23:49:22 +0300 8073499: quarantine compiler/tiered/LevelTransitionTest
iignatyev [Thu, 19 Feb 2015 23:49:22 +0300] rev 29333
8073499: quarantine compiler/tiered/LevelTransitionTest Reviewed-by: kvn
Thu, 05 Mar 2015 17:27:16 +0100 Merge
jwilhelm [Thu, 05 Mar 2015 17:27:16 +0100] rev 29332
Merge
Wed, 04 Mar 2015 02:23:38 +0100 8074319: barrier_set_cast defined via friend injection
jwilhelm [Wed, 04 Mar 2015 02:23:38 +0100] rev 29331
8074319: barrier_set_cast defined via friend injection Summary: Changed the in-class definition to a friend declaration and move the definition to namespace scope Reviewed-by: jwilhelm, simonis Contributed-by: kim.barrett@oracle.com
Tue, 03 Mar 2015 19:21:45 +0100 Merge
jwilhelm [Tue, 03 Mar 2015 19:21:45 +0100] rev 29330
Merge
Mon, 02 Mar 2015 16:19:59 +0100 8071335: gc/TestSmallHeap.java throw OOM
jwilhelm [Mon, 02 Mar 2015 16:19:59 +0100] rev 29329
8071335: gc/TestSmallHeap.java throw OOM Summary: To avoid OOME, do not run with -Xcomp Reviewed-by: brutisso, tschatzl
Tue, 03 Mar 2015 13:25:23 +0000 Merge
tschatzl [Tue, 03 Mar 2015 13:25:23 +0000] rev 29328
Merge
Tue, 03 Mar 2015 12:38:42 +0100 8073466: Remove buffer retaining functionality and clean up in ParGCAllocBuffer
tschatzl [Tue, 03 Mar 2015 12:38:42 +0100] rev 29327
8073466: Remove buffer retaining functionality and clean up in ParGCAllocBuffer Reviewed-by: jmasa, kbarrett
Tue, 03 Mar 2015 12:19:35 +0100 8073464: GC workers do not have thread names
david [Tue, 03 Mar 2015 12:19:35 +0100] rev 29326
8073464: GC workers do not have thread names Reviewed-by: brutisso, tschatzl
Fri, 27 Feb 2015 19:52:48 -0500 8069016: Add BarrierSet downcast support
kbarrett [Fri, 27 Feb 2015 19:52:48 -0500] rev 29325
8069016: Add BarrierSet downcast support Summary: Add FakeRttiSupport utility and use to provide barrier_set_cast. Reviewed-by: jmasa, sangheki
Thu, 26 Feb 2015 21:00:03 +0100 8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent
jwilhelm [Thu, 26 Feb 2015 21:00:03 +0100] rev 29324
8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent Summary: Don't run test with -XX:+ExplicitGCInvokesConcurrent Reviewed-by: mgerdin
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip