Wed, 15 Feb 2017 17:39:19 +0300 8138801: develop tests to check that CompilerToVM::isMature state is consistence w/ reprofile
dpochepk [Wed, 15 Feb 2017 17:39:19 +0300] rev 43960
8138801: develop tests to check that CompilerToVM::isMature state is consistence w/ reprofile Reviewed-by: kvn
Wed, 15 Feb 2017 17:37:44 +0300 8172050: some compiler/calls/ tests should have /native option
dpochepk [Wed, 15 Feb 2017 17:37:44 +0300] rev 43959
8172050: some compiler/calls/ tests should have /native option Reviewed-by: kvn
Wed, 15 Feb 2017 11:55:53 +0530 8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
jgeorge [Wed, 15 Feb 2017 11:55:53 +0530] rev 43958
8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client Summary: Avoid running the test for client VMs and emulated client VMs, when method data is not available. Reviewed-by: sspitsyn, dsamersoff Contributed-by: jini.george@oracle.com
Tue, 14 Feb 2017 12:04:28 -0800 8174961: [JVMCI] incorrect implementation of isCompilable
dnsimon [Tue, 14 Feb 2017 12:04:28 -0800] rev 43957
8174961: [JVMCI] incorrect implementation of isCompilable Reviewed-by: kvn
Tue, 14 Feb 2017 12:31:11 -0800 8172434: CompareAndExchangeObject inserts two pre-barriers
rkennke [Tue, 14 Feb 2017 12:31:11 -0800] rev 43956
8172434: CompareAndExchangeObject inserts two pre-barriers Reviewed-by: kvn
Tue, 14 Feb 2017 01:32:38 +0100 Merge
jwilhelm [Tue, 14 Feb 2017 01:32:38 +0100] rev 43955
Merge
Sun, 12 Feb 2017 04:49:38 +0100 Merge
jwilhelm [Sun, 12 Feb 2017 04:49:38 +0100] rev 43954
Merge
Mon, 13 Feb 2017 22:43:50 +0000 Merge
sspitsyn [Mon, 13 Feb 2017 22:43:50 +0000] rev 43953
Merge
Mon, 13 Feb 2017 14:39:50 -0800 8172969: JVMTI spec: GetCurrentThread may return NULL in the early start phase
sspitsyn [Mon, 13 Feb 2017 14:39:50 -0800] rev 43952
8172969: JVMTI spec: GetCurrentThread may return NULL in the early start phase Summary: Update the GetCurrentThread function spec to allow returning NULL Reviewed-by: dholmes, dcubed, alanb
Mon, 13 Feb 2017 23:58:00 +0300 8174818: bigapps/Weblogic12medrec fails with assert(check_call_consistency(jvms, cg)) failed: inconsistent info
vlivanov [Mon, 13 Feb 2017 23:58:00 +0300] rev 43951
8174818: bigapps/Weblogic12medrec fails with assert(check_call_consistency(jvms, cg)) failed: inconsistent info Reviewed-by: vlivanov Contributed-by: dmitry.chuyko@oracle.com
Sat, 11 Feb 2017 00:17:31 +0900 8173941: SA does not work if executable is DSO
ysuenaga [Sat, 11 Feb 2017 00:17:31 +0900] rev 43950
8173941: SA does not work if executable is DSO Reviewed-by: aph, dsamersoff
Sun, 12 Feb 2017 20:21:31 -0500 8174798: Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored
dholmes [Sun, 12 Feb 2017 20:21:31 -0500] rev 43949
8174798: Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored Reviewed-by: dcubed
Fri, 10 Feb 2017 17:22:17 +0100 8173743: Failures during class definition can lead to memory leaks in metaspace
simonis [Fri, 10 Feb 2017 17:22:17 +0100] rev 43948
8173743: Failures during class definition can lead to memory leaks in metaspace Reviewed-by: dholmes, coleenp, acorn, ddmitriev
Fri, 10 Feb 2017 20:45:39 +0300 8174721: C1: Inlining through MH invokers/linkers in unreachable code is unsafe
vlivanov [Fri, 10 Feb 2017 20:45:39 +0300] rev 43947
8174721: C1: Inlining through MH invokers/linkers in unreachable code is unsafe Reviewed-by: iveresov
Fri, 10 Feb 2017 15:14:27 +0100 Merge
jwilhelm [Fri, 10 Feb 2017 15:14:27 +0100] rev 43946
Merge
Fri, 10 Feb 2017 08:16:49 +0100 8173151: Code heap corruption due to incorrect inclusion test
zmajo [Fri, 10 Feb 2017 08:16:49 +0100] rev 43945
8173151: Code heap corruption due to incorrect inclusion test Summary: Change inclusion test to use CodeBlob::code_begin() for AOT methods and start of CodeBlob otherwise. Added regression test. Reviewed-by: thartmann, dlong, kvn
Thu, 09 Feb 2017 19:08:32 -0800 8173013: JVMTI tagged object access needs G1 pre-barrier
sangheki [Thu, 09 Feb 2017 19:08:32 -0800] rev 43944
8173013: JVMTI tagged object access needs G1 pre-barrier Summary: Add missing G1 pre-barrier at TagObjectCollector::do_entry Reviewed-by: kbarrett, tschatzl
Thu, 09 Feb 2017 19:00:48 +0300 8166110: Inlining through MH invokers/linkers in unreachable code is unsafe
vlivanov [Thu, 09 Feb 2017 19:00:48 +0300] rev 43943
8166110: Inlining through MH invokers/linkers in unreachable code is unsafe Reviewed-by: vlivanov Contributed-by: dmitry.chuyko@oracle.com
Wed, 18 Jan 2017 14:36:54 -0800 8173794: [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass*
kvn [Wed, 18 Jan 2017 14:36:54 -0800] rev 43942
8173794: [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass* Summary: added back _metaspace_got array scan. Reviewed-by: dlong
Mon, 06 Feb 2017 14:20:33 -0800 8173673: Fix comparison input types in GraalHotSpotVMConfigNode.inlineContiguousAllocationSupported()
iveresov [Mon, 06 Feb 2017 14:20:33 -0800] rev 43941
8173673: Fix comparison input types in GraalHotSpotVMConfigNode.inlineContiguousAllocationSupported() Summary: Make sure GraalHotSpotVMConfigNode has correct stamp Reviewed-by: kvn, never, gdub
Mon, 06 Feb 2017 21:12:41 +0000 Merge
dnsimon [Mon, 06 Feb 2017 21:12:41 +0000] rev 43940
Merge
Mon, 06 Feb 2017 10:45:11 +0100 8173912: [JVMCI] fix memory overhead of JVMCI
dnsimon [Mon, 06 Feb 2017 10:45:11 +0100] rev 43939
8173912: [JVMCI] fix memory overhead of JVMCI Reviewed-by: kvn
Mon, 06 Feb 2017 09:56:48 -0800 8170455: C2: Access to [].clone from interfaces fails
jcm [Mon, 06 Feb 2017 09:56:48 -0800] rev 43938
8170455: C2: Access to [].clone from interfaces fails Summary: passed holder klass to LR for proper resolution. Reviewed-by: vlivanov
Mon, 06 Feb 2017 08:32:08 +0100 8173119: compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java fails with custom Tiered Level set externally
thartmann [Mon, 06 Feb 2017 08:32:08 +0100] rev 43937
8173119: compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java fails with custom Tiered Level set externally Summary: Check for invalid JVMCI flag combination at startup. Reviewed-by: kvn, thartmann Contributed-by: Oleg Pliss <oleg.pliss@oracle.com>
Fri, 03 Feb 2017 19:26:35 -0800 8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32
jcm [Fri, 03 Feb 2017 19:26:35 -0800] rev 43936
8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32 Summary: Disabled mdo trap count update on deopt, and made +UseRTMLocking to exit. Reviewed-by: kvn
Fri, 03 Feb 2017 12:26:10 +0100 8173825: Adjust the comment for flags UseAES, UseFMA, UseSHA in globals.hpp
mbaesken [Fri, 03 Feb 2017 12:26:10 +0100] rev 43935
8173825: Adjust the comment for flags UseAES, UseFMA, UseSHA in globals.hpp Reviewed-by: kvn, clanger
Fri, 03 Feb 2017 13:00:37 +0000 Merge
mchernov [Fri, 03 Feb 2017 13:00:37 +0000] rev 43934
Merge
Fri, 03 Feb 2017 15:45:57 +0300 8170737: Not enough old space utilisation
mchernov [Fri, 03 Feb 2017 15:45:57 +0300] rev 43933
8170737: Not enough old space utilisation Reviewed-by: dfazunen, tschatzl
Fri, 03 Feb 2017 00:46:58 -0800 8144484: assert(no_dead_loop) failed: dead loop detected
rraghavan [Fri, 03 Feb 2017 00:46:58 -0800] rev 43932
8144484: assert(no_dead_loop) failed: dead loop detected Summary: Bailout early without splitting Phi through memory merges if TOP inputs present for Phi Nodes Reviewed-by: thartmann, kvn
Fri, 03 Feb 2017 08:17:35 +0100 8173699: Crash during deoptimization with "assert(result == __null || result->is_oop()) failed: must be oop"
thartmann [Fri, 03 Feb 2017 08:17:35 +0100] rev 43931
8173699: Crash during deoptimization with "assert(result == __null || result->is_oop()) failed: must be oop" Summary: Ignore return_oop() when dispatching an exception and only try to retrieve the oop when performing re-allocation during a normal deoptimization (if exec_mode == Unpack_deopt). Reviewed-by: kvn, vlivanov
Thu, 23 Feb 2017 17:30:21 +0000 Merge
lana [Thu, 23 Feb 2017 17:30:21 +0000] rev 43930
Merge
Tue, 21 Feb 2017 02:27:01 -0800 8162795: [REDO] MemberNameTable doesn't purge stale entries
kevinw [Tue, 21 Feb 2017 02:27:01 -0800] rev 43929
8162795: [REDO] MemberNameTable doesn't purge stale entries Summary: Re-application of the change in JDK-8152271. Reviewed-by: coleenp, sspitsyn
Wed, 05 Jul 2017 22:55:27 +0200 Merge
duke [Wed, 05 Jul 2017 22:55:27 +0200] rev 43928
Merge
Fri, 24 Feb 2017 12:01:32 +0100 Merge
jwilhelm [Fri, 24 Feb 2017 12:01:32 +0100] rev 43927
Merge
Sat, 18 Feb 2017 03:23:28 +0100 Merge
jwilhelm [Sat, 18 Feb 2017 03:23:28 +0100] rev 43926
Merge
Thu, 16 Feb 2017 15:51:01 -0800 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
kvn [Thu, 16 Feb 2017 15:51:01 -0800] rev 43925
8174879: Rename jdk.vm.ci to jdk.internal.vm.ci Summary: Rename jdk.vm.ci and jdk.vm.compiler modules to jdk.internal.vm.ci and jdk.internal.vm.compiler. Reviewed-by: mchung, ihse, dnsimon
Tue, 14 Feb 2017 01:32:37 +0100 Merge
jwilhelm [Tue, 14 Feb 2017 01:32:37 +0100] rev 43924
Merge
Sun, 12 Feb 2017 04:49:38 +0100 Merge
jwilhelm [Sun, 12 Feb 2017 04:49:38 +0100] rev 43923
Merge
Fri, 10 Feb 2017 15:14:26 +0100 Merge
jwilhelm [Fri, 10 Feb 2017 15:14:26 +0100] rev 43922
Merge
Fri, 03 Feb 2017 19:26:48 -0800 8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32
jcm [Fri, 03 Feb 2017 19:26:48 -0800] rev 43921
8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32 Summary: Made emulatedVM related changes in cli verfiy*SameVM. Reviewed-by: kvn
Thu, 23 Feb 2017 17:29:31 +0000 Merge
lana [Thu, 23 Feb 2017 17:29:31 +0000] rev 43920
Merge
Thu, 23 Feb 2017 16:39:32 +0100 8175311: Jib sets bad JT_JAVA on linux aarch64
erikj [Thu, 23 Feb 2017 16:39:32 +0100] rev 43919
8175311: Jib sets bad JT_JAVA on linux aarch64 Reviewed-by: tbell
Thu, 23 Feb 2017 16:38:37 +0100 8077113: Configure script do not properly detect cross-compilation gcc
erikj [Thu, 23 Feb 2017 16:38:37 +0100] rev 43918
8077113: Configure script do not properly detect cross-compilation gcc Reviewed-by: tbell, ihse, gadams
Tue, 21 Feb 2017 13:47:27 +0100 8175271: Race in GenerateLinkOptData.gmk
erikj [Tue, 21 Feb 2017 13:47:27 +0100] rev 43917
8175271: Race in GenerateLinkOptData.gmk Reviewed-by: redestad, ihse
Wed, 05 Jul 2017 22:55:09 +0200 Added tag jdk-10+2 for changeset 4a79ad46e578
duke [Wed, 05 Jul 2017 22:55:09 +0200] rev 43916
Added tag jdk-10+2 for changeset 4a79ad46e578
Wed, 05 Jul 2017 22:55:08 +0200 Merge jdk-10+2
duke [Wed, 05 Jul 2017 22:55:08 +0200] rev 43915
Merge
Wed, 05 Jul 2017 22:54:58 +0200 Merge
duke [Wed, 05 Jul 2017 22:54:58 +0200] rev 43914
Merge
Wed, 05 Jul 2017 22:54:50 +0200 Merge
duke [Wed, 05 Jul 2017 22:54:50 +0200] rev 43913
Merge
Thu, 23 Feb 2017 17:22:32 +0000 Merge
lana [Thu, 23 Feb 2017 17:22:32 +0000] rev 43912
Merge
Thu, 23 Feb 2017 16:21:30 +0000 Added tag jdk-9+158 for changeset a6dc784b18a8
lana [Thu, 23 Feb 2017 16:21:30 +0000] rev 43911
Added tag jdk-9+158 for changeset a6dc784b18a8
Wed, 05 Jul 2017 22:54:39 +0200 Merge
duke [Wed, 05 Jul 2017 22:54:39 +0200] rev 43910
Merge
Thu, 23 Feb 2017 17:22:16 +0000 Merge
lana [Thu, 23 Feb 2017 17:22:16 +0000] rev 43909
Merge
Thu, 23 Feb 2017 16:21:29 +0000 Added tag jdk-9+158 for changeset 54c25a823b8e
lana [Thu, 23 Feb 2017 16:21:29 +0000] rev 43908
Added tag jdk-9+158 for changeset 54c25a823b8e
Wed, 05 Jul 2017 22:54:28 +0200 Merge
duke [Wed, 05 Jul 2017 22:54:28 +0200] rev 43907
Merge
Thu, 23 Feb 2017 17:22:06 +0000 Merge
lana [Thu, 23 Feb 2017 17:22:06 +0000] rev 43906
Merge
Thu, 23 Feb 2017 16:21:28 +0000 Added tag jdk-9+158 for changeset a6f26574de4e
lana [Thu, 23 Feb 2017 16:21:28 +0000] rev 43905
Added tag jdk-9+158 for changeset a6f26574de4e
Wed, 05 Jul 2017 22:54:19 +0200 Merge
duke [Wed, 05 Jul 2017 22:54:19 +0200] rev 43904
Merge
Thu, 23 Feb 2017 17:22:08 +0000 Merge
lana [Thu, 23 Feb 2017 17:22:08 +0000] rev 43903
Merge
Thu, 23 Feb 2017 16:21:31 +0000 Added tag jdk-9+158 for changeset 9c62b3b6ed86
lana [Thu, 23 Feb 2017 16:21:31 +0000] rev 43902
Added tag jdk-9+158 for changeset 9c62b3b6ed86
Wed, 05 Jul 2017 22:54:10 +0200 Merge
duke [Wed, 05 Jul 2017 22:54:10 +0200] rev 43901
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip