Roger Riggs
|
baba77c4cc
|
8168613: CORBA ObjectStreamTest fails with address in use
Reviewed-by: psandoz
|
2016-10-26 09:38:16 -04:00 |
|
Chris Hegarty
|
39b8573bcf
|
8168773: Temporarily remove java/net/httpclient from jdk_net test group
Reviewed-by: darcy, rriggs
|
2016-10-26 11:08:12 +01:00 |
|
Athijegannathan Sundararajan
|
e23ef30b8e
|
8166810: jlink should fail on extra arguments
Reviewed-by: jlaskey
|
2016-10-26 10:42:55 +05:30 |
|
Alejandro Murillo
|
cb0a755549
|
Merge
|
2016-10-25 14:55:29 -07:00 |
|
Steve Drach
|
5530ec2227
|
8164805: Fail to create a MR modular JAR with a versioned entry of a concealed package
Reviewed-by: chegar, mchung
|
2016-10-25 13:51:08 -07:00 |
|
Brent Christian
|
1552f3ddbb
|
8165793: Provide an API to query if a ClassLoader is parallel capable
Reviewed-by: alanb, mchung
|
2016-10-25 12:58:34 -07:00 |
|
Alejandro Murillo
|
da37860566
|
Merge
|
2016-10-25 12:25:44 -07:00 |
|
Kumar Srinivasan
|
309d9ecebc
|
8160213: tools/pack200/Utils.java should clean up javac*.tmp files
Reviewed-by: darcy
|
2016-10-25 07:38:50 -07:00 |
|
Chris Hegarty
|
905cdfdf66
|
8085192: java/rmi/activation/Activatable tests fail intermittently due to "Port already in use"
Reviewed-by: rriggs, mli
|
2016-10-25 10:31:49 +01:00 |
|
Masayoshi Okutsu
|
6ce08d0985
|
8165804: Revisit the way of loading BreakIterator rules/dictionaries
Reviewed-by: naoto, peytoia, erikj
|
2016-10-25 15:43:19 +09:00 |
|
Hamlin Li
|
bf19611451
|
8168505: Remove the intermittent keyword from java/util/Arrays/ParallelPrefix.java
Reviewed-by: darcy, amlu
|
2016-10-24 21:44:33 -07:00 |
|
Roger Riggs
|
f9b27073d1
|
8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects
Reviewed-by: darcy
|
2016-10-24 18:08:36 -04:00 |
|
Roger Riggs
|
e89ce16097
|
8164908: ReflectionFactory support for IIOP and custom serialization
Add support for serialization to sun.reflect.ReflectionFactory
Reviewed-by: alanb, chegar, plevart, amlu
|
2016-10-24 14:52:51 -04:00 |
|
Roger Riggs
|
033650f9e0
|
8167192: [Testbug] java/io/Serializable/serialFilter test conditions wrong
Reviewed-by: lancea, mchung
|
2016-10-24 09:40:06 -04:00 |
|
Masayoshi Okutsu
|
c0ee1b68c1
|
8152926: PropertyResourceBundle constructor don't understand the System.setProperty change
Reviewed-by: naoto, peytoia
|
2016-10-24 15:26:15 +09:00 |
|
Ivan Gerasimov
|
102d23697f
|
8165463: Native implementation of sunmscapi should use operator new (nothrow) for allocations
Reviewed-by: clanger, jnimeh, vinnie
|
2016-10-22 17:03:17 +03:00 |
|
Sean Mullan
|
4f556f887f
|
Merge
|
2016-10-21 09:03:35 -04:00 |
|
Sean Mullan
|
ad82a519a8
|
8168313: Tighten permissions granted to jdk.crypto.pkcs11 module
Reviewed-by: ascarpino
|
2016-10-21 09:02:57 -04:00 |
|
Volker Simonis
|
09dd43b407
|
8168471: Non ANSI C declaration of block local variable in NetworkInterface_winXP.c
Reviewed-by: chegar
|
2016-10-21 14:57:50 +02:00 |
|
Pavel Rappo
|
cd99155eb8
|
8168417: Pending exceptions in java.base/windows/native/libnio
Reviewed-by: chegar, alanb
|
2016-10-21 12:31:50 +01:00 |
|
Anubhav Meena
|
d3d2beed82
|
8163330: HijrahDate aligned day of week incorrect
Reviewed-by: rriggs, scolebourne
|
2016-10-21 14:52:04 +05:30 |
|
Rachna Goel
|
8f9823ef6e
|
8146750: java.time.Month.getDisplayName() return incorrect narrow names with JRE provider on locale de,de_DE,en_US
Reviewed-by: okutsu, rriggs, naoto, peytoia
|
2016-10-21 11:33:37 +09: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 |
|
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 |
|