dholmes [Sun, 06 Jul 2014 20:12:44 -0400] rev 25387
8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
Reviewed-by: dholmes, dfuchs
Contributed-by: Evgeniya Stepanova <evgeniya.stepanova@oracle.com>
yan [Fri, 04 Jul 2014 12:56:58 +0400] rev 25386
8046590: fix doclint issues in swing classes, part 1 of 4
Reviewed-by: alexsch
Contributed-by: Steven Sides <steve.sides@oracle.com>
naoto [Thu, 03 Jul 2014 16:19:39 -0700] rev 25385
8038092: Re-examine Bidi reflective dependency on java.awt.font
Reviewed-by: alanb
katleman [Thu, 10 Jul 2014 12:13:26 -0700] rev 25384
Added tag jdk9-b22 for changeset b508c04b7005
duke [Wed, 05 Jul 2017 19:49:20 +0200] rev 25383
Merge
lana [Thu, 10 Jul 2014 12:40:03 -0700] rev 25382
Merge
amurillo [Thu, 03 Jul 2014 13:17:29 -0700] rev 25381
Merge
roland [Thu, 03 Jul 2014 09:41:29 -0700] rev 25380
Merge
iignatyev [Tue, 01 Jul 2014 13:09:40 +0400] rev 25379
8047996: Quarantine compiler/whitebox tests
Reviewed-by: vlivanov
thartmann [Tue, 01 Jul 2014 09:02:45 +0200] rev 25378
8007987: ciConstantPoolCache::_keys should be array of 32bit int
Summary: The type of ciConstantPoolCache::_keys is changed to int which is sufficient to store the 2 byte constant pool indices.
Reviewed-by: twisti, coleenp