Serguei Spitsyn
|
bdbd71b1ea
|
Merge
|
2016-09-12 22:04:48 +00:00 |
|
Serguei Spitsyn
|
02944f968d
|
8160950: Agent JAR added to app class loader rather than system class loader when running with -Djava.system.class.loader
Add agent JAR to the custom system class loader
Reviewed-by: alanb, mchung, dholmes
|
2016-09-12 15:00:58 -07:00 |
|
Doug Lea
|
60cd28abd7
|
8164169: Miscellaneous changes imported from jsr166 CVS 2016-09
Reviewed-by: martin, psandoz, shade
|
2016-09-12 13:14:49 -07:00 |
|
Doug Lea
|
56cff174b6
|
8139237: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java fails intermittently
Reviewed-by: martin, psandoz, shade
|
2016-09-12 13:11:38 -07:00 |
|
Doug Lea
|
d7f3695a90
|
8164983: Improve CountedCompleter code samples; add corresponding tests
Reviewed-by: martin, psandoz, shade
|
2016-09-12 13:07:30 -07:00 |
|
Claes Redestad
|
3cb67af31f
|
8165890: [TESTBUG] Compilation issue in MultiReleaseJarTest after 8165723
Reviewed-by: darcy
|
2016-09-12 20:12:26 +02:00 |
|
Naoto Sato
|
4c95fceb14
|
8165605: Thai resources in jdk.localedata cause split package issue with java.base
Reviewed-by: mchung, erikj
|
2016-09-12 09:38:32 -07:00 |
|
Claes Redestad
|
2ac4d6a7d3
|
8165723: JarFile::isMultiRelease() method returns false when it should return true
Reviewed-by: alanb
|
2016-09-12 17:45:55 +02:00 |
|
Athijegannathan Sundararajan
|
253489ea9a
|
8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
Reviewed-by: alanb, jlaskey
|
2016-09-12 18:27:33 +05:30 |
|
Claes Redestad
|
32f983128d
|
8165492: Reduce number of lambda forms generated by MethodHandleInlineCopyStrategy
Reviewed-by: mhaupt, vlivanov, psandoz, shade
|
2016-09-12 13:23:07 +02:00 |
|
Joe Darcy
|
ed6ffa4c96
|
8165810: Problem list VersionCheck.java until JDK-8165772 is fixed
Reviewed-by: lancea, redestad
|
2016-09-11 13:23:14 -07:00 |
|
Athijegannathan Sundararajan
|
85eaf2d3d3
|
8165726: fix for 8165595 revealed a bug in pack200 tool's handling of main class attribute of module-info classes
Reviewed-by: ksrini
|
2016-09-10 06:46:45 +05:30 |
|
Patrick Reinhart
|
5deb28b6a1
|
8161230: ClassLoader: add resource methods returning java.util.stream.Stream
Reviewed-by: psandoz, alanb, mchung, tvaleev
|
2016-09-09 14:54:41 -07:00 |
|
Paul Sandoz
|
a7dd7b59da
|
8164691: Stream specification clarifications for iterate and collect
Reviewed-by: briangoetz, smarks, tvaleev
|
2016-09-09 14:54:29 -07:00 |
|
Paul Sandoz
|
caa7db4496
|
8165731: Reference to removed method in VarHandle JavaDoc
Reviewed-by: shade, bpb
|
2016-09-09 14:54:24 -07:00 |
|
Mandy Chung
|
397525a2d4
|
8165346: j.l.ClassLoader.getDefinedPackage(String) throws NPE
Reviewed-by: alanb, lancea, shade
|
2016-09-09 13:44:48 -07:00 |
|
Kim Barrett
|
4f08176bb5
|
8165393: bad merge in java/lang/ref/package-info.java
Added the missing change.
Reviewed-by: rriggs
|
2016-09-09 16:24:24 -04:00 |
|
Stuart Marks
|
e249470c72
|
4285505: deprecate java.lang.Compiler
Reviewed-by: shade, forax, kmo, tellison, mchung, alanb, rriggs
|
2016-09-09 12:07:49 -07:00 |
|
Sergei Kovalev
|
44d69dd31b
|
8165592: Fix module dependencies for sun/text/* tests
Reviewed-by: naoto
|
2016-09-09 10:58:05 -07:00 |
|
Martin Buchholz
|
97ed09e075
|
8165643: SecureDirectoryStream doesn't work on linux non-x86
Reviewed-by: alanb
|
2016-09-07 14:44:59 -07:00 |
|
Lana Steuck
|
1e5d88277f
|
Merge
|
2016-09-08 22:14:00 +00:00 |
|
Joe Darcy
|
d14725c1ad
|
8039854: Broken link in java.lang.RuntimePermission
Reviewed-by: lancea
|
2016-09-08 14:23:45 -07:00 |
|
Lana Steuck
|
f5321ccf86
|
Added tag jdk-9+135 for changeset 6d7a656b1612
|
2016-09-08 21:11:54 +00:00 |
|
Sergei Kovalev
|
d0474e029b
|
8165583: Fix module dependencies for jdk/java/util/* tests
Reviewed-by: alanb
|
2016-09-08 09:59:54 -07:00 |
|
Mandy Chung
|
37ff205c8a
|
8165563: ClassLoader::getSystemClassLoader will never be null
Reviewed-by: alanb, dholmes, psandoz
|
2016-09-08 09:45:50 -07:00 |
|
Sean Coffey
|
6784a0986e
|
8165711: java/net/SetFactoryPermission/SetFactoryPermission.java needs to run in ovm mode
Reviewed-by: chegar
|
2016-09-08 16:16:44 +01:00 |
|
Athijegannathan Sundararajan
|
d689bc25f6
|
8165697: jlink running on Mac with Windows jmods produces non-runnable image
Reviewed-by: jlaskey, redestad
|
2016-09-08 20:21:42 +05:30 |
|
Stuart Marks
|
b5f85932d6
|
8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text
Reviewed-by: iris, darcy, mchung
|
2016-09-07 14:59:55 -07:00 |
|
Kumar Srinivasan
|
45e7a1faa8
|
8151901: test/tools/pack200/Pack200Test fails on verifying native unpacked JAR
Reviewed-by: jrose
|
2016-09-07 10:58:22 -07:00 |
|
Sergei Kovalev
|
44b189f55a
|
8165604: Fix module dependencies for sun/util/* tests
Reviewed-by: rriggs, naoto
|
2016-09-07 10:04:46 -07:00 |
|
Athijegannathan Sundararajan
|
256e3bab87
|
8165503: jlink exclude VM plugin's handling of jvmlibs is wrong
Reviewed-by: jlaskey
|
2016-09-07 18:35:21 +05:30 |
|
Ivan Gerasimov
|
b7edd5f9aa
|
8165413: Typos in javadoc: extra period, wrong number, misspelled word
Reviewed-by: weijun, mullan
|
2016-09-07 10:14:48 +03:00 |
|
Stuart Marks
|
97fa8cd04e
|
8159404: throw UnsupportedOperationException unconditionally for mutator methods
Reviewed-by: martin, psandoz
|
2016-09-06 16:08:54 -07:00 |
|
Alexandre Iline
|
9aa36236be
|
8148859: Fix module dependences for java/time tests
Reviewed-by: alanb, rriggs
|
2016-09-06 17:07:06 -04:00 |
|
Alan Burlison
|
3228ea809c
|
8161360: Deprecated vfork() should not be used on Solaris
Reviewed-by: rriggs, dsamersoff
|
2016-09-06 13:09:29 -04:00 |
|
Athijegannathan Sundararajan
|
0f792063c1
|
8163952: jlink exclude VM plugin does not support static libraries
Reviewed-by: jlaskey
|
2016-09-06 18:16:56 +05:30 |
|
Vyom Tewari
|
09e25d0d1f
|
8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules
Reviewed-by: mchung, dfuchs
|
2016-09-06 14:11:12 +05:30 |
|
Amit Sapre
|
d356b8d085
|
8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null
Added checks inside constructor of ObjectInputStreamWithLoader inner class. Test case added.
Reviewed-by: dfuchs, alanb
|
2016-09-06 13:57:03 +05:30 |
|
Christoph Langer
|
5044a0fdc4
|
8163181: Further improvements for Unix NetworkInterface native implementation
Reviewed-by: chegar, msheppar
|
2016-09-05 10:05:12 +02:00 |
|
Ivan Gerasimov
|
164b17df5b
|
8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
Reviewed-by: rriggs, alanb, sherman
|
2016-09-03 13:43:01 +03:00 |
|
Brian Burkhalter
|
925586066c
|
8165000: Selector.select(timeout) throws IOException when timeout is a large long
Clamp the timeout passed to kevent0 to the largest value that does not provoke the error.
Reviewed-by: clanger, alanb
|
2016-09-02 12:38:27 -07:00 |
|
Andrey Dyachkov
|
6d3b1a78ad
|
8155102: (Process) Process.toString could include pid, isAlive, exitStatus
Reviewed-by: rriggs
|
2016-09-02 12:30:46 -04:00 |
|
Ramanand Patil
|
6906b1ad96
|
8161016: Strange behavior of URLConnection with proxy
Reviewed-by: shade, chegar
|
2016-09-01 10:35:38 +05:30 |
|
Athijegannathan Sundararajan
|
e1f4b79e9e
|
8157992: Improve jlink help message on optimization-related options
Reviewed-by: redestad, alanb
|
2016-09-02 14:46:27 +05:30 |
|
Lana Steuck
|
8c2258b975
|
Merge
|
2016-09-02 02:41:37 +00:00 |
|
Lana Steuck
|
a4260270fa
|
Added tag jdk-9+134 for changeset 9217de724b92
|
2016-09-01 23:20:11 +00:00 |
|
Paul Sandoz
|
3bd5ebe2ef
|
8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
Reviewed-by: martin
|
2016-09-01 13:56:13 -07:00 |
|
Paul Sandoz
|
c073edc24c
|
8162106: Remove VarHandle.addAndGet
Reviewed-by: shade, redestad
|
2016-09-01 10:17:01 -07:00 |
|
Paul Sandoz
|
82d48917bb
|
8161444: VarHandles should provide access bitwise atomics
8162107: Add acquire/release variants for getAndSet and getAndAdd
Reviewed-by: shade, redestad
|
2016-09-01 10:16:57 -07:00 |
|
Phil Race
|
2551c0ae07
|
Merge
|
2016-09-01 08:39:27 -07:00 |
|