weijun [Mon, 19 Jun 2017 22:54:09 +0800] rev 45659
8182118: Package summary is missing in jdk.security.auth module
Reviewed-by: mullan, mchung
mullan [Mon, 19 Jun 2017 08:16:03 -0400] rev 45658
8181295: Document that SecurityManager::checkPackageAccess may be called by the VM
Reviewed-by: mchung
serb [Mon, 19 Jun 2017 07:19:27 +0300] rev 45657
8181894: java.desktop module documentation has links to technotes
Reviewed-by: mchung
aefimov [Sun, 18 Jun 2017 23:10:33 +0100] rev 45656
8176508: Update JAX-WS RI integration to latest version
Reviewed-by: lancea, mchung, alanb, iris
serb [Sun, 18 Jun 2017 17:33:47 +0300] rev 45655
8180889: Cleanup of javadoc in java.datatransfer module
Reviewed-by: prr, azvegint
mchung [Sat, 17 Jun 2017 11:50:55 -0700] rev 45654
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
alanb [Sat, 17 Jun 2017 08:03:05 +0100] rev 45653
Merge
alanb [Fri, 16 Jun 2017 09:20:39 -0700] rev 45652
8181087: Module system implementation refresh (6/2017)
Reviewed-by: plevart, mchung
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com
dl [Fri, 16 Jun 2017 19:50:16 -0700] rev 45651
8181334: add spec for Deque.addAll
Reviewed-by: martin, psandoz, smarks, darcy
ddehaven [Fri, 16 Jun 2017 17:41:05 -0700] rev 45650
Merge
serb [Tue, 13 Jun 2017 02:27:01 +0300] rev 45649
8181877: Cleanup of javadoc in javax.accessibility package
Reviewed-by: prr
serb [Thu, 08 Jun 2017 22:07:08 -0700] rev 45648
8180326: Update the tables in java.desktop to be HTML-5 friendly
Reviewed-by: prr, azvegint
smarks [Fri, 19 May 2017 14:46:50 -0700] rev 45647
8177788: migrate collections technotes/guides into java/util/doc-files
Reviewed-by: mchung, bchristi, martin
poonam [Fri, 16 Jun 2017 22:10:20 +0000] rev 45646
8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
Summary: Clear the pending OOM exception in SensorInfo::trigger()
Reviewed-by: mchung, dcubed
ksrini [Thu, 15 Jun 2017 14:27:19 -0700] rev 45645
8182185: Add Copyright notices to pack 200 spec
Reviewed-by: mchung
herrick [Thu, 15 Jun 2017 15:03:54 -0400] rev 45644
8181821: Broken link in javadoc for JSObject.getWindow
Reviewed-by: mchung
mchung [Thu, 15 Jun 2017 11:54:49 -0700] rev 45643
8182032: Make java.compiler upgradeable
Reviewed-by: alanb, erikj
lana [Thu, 15 Jun 2017 17:43:21 +0000] rev 45642
Merge
lancea [Wed, 14 Jun 2017 12:46:38 -0400] rev 45641
8181832: Broken link in javax/sql/rowset/spi/package-summary.html
Reviewed-by: alanb, mchung
mchung [Wed, 14 Jun 2017 09:21:28 -0700] rev 45640
8182137: Missing permissions in deprivileged java.xml.bind and java.xml.ws modules
Reviewed-by: alanb, mullan
bpb [Tue, 13 Jun 2017 13:43:37 -0700] rev 45639
6791812: (file spec) Incompatible File.lastModified() and setLastModified() for negative time
Summary: Amend verbiage describing return value to explain negative values.
Reviewed-by: rriggs, smarks
mchung [Tue, 13 Jun 2017 10:44:18 -0700] rev 45638
8182029: Make the top-level docs index.html to a HTML-level redirect to the API overview page
Reviewed-by: alanb, erikj, ihse
dl [Tue, 13 Jun 2017 09:13:28 -0700] rev 45637
8181104: Fix specs for updateAndGet and related methods
Reviewed-by: martin, psandoz, dholmes, chegar
vinnie [Tue, 13 Jun 2017 13:31:32 +0100] rev 45636
8181978: Keystore probing mechanism fails for large PKCS12 keystores
Reviewed-by: mullan
psandoz [Mon, 12 Jun 2017 14:30:40 -0700] rev 45635
8181442: Deprecate sun.misc.Unsafe.defineClass
Reviewed-by: shade, mchung
duke [Thu, 24 Aug 2017 16:22:59 +0200] rev 45634
Merge
vlivanov [Tue, 20 Jun 2017 13:44:43 +0000] rev 45633
Merge
vlivanov [Tue, 20 Jun 2017 14:37:25 +0300] rev 45632
8181872: C1: possible overflow when strength reducing integer multiply by constant
Reviewed-by: kvn
fyang [Tue, 20 Jun 2017 17:00:07 +0800] rev 45631
8182581: aarch64: fix for crash caused by earlyret of compiled method
Summary: fix jvm crash caused by earlyret of compiled method for aarch64 port
Reviewed-by: aph
Contributed-by: snazarkin@azul.com
mchung [Sat, 17 Jun 2017 11:50:50 -0700] rev 45630
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
alanb [Sat, 17 Jun 2017 08:03:09 +0100] rev 45629
Merge
alanb [Fri, 16 Jun 2017 09:20:23 -0700] rev 45628
8181087: Module system implementation refresh (6/2017)
Reviewed-by: sspitsyn, hseigel