Alejandro Murillo
|
073a86c0a8
|
8160690: Quarantine VarHandles tests
Reviewed-by: jwilhelm
|
2016-06-30 14:57:30 -07:00 |
|
Alejandro Murillo
|
3689909db0
|
Merge
|
2016-07-01 16:50:37 -07:00 |
|
Alexander Scherbatiy
|
0be14016f4
|
8158566: Provide a Swing property to not close toggle menu items on mouse click
Reviewed-by: prr, ssadetsky
|
2016-06-30 23:49:00 +03:00 |
|
Mikhail Cherkasov
|
31b9ea3ba7
|
8160650: Couple awt and swing tests have wrong require jtreg arguments
Reviewed-by: serb
|
2016-06-30 22:27:28 +03:00 |
|
Semyon Sadetsky
|
e040960f7e
|
8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java
Reviewed-by: yan, prr
|
2016-06-30 20:34:26 +03:00 |
|
Alejandro Murillo
|
a0e450c561
|
Merge
|
2016-06-30 10:31:19 -07:00 |
|
Brent Christian
|
1add863d15
|
8160370: System.getProperty("os.version") returns "Unknown" on Mac
Read SystemVersion.plist on pre-10.9 Mac OS
Reviewed-by: bpb, ddehaven, gziemski, rriggs
|
2016-06-30 10:13:30 -07:00 |
|
Athijegannathan Sundararajan
|
a0f8120f0a
|
8160641: PostProcessingPlugin and ExecutableImage should not be part of plugin API
Reviewed-by: jlaskey, mchung
|
2016-06-30 22:24:01 +05:30 |
|
Robin Stevens
|
a8699979b0
|
8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu
Reviewed-by: azvegint, alexsch
|
2016-06-30 20:07:32 +04:00 |
|
Jamil Nimeh
|
07720b0e61
|
8030132: Cipher.init syntax error in javadoc @code tag
8160222: javax/crypto/Cipher.java has a typo
Fixes typographical errors in javax/crypto/Cipher.java
Reviewed-by: weijun
|
2016-06-30 07:14:56 -07:00 |
|
Yuka Kamiya
|
657cb0f3b4
|
7090039: Wrong link in comment of java.text.DateFormatSymbols
Reviewed-by: okutsu
|
2016-06-30 16:57:25 +09:00 |
|
Christoph Langer
|
d755ba941f
|
8158023: SocketExceptions contain too little information sometimes
Reviewed-by: rriggs, msheppar, chegar
|
2016-06-30 09:30:09 +02:00 |
|
Jamil Nimeh
|
ec5c0f3089
|
8143302: javax/net/ssl/Stapling/SSLSocketWithStapling.java fails intermittently: Server died
Fixes a file descriptor leak in the test and a thread exhaustion issue in the StatusResponseManager in JSSE.
Reviewed-by: xuelei
|
2016-06-30 00:09:06 -07:00 |
|
Tim Du
|
052984a47c
|
8160415: Mark sun/security/tools/keytool/standard.sh as intermittently failing
Reviewed-by: weijun
|
2016-06-29 23:29:07 -07:00 |
|
Alejandro Murillo
|
5370eb5519
|
Merge
|
2016-06-29 21:49:41 -07:00 |
|
Pavel Rappo
|
27036a761f
|
8160218: HPack decoder fails when processing header in multiple ByteBuffers
Reviewed-by: michaelm
|
2016-06-29 10:19:48 +01:00 |
|
Rajeev Chamyal
|
babde31ff1
|
8159152: Ctrl+F6, Ctrl+F5 doesn't work for iconified InternalFrame
Reviewed-by: alexsch, psadhukhan
|
2016-06-29 14:47:58 +05:30 |
|
Dmitry Markov
|
a5abd8e470
|
8144703: ClassCastException: sun.font.CompositeFont cannot be cast to PhysicalFont
Reviewed-by: serb, alexp
|
2016-06-29 11:38:29 +03:00 |
|
Volker Simonis
|
50623e2781
|
8160457: VersionProps.versionNumbers() is broken
Reviewed-by: redestad, mchung, iris
|
2016-06-29 10:07:15 +02:00 |
|
Ambarish Rapte
|
9bbfcdc6da
|
8151588: Press the button first two times, the 'First' and 'Next' didn't show
Reviewed-by: ssadetsky, rchamyal
|
2016-06-29 12:22:38 +05:30 |
|
Ambarish Rapte
|
9584a67f30
|
8158616: [TEST_BUG] There is only "Fail" button on the description dialog
Reviewed-by: ssadetsky
|
2016-06-29 11:51:37 +05:30 |
|
Ivan Gerasimov
|
e8dfc516f8
|
8160264: Reuse Latin1/UTF16 compare routines
Reviewed-by: psandoz
|
2016-06-27 16:09:09 +03:00 |
|
Jim Laskey
|
747cf0453a
|
8160348: jlink should use System.out for usage messages
Reviewed-by: sundar
|
2016-06-27 09:26:47 -03:00 |
|
Athijegannathan Sundararajan
|
7886baafa8
|
8157936: Files.size(Path p) returns 0 if path is from JrtFileSystem with exploded build
Reviewed-by: psandoz
|
2016-06-27 14:55:06 +05:30 |
|
Vladimir Kozlov
|
b7a4c8d92a
|
Merge
|
2016-06-24 15:06:50 -07:00 |
|
Roger Riggs
|
c8180eb253
|
8160278: Remove java/time/test/java/time/TestClock_System from the problem list
Reviewed-by: darcy
|
2016-06-24 14:19:29 -04:00 |
|
Athijegannathan Sundararajan
|
f74ee54f5c
|
8153238: Improve test/tools/jlink/JLinkTest.java not to hard code the number of plugins
Reviewed-by: jlaskey
|
2016-06-24 23:28:06 +05:30 |
|
Daniel Fuchs
|
9d4c46f850
|
8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
Trivial fix - the concrete class must be instantiated, not the class that defines the createContext method.
Reviewed-by: lancea, mchung
|
2016-06-24 16:03:17 +01:00 |
|
Athijegannathan Sundararajan
|
72d2e8594f
|
8147794: Jlink's ModuleEntry.stream can't be consumed more than once and ModuleEntry content should be read only if needed
Reviewed-by: jlaskey, psandoz
|
2016-06-24 19:56:50 +05:30 |
|
Jim Laskey
|
2146bab54f
|
8159172: Update usage of jlink/jimage/jmod to show option patterns
Reviewed-by: mchung, alanb
|
2016-06-24 11:20:24 -03:00 |
|
Sergey Kuksenko
|
d90e966a97
|
8158690: GET request via HTTP/2 has a huge delays due to Nagle’s Algorithm and Delayed ACK clash
Reviewed-by: chegar
|
2016-06-24 06:52:29 +01:00 |
|
Chris Hegarty
|
c53f3cbcbe
|
8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
Reviewed-by: alanb, dholmes, shade
|
2016-06-24 06:47:32 +01:00 |
|
Tim Du
|
7e1c0f82b6
|
8146393: sun/security/tools/jarsigner/ts.sh failed on OEL Linux 7 with ar_SA Locale
Reviewed-by: weijun
|
2016-06-23 19:58:58 -07:00 |
|
Alejandro Murillo
|
d26d73b61e
|
Merge
|
2016-06-23 17:11:19 -07:00 |
|
Alejandro Murillo
|
53f4bd6df0
|
Merge
|
2016-06-23 17:07:31 -07:00 |
|
Lana Steuck
|
989896a2dd
|
Merge
|
2016-06-23 21:44:11 +00:00 |
|
Brent Christian
|
17dc09ea23
|
7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
Replace JRS calls with Core Foundation calls
Reviewed-by: naoto
|
2016-06-23 14:14:06 -07:00 |
|
Lana Steuck
|
a3a286d448
|
Merge
|
2016-06-23 21:13:13 +00:00 |
|
Lana Steuck
|
12c90f242c
|
Added tag jdk-9+124 for changeset 45cbf2937973
|
2016-06-23 20:35:15 +00:00 |
|
Paul Sandoz
|
3f0273a3c4
|
8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
Reviewed-by: shade
|
2016-06-23 13:46:48 +02:00 |
|
Sergey Kuksenko
|
8b5cbab0f5
|
8158980: Memory leak in HTTP2Connection.streams
Reviewed-by: chegar
|
2016-06-23 10:25:04 +01:00 |
|
Artem Smotrakov
|
f2b622bfb3
|
8074580: sun/security/pkcs11/rsa/TestKeyPairGenerator.java fails due to PKCS11Exception: CKR_FUNCTION_FAILED
Reviewed-by: valeriep
|
2016-06-22 15:58:08 -07:00 |
|
Xueming Shen
|
e922fb0afb
|
8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
Reviewed-by: rriggs
|
2016-06-22 11:31:07 -07:00 |
|
Artem Smotrakov
|
5856fc0800
|
8152745: javax/net/ssl/TLS/TestJSSE.java fails intermittently: Unsupported or unrecognized SSL message
Reviewed-by: xuelei
|
2016-06-22 09:33:16 -07:00 |
|
Naoto Sato
|
5c227bfdae
|
8159781: jlink --include-locales fails with java.util.regex.PatternSyntaxException
Reviewed-by: mchung, okutsu
|
2016-06-22 08:51:32 -07:00 |
|
Alexander Kulyakhtin
|
8470799261
|
8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java
Quarantining the failing tests
Reviewed-by: dholmes
|
2016-06-22 14:01:14 +03:00 |
|
Chris Hegarty
|
34f5b60b4a
|
8157166: Update spec to account for platforms that do not support multicast
Reviewed-by: alanb
|
2016-06-22 09:21:06 +01:00 |
|
Vyom Tewari
|
b75020a9b0
|
8071660: URLPermission not handling empty method lists correctly
Reviewed-by: chegar, dfuchs, prappo, rriggs
|
2016-06-22 09:01:34 +01:00 |
|
Masayoshi Okutsu
|
c213f457ce
|
8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message
Reviewed-by: alanb, mchung, naoto
|
2016-06-22 16:12:39 +09:00 |
|
Felix Yang
|
193d350e55
|
8157530: Remove intermittent key from javax/net/ssl/DTLS/WeakCipherSuite.java
Reviewed-by: xuelei
|
2016-06-21 20:20:14 -07:00 |
|