Mon, 15 Feb 2016 18:42:45 +0000 Merge
vlivanov [Mon, 15 Feb 2016 18:42:45 +0000] rev 36076
Merge
Mon, 15 Feb 2016 20:26:50 +0300 8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
vlivanov [Mon, 15 Feb 2016 20:26:50 +0300] rev 36075
8148994: Replacing MH::invokeBasic with a direct call breaks LF customization Reviewed-by: jrose, redestad
Mon, 15 Feb 2016 20:26:02 +0300 8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
vlivanov [Mon, 15 Feb 2016 20:26:02 +0300] rev 36074
8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list Reviewed-by: kvn, coleenp, dholmes
Mon, 15 Feb 2016 20:02:51 +0300 8149141: Optimized build is broken
vlivanov [Mon, 15 Feb 2016 20:02:51 +0300] rev 36073
8149141: Optimized build is broken Reviewed-by: kvn, kbarrett
Mon, 15 Feb 2016 15:15:56 +0100 8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table"
roland [Mon, 15 Feb 2016 15:15:56 +0100] rev 36072
8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table" Summary: node replaced by dominating dead cast during parsing Reviewed-by: kvn
Mon, 15 Feb 2016 13:26:44 +0100 Merge
kshefov [Mon, 15 Feb 2016 13:26:44 +0100] rev 36071
Merge
Mon, 15 Feb 2016 14:32:49 +0300 8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args
kshefov [Mon, 15 Feb 2016 14:32:49 +0300] rev 36070
8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args Reviewed-by: twisti, dnsimon
Mon, 15 Feb 2016 14:31:21 +0300 8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg
kshefov [Mon, 15 Feb 2016 14:31:21 +0300] rev 36069
8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg Reviewed-by: twisti, kvn, dnsimon
Mon, 15 Feb 2016 11:52:51 +0100 Merge
thartmann [Mon, 15 Feb 2016 11:52:51 +0100] rev 36068
Merge
Thu, 11 Feb 2016 12:42:12 +0100 8149543: range check CastII nodes should not be split through Phi
roland [Thu, 11 Feb 2016 12:42:12 +0100] rev 36067
8149543: range check CastII nodes should not be split through Phi Summary: splitting range check CastIIs through loop induction Phi prevents further optimizations Reviewed-by: kvn, mcberg
Fri, 12 Feb 2016 16:12:15 -0800 8149421: Vectorized Post Loops
mcberg [Fri, 12 Feb 2016 16:12:15 -0800] rev 36066
8149421: Vectorized Post Loops Summary: add vectorised post loop for counted loops with vectors. Reviewed-by: kvn
Wed, 03 Feb 2016 12:36:18 +0100 8143542: C2 doesn't eliminate identical checks
roland [Wed, 03 Feb 2016 12:36:18 +0100] rev 36065
8143542: C2 doesn't eliminate identical checks Summary: Two identical Ifs back to back can be merged Reviewed-by: kvn
Fri, 12 Feb 2016 12:18:44 +0100 8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out
thartmann [Fri, 12 Feb 2016 12:18:44 +0100] rev 36064
8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out Summary: Test should not run with -Xcomp because MaxInlineSize is large. Reviewed-by: kvn, simonis
Thu, 11 Feb 2016 12:29:40 -1000 8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
twisti [Thu, 11 Feb 2016 12:29:40 -1000] rev 36063
8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions Reviewed-by: kvn
Thu, 11 Feb 2016 11:32:44 -1000 8149695: [JVMCI] add missing Checkstyle configuration file
twisti [Thu, 11 Feb 2016 11:32:44 -1000] rev 36062
8149695: [JVMCI] add missing Checkstyle configuration file Reviewed-by: kvn
Thu, 11 Feb 2016 11:15:13 +0100 8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
thartmann [Thu, 11 Feb 2016 11:15:13 +0100] rev 36061
8145700: Uninitialised variable in macroAssembler_x86.cpp:7038 Summary: Added missing local variable initializations. Reviewed-by: kvn, vlivanov, thartmann, mcberg Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
Wed, 10 Feb 2016 11:23:17 -1000 8149415: [AArch64] implement JVMCI CodeInstaller
twisti [Wed, 10 Feb 2016 11:23:17 -1000] rev 36060
8149415: [AArch64] implement JVMCI CodeInstaller Reviewed-by: aph, kvn
Wed, 10 Feb 2016 16:31:17 +0000 Merge
shade [Wed, 10 Feb 2016 16:31:17 +0000] rev 36059
Merge
Wed, 10 Feb 2016 15:58:11 +0300 8149356: Leftover from JDK-8141044: UseNewCode usage
shade [Wed, 10 Feb 2016 15:58:11 +0300] rev 36058
8149356: Leftover from JDK-8141044: UseNewCode usage Reviewed-by: vlivanov
Wed, 10 Feb 2016 15:24:22 +0100 8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms
thartmann [Wed, 10 Feb 2016 15:24:22 +0100] rev 36057
8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms Summary: Restricted test execution to supported archs. Reviewed-by: kvn Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
Tue, 23 Feb 2016 21:44:05 +0100 8150257: Remove softfloat lib support
ihse [Tue, 23 Feb 2016 21:44:05 +0100] rev 36056
8150257: Remove softfloat lib support Reviewed-by: dholmes, erikj
Thu, 25 Feb 2016 09:41:40 -0800 Added tag jdk-9+107 for changeset f3c43d82c968
lana [Thu, 25 Feb 2016 09:41:40 -0800] rev 36055
Added tag jdk-9+107 for changeset f3c43d82c968
Thu, 25 Feb 2016 23:00:55 +0000 8087112: HTTP API and HTTP/1.1 implementation
michaelm [Thu, 25 Feb 2016 23:00:55 +0000] rev 36054
8087112: HTTP API and HTTP/1.1 implementation Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
Thu, 25 Feb 2016 11:27:00 -0800 Merge
lana [Thu, 25 Feb 2016 11:27:00 -0800] rev 36053
Merge
Tue, 23 Feb 2016 21:43:59 +0100 8150257: Remove softfloat lib support
ihse [Tue, 23 Feb 2016 21:43:59 +0100] rev 36052
8150257: Remove softfloat lib support Reviewed-by: dholmes, erikj
Mon, 22 Feb 2016 11:27:09 +0100 8150197: Integrate AIX fixes from build-infra
simonis [Mon, 22 Feb 2016 11:27:09 +0100] rev 36051
8150197: Integrate AIX fixes from build-infra Reviewed-by: erikj
Mon, 22 Feb 2016 11:22:55 +0100 8150203: Incremental update from build-infra project
ihse [Mon, 22 Feb 2016 11:22:55 +0100] rev 36050
8150203: Incremental update from build-infra project Reviewed-by: erikj
Thu, 25 Feb 2016 09:41:38 -0800 Added tag jdk-9+107 for changeset d632f62d9397
lana [Thu, 25 Feb 2016 09:41:38 -0800] rev 36049
Added tag jdk-9+107 for changeset d632f62d9397
Wed, 05 Jul 2017 21:22:48 +0200 Added tag jdk-9+107 for changeset 1c076468bf7d
duke [Wed, 05 Jul 2017 21:22:48 +0200] rev 36048
Added tag jdk-9+107 for changeset 1c076468bf7d
Wed, 05 Jul 2017 21:22:47 +0200 Merge jdk-9+107
duke [Wed, 05 Jul 2017 21:22:47 +0200] rev 36047
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip