Amit Sapre
e935e7cb1e
8006078: [findbugs] java.lang.management.ThreadInfo returns mutable objects
...
Cloned the array before returning to caller.
Reviewed-by: dholmes, fparain
2016-11-03 12:04:40 +05:30
Paul Sandoz
ff33d165a6
8163553: java.lang.LinkageError from test java/lang/ThreadGroup/Stop.java
...
Reviewed-by: redestad
2016-11-01 17:20:45 -07:00
Sharath Ballal
f22ecd235a
8168397: sun/tools/jhsdb/HeapDumpTest.java timesout on MacOS X on non images build
...
Remove BasicLauncherTest.java and HeapDumpTest.java from quarantine list.
Reviewed-by: sla, dsamersoff
2016-10-28 11:18:54 +03:00
Paul Sandoz
29871f6f8a
8166974: invokedynamic implementation should not wrap Errors
...
Reviewed-by: smarks, jrose
2016-10-14 14:47:27 -07:00
Amit Sapre
6e7ec59861
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present
...
Removed dependency of java.management over jdk.management.
Reviewed-by: mchung, dfuchs, dholmes
2016-10-26 15:08:29 +05:30
Dmitry Samersoff
0e6c22bcea
8165500: TestJpsJar shouldn't jar all test.classpath directories
...
Refactor test to better handle errors
Reviewed-by: sspitsyn
2016-10-25 14:49:35 +03:00
Sharath Ballal
cb81552d35
8160376: DebuggerException: Can't attach symbolicator to the process
...
Make SA link to JavaRuntimeSupport in MacOS X
Reviewed-by: dsamersoff, dcubed
2016-10-24 14:52:07 +03:00
Robbin Ehn
7ab0cb4fa3
Merge
2016-10-24 11:47:56 +02:00
Robbin Ehn
447f64bf30
8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c
...
Reviewed-by: sla, dsamersoff
2016-10-24 09:07:26 +02:00
Staffan Larsen
43935fe3d1
8168483: Remove jtreg timeout handler timeout
...
Reviewed-by: dholmes, tbell
2016-10-24 09:07:24 +02:00
Alejandro Murillo
45b9a9c97e
Merge
2016-10-20 17:05:27 -07:00
Alejandro Murillo
ae7aae8464
Merge
2016-10-20 16:54:00 -07:00
Stuart Marks
6bdfb6eb48
8152617: add missing wildcards to Optional or() and flatMap()
...
Reviewed-by: psandoz, forax
2016-10-20 13:27:48 -07:00
Lana Steuck
f9d884ce1c
Merge
2016-10-20 20:02:11 +00:00
Lana Steuck
a87e32b358
Added tag jdk-9+141 for changeset f31d65424ed0
2016-10-20 18:38:09 +00:00
Amit Sapre
d45aa3fbb1
8167294: MXBean javadoc should be updated to take modules into account
...
Updated MXBean class javadoc to take modules into account
Reviewed-by: alanb
2016-10-20 15:07:06 +05:30
David Holmes
de2a8e756b
8165827: Support private interface methods in JNI, JDWP, JDI and JDB
...
Reviewed-by: dcubed, lfoltan, sspitsyn
2016-10-18 20:04:36 -04:00
Chris Plummer
58d722836f
8167034: Re-enable TestDaemonThread.java once JDK-8167001 is fixed
...
Reviewed-by: jwilhelm, sspitsyn
2016-10-18 12:39:22 -07:00
Chris Plummer
42c24a144c
8167001: [TESTBUG] java/lang/instrument/DaemonThread/TestDaemonThread.java fails when run by jprt
...
Force classpath to be added to subprocesses
Reviewed-by: dholmes, sspitsyn
2016-10-18 12:36:20 -07:00
Alexander Kulyakhtin
302ec8438f
8158797: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails when GC is specified explicitly
...
Fixed GC options for running the test
Reviewed-by: ddmitriev, sspitsyn
2016-10-17 15:46:28 +03:00
Rachna Goel
8b7cc86473
8167992: Update documentation of java.util.Date class
...
Reviewed-by: okutsu, peytoia
2016-10-17 20:13:16 +09:00
Roger Riggs
445c99ec2b
8167166: Java API docs mention a non-existent method getNanosOfSecond
...
Reviewed-by: naoto
2016-10-14 17:15:11 -04:00
Xueming Shen
6d3fbda062
8167957: Remove FilePermission from default policy for jdk.charsets module
...
Reviewed-by: mchung
2016-10-13 17:47:30 -07:00
Lana Steuck
0db7d246b1
Merge
2016-10-13 23:02:35 +00:00
Lana Steuck
81d47ef648
Added tag jdk-9+140 for changeset 9c298252e385
2016-10-13 21:01:11 +00:00
Steve Drach
8630709b19
8167237: Jar tool can not correctly find/process the --release option if it occurs before the file list
...
Reviewed-by: lancea
2016-10-13 11:54:27 -07:00
Xueming Shen
dd8ac98cde
8166258: Unexpected code conversion by HKSCS converters
...
Reviewed-by: naoto
2016-10-13 09:35:07 -07:00
Alejandro Murillo
ff0d142c0a
Merge
2016-10-13 09:02:13 -07:00
Alejandro Murillo
9047ce6f76
Merge
2016-10-13 08:57:57 -07:00
Vinnie Ryan
02ca9985fc
8167371: KeyStoreSpi.engineSetEntry should throw an Exception if password protection alg is specified
...
Reviewed-by: xuelei, mullan
2016-10-13 12:37:42 +01:00
Srinivas Dama
410b8c8f8f
8055033: Shell tests for jrunscript don't pass through VM options
...
Passed jtreg env variables TESTVMOPTS, TESTJAVAOPTS to java and TESTTOOLVMOPTS, TESTJAVACOPTS to javac launchers
Reviewed-by: sundar
2016-10-13 01:59:39 -07:00
Tim Du
6e9244aea4
8164322: Test sun/security/pkcs11/PKCS11Test.java shall be updated to run on ARM platforms
...
Reviewed-by: xuelei
2016-10-13 00:45:38 -07:00
Mandy Chung
44a7c1b644
8164689: Retrofit jar, jlink, jmod as a ToolProvider
...
Reviewed-by: alanb, lancea
2016-10-12 15:41:00 -07:00
Steve Drach
71c0fe8710
8166460: jdk/internal/util/jar/TestVersionedStream gets Assertion error
...
Reviewed-by: psandoz
2016-10-12 14:31:17 -07:00
Jonathan Bluett-Duncan
a19fc7fbdb
8134373: use collections convenience factories in the JDK
...
Reviewed-by: scolebourne, prappo, dfuchs, redestad, smarks
2016-10-12 11:54:38 -07:00
Athijegannathan Sundararajan
8c7dc29389
8167614: Avoid module dependency from jdk.dynalink to jdk.internal.module of java.base module
...
Reviewed-by: jlaskey, alanb
2016-10-12 22:44:43 +05:30
David Dehaven
b27d8f6dd9
8165271: Fix use of reflection to gain access to private fields
...
Reviewed-by: mchung
2016-10-12 08:47:53 -07:00
Artem Smotrakov
a535d2d833
8166530: sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java fails intermittently
...
Reviewed-by: chegar
2016-10-20 11:23:41 -07:00
Pavel Rappo
d16760afb5
8168405: Pending exceptions in java.base/windows/native
...
Reviewed-by: chegar, clanger
2016-10-20 18:35:45 +01:00
Amy Lu
8049802fc8
8146257: sun/net/www/protocol/jar/B4957695.java fails intermittently with java.lang.RuntimeException: some jar_cache files left behind
...
Reviewed-by: chegar
2016-10-20 20:20:10 +08:00
Daniel Fuchs
97658dc623
8157965: update httpserver logging to use java.lang.System.Logger
...
This patch updates the jdk.httpserver module to use System.Logger and break its dependency with the java.logging module.
Reviewed-by: rriggs, michaelm, chegar, mchung
2016-10-20 12:31:24 +01:00
Weijun Wang
8bd0c80e92
8168374: TsacertOptionTest.java fails on all platforms
...
Reviewed-by: vinnie
2016-10-20 14:11:26 +08:00
Weijun Wang
debfdef758
8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
...
Reviewed-by: mullan
2016-10-20 09:24:47 +08:00
Anthony Scarpino
4b919bee81
8167591: Add MD5 to signed JAR restrictions
...
Reviewed-by: mullan, jnimeh
2016-10-19 10:49:52 -07:00
Jan Lahoda
d132146380
8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
...
Allow use of jdk.internal.misc.Signal from jshell and jjs.
Reviewed-by: rfield, chegar
2016-10-19 12:42:34 +02:00
Athijegannathan Sundararajan
b82ec86107
8071588: The spec for javax.script.ScriptEngineFactory.getProgram() should specify NPEs thrown
...
Reviewed-by: alanb, hannesw
2016-10-19 13:26:49 +05:30
Weijun Wang
8d889c2a92
8167647: Copy-and-paste bug in javax.security.auth.kerberos.KerberosTicket.toString()
...
Reviewed-by: xuelei
2016-10-19 11:45:43 +08:00
Vinnie Ryan
15b6970daa
8165064: Enhance thread contexts in JNDI
...
Reviewed-by: chegar
2016-10-13 15:27:33 +01:00
Roger Riggs
41cdc78805
8167628: Test for RMI API to export an object with a serialization filter
...
Reviewed-by: dfuchs
2016-10-12 13:53:41 -04:00
Sean Mullan
41e797f4da
8162723: Array index overflow in Base64 utility class
...
Reviewed-by: ascarpino, jnimeh
2016-10-12 09:46:35 -04:00