asapre [Tue, 21 Feb 2017 17:33:08 +0530] rev 44004
8174915: Improve error handing for Jdp tests under sun/management/jdp
Summary: Added checks for abnormal exits of spawn process by test cases
Reviewed-by: dholmes, dfuchs, sspitsyn
Contributed-by: amit.sapre@oracle.com
redestad [Tue, 28 Feb 2017 12:24:29 +0100] rev 44003
8175385: ServiceLoader$LazyClassPathLookupIterator scans boot and platform modules for services
Reviewed-by: alanb, mchung
amlu [Tue, 28 Feb 2017 16:44:58 +0800] rev 44002
8175972: Remove javax/xml/ws/clientjar/TestWsImport.java from ProblemList
Reviewed-by: alanb
bpb [Fri, 24 Feb 2017 11:28:00 -0800] rev 44001
8175115: Improve instrumentation of java/nio/file/WatchService/LotsOfEvents.java
Summary: Attempt an additional long poll to check for missed events and print more information
Reviewed-by: rriggs
mchung [Fri, 24 Feb 2017 09:26:59 -0800] rev 44000
8175193: jlink and `requires static`
Reviewed-by: alanb, forax
prappo [Fri, 24 Feb 2017 17:05:00 +0000] rev 43999
8164625: Pooled HttpConnection should be removed during close
Reviewed-by: dfuchs, michaelm
prappo [Fri, 24 Feb 2017 11:33:33 +0000] rev 43998
8175305: Typos in net.properties
Reviewed-by: bpb
jwilhelm [Fri, 24 Feb 2017 12:01:33 +0100] rev 43997
Merge
jwilhelm [Sat, 18 Feb 2017 03:23:29 +0100] rev 43996
Merge
kvn [Thu, 16 Feb 2017 15:48:40 -0800] rev 43995
8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
Summary: Rename jdk.vm.ci and jdk.vm.compiler modules to jdk.internal.vm.ci and jdk.internal.vm.compiler.
Reviewed-by: mchung, ihse, dnsimon
gtriantafill [Wed, 15 Feb 2017 11:36:35 -0500] rev 43994
8174855: Quarantine failing test jdk/test/sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java
Reviewed-by: alanb, coleenp
asapre [Wed, 15 Feb 2017 17:11:46 +0530] rev 43993
8174196: sun/management/jdp tests are not running properly
Reviewed-by: egahlin, dfuchs
Contributed-by: amit.sapre@oracle.com
jgeorge [Wed, 15 Feb 2017 11:58:21 +0530] rev 43992
8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
Summary: Avoid running the test for client VMs and emulated client VMs, when method data is not available.
Reviewed-by: sspitsyn, dsamersoff
Contributed-by: jini.george@oracle.com
chegar [Fri, 24 Feb 2017 10:37:30 +0000] rev 43991
8175261: Per-protocol cache setting not working for JAR URLConnection
Reviewed-by: dfuchs, michaelm
psandoz [Thu, 23 Feb 2017 13:09:54 -0800] rev 43990
8175360: Error in Collectors.averagingXXX Java Doc
Reviewed-by: shade
lana [Thu, 23 Feb 2017 17:48:24 +0000] rev 43989
Merge
lana [Thu, 23 Feb 2017 17:29:43 +0000] rev 43988
Merge
redestad [Thu, 23 Feb 2017 18:37:51 +0100] rev 43987
8169713: jimage fails with StringIndexOutOfBoundsException when path to the inspected image is an empty string
Reviewed-by: jlaskey
ascarpino [Wed, 22 Feb 2017 14:12:01 -0800] rev 43986
8175250: Manifest checking throws exception with no entry
Reviewed-by: mullan
lana [Tue, 21 Feb 2017 05:58:23 -0800] rev 43985
8172956: JDK9 message drop 30 l10n resource file updates - open
Reviewed-by: joehw, mchung, smarks, sherman, henryjen
Contributed-by: li.jiang@oracle.com
skuksenko [Tue, 21 Feb 2017 11:08:34 +0000] rev 43984
8175274: Fix httpclient asynchronous usage
Reviewed-by: dfuchs, michaelm
amlu [Mon, 20 Feb 2017 15:32:37 +0800] rev 43983
8175240: Problem list org/omg/CORBA/OrbPropertiesTest.java
Reviewed-by: alanb
duke [Wed, 05 Jul 2017 22:55:57 +0200] rev 43982
Merge
jwilhelm [Fri, 24 Feb 2017 19:48:33 +0100] rev 43981
Merge
mgronlun [Thu, 23 Feb 2017 16:55:59 +0100] rev 43980
8175178: Stack traversal during OSR migration asserts with invalid bci or invalid scope desc on x86
Reviewed-by: dcubed, coleenp
jgeorge [Thu, 23 Feb 2017 12:19:03 +0530] rev 43979
8162504: TestInstanceKlassSize.java and TestInstanceKlassSizeForInterface.java fail on Mac OS
Summary: Modify TestInstanceKlassSizeForInterface.java to avoid the error prone mechanism of spawning a process and attaching back to the current process. Use LingeredApp instead.
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george@oracle.com
gziemski [Wed, 22 Feb 2017 11:20:12 -0600] rev 43978
8175135: Header template correction for year
Summary: Added comma.
Reviewed-by: dcubed, gthornbr
hseigel [Tue, 21 Feb 2017 09:53:49 -0500] rev 43977
8174725: JVM should throw NoClassDefFoundError if ACC_MODULE is set in access_flags
Summary: Check if ACC_MODULE is set, and if so, throw NoClassDefFoundError exception
Reviewed-by: dholmes, alanb, acorn, coleenp, lfoltan, gtriantafill