bpb [Tue, 01 Aug 2017 16:08:17 -0700] rev 46054
8185623: (se) AbstractSelector.selectorOpen is not published safely
Summary: Make 'selectorOpen' instance variable final
Reviewed-by: chegar
wetmore [Tue, 01 Aug 2017 15:30:13 -0700] rev 46053
8169080: Improve documentation examples for crypto applications
Reviewed-by: mullan
jjg [Tue, 01 Aug 2017 15:23:13 -0700] rev 46052
8185669: Doc issues in assorted small jdk.* modules
Reviewed-by: bpb, chegar
naoto [Tue, 01 Aug 2017 08:56:42 -0700] rev 46051
8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale.
Reviewed-by: mchung
uvangapally [Tue, 01 Aug 2017 10:33:47 +0530] rev 46050
8181895: javax management docs contain links to technotes
Summary: Edited links to point to Alternate paths
Reviewed-by: rriggs
Contributed-by: ujwal.vangapally@oracle.com
jjg [Mon, 31 Jul 2017 17:37:46 -0700] rev 46049
8185589: jdk.management API has accessibility issues
Reviewed-by: alanb
jjg [Mon, 31 Jul 2017 16:02:23 -0700] rev 46048
8185588: jdk.attach API has accessibility issues
Reviewed-by: alanb
mchung [Fri, 28 Jul 2017 13:22:33 -0700] rev 46047
8161121: VM::isSystemDomainLoader should consider platform class loader
Reviewed-by: alanb
lana [Fri, 28 Jul 2017 02:34:40 +0000] rev 46046
Added tag jdk-10+17 for changeset 882cea808912
bpb [Thu, 27 Jul 2017 13:13:19 -0700] rev 46045
8185092: Data race in FilterOutputStream.close
Summary: Change boolean instance variable "closed" to an AtomicBoolean.
Reviewed-by: martin, alanb, redestad