Tue, 09 Oct 2012 18:00:58 +0400 7185280: Jre7cert: focusgained does not get called for all focus req when do alt + tab
leonidr [Tue, 09 Oct 2012 18:00:58 +0400] rev 14156
7185280: Jre7cert: focusgained does not get called for all focus req when do alt + tab Reviewed-by: anthony
Tue, 23 Oct 2012 09:38:38 -0700 Merge
lana [Tue, 23 Oct 2012 09:38:38 -0700] rev 14155
Merge
Tue, 23 Oct 2012 13:10:52 +0400 7051394: NullPointerException when running regression tests LoadProfileTest by using openjdk-7-b144
bae [Tue, 23 Oct 2012 13:10:52 +0400] rev 14154
7051394: NullPointerException when running regression tests LoadProfileTest by using openjdk-7-b144 Reviewed-by: jgodinez, prr
Thu, 25 Oct 2012 09:54:03 -0700 Added tag jdk8-b62 for changeset f0d59eea9c70
katleman [Thu, 25 Oct 2012 09:54:03 -0700] rev 14153
Added tag jdk8-b62 for changeset f0d59eea9c70
Wed, 05 Jul 2017 18:27:17 +0200 Merge
duke [Wed, 05 Jul 2017 18:27:17 +0200] rev 14152
Merge
Tue, 30 Oct 2012 13:56:59 -0700 Merge
lana [Tue, 30 Oct 2012 13:56:59 -0700] rev 14151
Merge
Thu, 25 Oct 2012 20:07:39 -0700 Merge
lana [Thu, 25 Oct 2012 20:07:39 -0700] rev 14150
Merge
Thu, 18 Oct 2012 21:58:55 -0700 Merge
asaha [Thu, 18 Oct 2012 21:58:55 -0700] rev 14149
Merge
Thu, 11 Oct 2012 15:29:16 -0700 Merge
asaha [Thu, 11 Oct 2012 15:29:16 -0700] rev 14148
Merge
Wed, 10 Oct 2012 14:28:08 -0700 Merge
asaha [Wed, 10 Oct 2012 14:28:08 -0700] rev 14147
Merge
Wed, 26 Sep 2012 09:54:11 -0700 7199488: [TEST] runtime/7158800/InternTest.java failed due to false-positive on PID match.
asaha [Wed, 26 Sep 2012 09:54:11 -0700] rev 14146
7199488: [TEST] runtime/7158800/InternTest.java failed due to false-positive on PID match. Reviewed-by: coleenp
Tue, 25 Sep 2012 11:47:04 -0700 Merge
asaha [Tue, 25 Sep 2012 11:47:04 -0700] rev 14145
Merge
Wed, 19 Sep 2012 13:58:31 -0700 7198606: Improve VM optimization
kvn [Wed, 19 Sep 2012 13:58:31 -0700] rev 14144
7198606: Improve VM optimization Summary: Remove incorrect code in OptimizeFill optimization. Reviewed-by: roland, twisti
Fri, 07 Sep 2012 18:18:55 -0700 Merge
asaha [Fri, 07 Sep 2012 18:18:55 -0700] rev 14143
Merge
Fri, 10 Aug 2012 10:41:13 -0700 Merge
asaha [Fri, 10 Aug 2012 10:41:13 -0700] rev 14142
Merge
Thu, 02 Aug 2012 22:23:28 -0700 Merge
asaha [Thu, 02 Aug 2012 22:23:28 -0700] rev 14141
Merge
Thu, 02 Aug 2012 14:29:12 -0700 Merge
asaha [Thu, 02 Aug 2012 14:29:12 -0700] rev 14140
Merge
Fri, 08 Jun 2012 12:49:12 -0400 7158804: Improve config file parsing
kamg [Fri, 08 Jun 2012 12:49:12 -0400] rev 14139
7158804: Improve config file parsing Summary: Check buffer length when reading Reviewed-by: dholmes, dcubed
Wed, 23 May 2012 12:11:25 -0700 7158801: Improve VM CompileOnly option
kvn [Wed, 23 May 2012 12:11:25 -0700] rev 14138
7158801: Improve VM CompileOnly option Summary: Fixed buffer overflow during parsing flags -XX:CompileCommand=, -XX:CompileOnly= and command lines in .hotspot_compiler file. Reviewed-by: never
Fri, 26 Oct 2012 14:09:53 -0700 Added tag hs25-b07 for changeset 490cfcf46c7d
amurillo [Fri, 26 Oct 2012 14:09:53 -0700] rev 14137
Added tag hs25-b07 for changeset 490cfcf46c7d
Fri, 26 Oct 2012 14:09:52 -0700 Merge
amurillo [Fri, 26 Oct 2012 14:09:52 -0700] rev 14136
Merge
Fri, 26 Oct 2012 12:06:55 -0700 Merge
kvn [Fri, 26 Oct 2012 12:06:55 -0700] rev 14135
Merge
Fri, 26 Oct 2012 11:48:04 -0700 8001635: assert(in_bb(n)) failed: must be
kvn [Fri, 26 Oct 2012 11:48:04 -0700] rev 14134
8001635: assert(in_bb(n)) failed: must be Summary: Added missed check that Load node is in processed loop block. Reviewed-by: twisti
Thu, 25 Oct 2012 17:32:03 -0700 7163534: VM could crashes assert(false) failed: infinite EA connection graph build
kvn [Thu, 25 Oct 2012 17:32:03 -0700] rev 14133
7163534: VM could crashes assert(false) failed: infinite EA connection graph build Summary: In case of time or iterations limit reached C2 stops EA and continue compilation without EA as it does in product VM already. Reviewed-by: twisti
Wed, 24 Oct 2012 14:33:22 -0700 7184394: add intrinsics to use AES instructions
kvn [Wed, 24 Oct 2012 14:33:22 -0700] rev 14132
7184394: add intrinsics to use AES instructions Summary: Use new x86 AES instructions for AESCrypt. Reviewed-by: twisti, kvn, roland Contributed-by: tom.deneau@amd.com
Tue, 23 Oct 2012 13:06:37 -0700 8001183: incorrect results of char vectors right shift operaiton
kvn [Tue, 23 Oct 2012 13:06:37 -0700] rev 14131
8001183: incorrect results of char vectors right shift operaiton Summary: do vector right shift operation for small int types only after loads Reviewed-by: jrose, dlong
Mon, 22 Oct 2012 16:56:03 -0700 8000821: JSR 292: C1 fails to call virtual method (JRUBY-6920)
twisti [Mon, 22 Oct 2012 16:56:03 -0700] rev 14130
8000821: JSR 292: C1 fails to call virtual method (JRUBY-6920) Reviewed-by: kvn
Mon, 22 Oct 2012 11:44:30 -0700 8000805: JMM issue: short loads are non-atomic
vlivanov [Mon, 22 Oct 2012 11:44:30 -0700] rev 14129
8000805: JMM issue: short loads are non-atomic Summary: perform transforms during IGVN phase when Load has a single user. Reviewed-by: jrose, kvn, twisti
Fri, 19 Oct 2012 14:21:09 -0400 8001101: C2: more general vector rule subsetting
dlong [Fri, 19 Oct 2012 14:21:09 -0400] rev 14128
8001101: C2: more general vector rule subsetting Summary: Allow which vector rules are supported to be decided at runtime. Also a small change to allow vector types in Type::_type_info[] to apply to more platforms. Reviewed-by: kvn, twisti Contributed-by: dean.long@oracle.com
Thu, 18 Oct 2012 07:06:31 -0700 8001071: Add simple range check into VM implemenation of Unsafe access methods
kvn [Thu, 18 Oct 2012 07:06:31 -0700] rev 14127
8001071: Add simple range check into VM implemenation of Unsafe access methods Summary: Add simple check in debug version of VM. Reviewed-by: twisti, johnc
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip