Tue, 09 Aug 2016 16:47:47 +0300 8160299: Test8015436 doesn't check which method was executed
dpochepk [Tue, 09 Aug 2016 16:47:47 +0300] rev 40375
8160299: Test8015436 doesn't check which method was executed Reviewed-by: kvn
Tue, 09 Aug 2016 14:17:28 +0300 8163366: compiler/codecache/jmx/ThresholdNotificationsTest.java doesn't set -XX:+UnlockDiagnosticVMOptions while using WB
dpochepk [Tue, 09 Aug 2016 14:17:28 +0300] rev 40374
8163366: compiler/codecache/jmx/ThresholdNotificationsTest.java doesn't set -XX:+UnlockDiagnosticVMOptions while using WB Reviewed-by: kvn
Tue, 09 Aug 2016 14:16:44 +0300 8160083: compiler.codecache.jmx.InitialAndMaxUsageTest can not be used w/ disabled SegmentedCodeCache
dpochepk [Tue, 09 Aug 2016 14:16:44 +0300] rev 40373
8160083: compiler.codecache.jmx.InitialAndMaxUsageTest can not be used w/ disabled SegmentedCodeCache Reviewed-by: kvn
Mon, 08 Aug 2016 17:06:21 +0200 8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*)
dnsimon [Mon, 08 Aug 2016 17:06:21 +0200] rev 40372
8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*) Summary: Simplify CompilerToVM.getConstantPool() and related tests. Reviewed-by: kvn, zmajo
Mon, 08 Aug 2016 11:30:46 +0300 8163243: [TESTBUG] compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed with: Failed to find sun/hotspot/WhiteBox.class
dpochepk [Mon, 08 Aug 2016 11:30:46 +0300] rev 40371
8163243: [TESTBUG] compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed with: Failed to find sun/hotspot/WhiteBox.class Reviewed-by: iveresov
Sat, 06 Aug 2016 11:52:37 -0700 8163313: assert(comp != __null) failed: compiler not available
iveresov [Sat, 06 Aug 2016 11:52:37 -0700] rev 40370
8163313: assert(comp != __null) failed: compiler not available Summary: Constrain compLevel parameter in WB_IsIntrinsicAvailable() to supported levels Reviewed-by: kvn
Fri, 05 Aug 2016 13:37:53 -0700 Merge
iveresov [Fri, 05 Aug 2016 13:37:53 -0700] rev 40369
Merge
Fri, 05 Aug 2016 16:23:44 +0300 8157498: compiler/codecache/jmx/InitialAndMaxUsageTest.java times out on 32-bit platforms
dpochepk [Fri, 05 Aug 2016 16:23:44 +0300] rev 40368
8157498: compiler/codecache/jmx/InitialAndMaxUsageTest.java times out on 32-bit platforms Reviewed-by: kvn
Fri, 05 Aug 2016 16:22:30 +0300 8161279: Various JMX-tests timed out
dpochepk [Fri, 05 Aug 2016 16:22:30 +0300] rev 40367
8161279: Various JMX-tests timed out Reviewed-by: kvn
Thu, 04 Aug 2016 22:42:05 -0400 8162369: PPC64: Wrong ucontext used after SIGTRAP while in HTM critical section
mdoerr [Thu, 04 Aug 2016 22:42:05 -0400] rev 40366
8162369: PPC64: Wrong ucontext used after SIGTRAP while in HTM critical section Reviewed-by: simonis Contributed-by: Gustavo Romero <gromero@linux.vnet.ibm.com>
Thu, 04 Aug 2016 10:34:34 +0200 8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed"
thartmann [Thu, 04 Aug 2016 10:34:34 +0200] rev 40365
8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed" Summary: Added missing Op_StoreB check to ArrayCopyNode::may_modify_helper(). Reviewed-by: kvn
Thu, 04 Aug 2016 08:58:22 +0200 8162881: Effect of -XX:CICompilerCount depends on ordering of other flags
thartmann [Thu, 04 Aug 2016 08:58:22 +0200] rev 40364
8162881: Effect of -XX:CICompilerCount depends on ordering of other flags Summary: Value of CICompilerCount should be range checked after ergo. Don't create C2 compiler threads with TieredStopAtLevel=1. Reviewed-by: kvn
Wed, 03 Aug 2016 15:52:38 +0000 Merge
never [Wed, 03 Aug 2016 15:52:38 +0000] rev 40363
Merge
Tue, 02 Aug 2016 17:12:16 -0700 8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context
never [Tue, 02 Aug 2016 17:12:16 -0700] rev 40362
8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context Reviewed-by: kvn
Tue, 02 Aug 2016 19:46:29 -0700 8163018: Slow compiler tests in JPRT
kvn [Tue, 02 Aug 2016 19:46:29 -0700] rev 40361
8163018: Slow compiler tests in JPRT Summary: fixed test/TEST.groups and added -XX:-TieredCompilation to Test6792161 test. Reviewed-by: dholmes, dcubed
Thu, 11 Aug 2016 21:35:09 +0200 Merge
dcubed [Thu, 11 Aug 2016 21:35:09 +0200] rev 40360
Merge
Thu, 11 Aug 2016 16:13:05 +0000 Merge
lfoltan [Thu, 11 Aug 2016 16:13:05 +0000] rev 40359
Merge
Thu, 11 Aug 2016 11:41:11 -0400 8162553: Crash in class unloading due to null CLD having a zero _keep_alive value
lfoltan [Thu, 11 Aug 2016 11:41:11 -0400] rev 40358
8162553: Crash in class unloading due to null CLD having a zero _keep_alive value Summary: Correct the refcounting of ClassLoaderData::_keep_alive for anonymous classes. Reviewed-by: acorn, coleenp, dholmes, jiangli
Thu, 11 Aug 2016 17:47:25 +0300 8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames
dsamersoff [Thu, 11 Aug 2016 17:47:25 +0300] rev 40357
8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames Summary: Added code to represent the frame mirror offset in SA Reviewed-by: dsamersoff Contributed-by: jini.george@oracle.com
Wed, 10 Aug 2016 21:02:14 -0400 8163580: Cannot get Monitor Cache Dump in HSDB
ysuenaga [Wed, 10 Aug 2016 21:02:14 -0400] rev 40356
8163580: Cannot get Monitor Cache Dump in HSDB Reviewed-by: dholmes
Wed, 10 Aug 2016 09:24:42 +0200 8161026: GPL header missing comma in year
rehn [Wed, 10 Aug 2016 09:24:42 +0200] rev 40355
8161026: GPL header missing comma in year Reviewed-by: sjohanss, redestad
Thu, 18 Aug 2016 21:33:36 +0000 Merge
lana [Thu, 18 Aug 2016 21:33:36 +0000] rev 40354
Merge
Tue, 16 Aug 2016 08:08:00 -0700 Merge
amurillo [Tue, 16 Aug 2016 08:08:00 -0700] rev 40353
Merge
Thu, 11 Aug 2016 12:27:20 -0700 8163879: quarantine serviceability/sa/sadebugd/SADebugDTest.java since it hangs intermittently
dcubed [Thu, 11 Aug 2016 12:27:20 -0700] rev 40352
8163879: quarantine serviceability/sa/sadebugd/SADebugDTest.java since it hangs intermittently Reviewed-by: hseigel
Fri, 12 Aug 2016 13:58:14 -0700 Merge
amurillo [Fri, 12 Aug 2016 13:58:14 -0700] rev 40351
Merge
Mon, 08 Aug 2016 15:53:02 +0000 Merge
dsamersoff [Mon, 08 Aug 2016 15:53:02 +0000] rev 40350
Merge
Mon, 08 Aug 2016 21:59:12 +0900 8163272: jhsdb jinfo cannot show system properties
ysuenaga [Mon, 08 Aug 2016 21:59:12 +0900] rev 40349
8163272: jhsdb jinfo cannot show system properties Reviewed-by: dholmes, dsamersoff
Mon, 08 Aug 2016 17:15:46 +0300 8163269: Testcase missed in push for JDK-8160817
dsamersoff [Mon, 08 Aug 2016 17:15:46 +0300] rev 40348
8163269: Testcase missed in push for JDK-8160817 Summary: Add missed testcase Reviewed-by: dsamersoff Contributed-by: sharath.ballal@oracle.com
Fri, 05 Aug 2016 09:58:09 -0700 Merge
amurillo [Fri, 05 Aug 2016 09:58:09 -0700] rev 40347
Merge
Thu, 04 Aug 2016 16:11:49 -0700 8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
cjplummer [Thu, 04 Aug 2016 16:11:49 -0700] rev 40346
8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail Summary: Clear the jtreg exit code when set to 1. Reviewed-by: stsmirno, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip