Sergey Bylokhov
3144cc4a27
8143909: Behavior of null arguments not specified in javax.sound.midi.spi
...
The specification change was reviewed by Florian Bomers also
Reviewed-by: amenkov
2015-12-09 18:56:59 +03:00
Ambarish Rapte
f23d71b4f4
8144915: TextField throws NPE
...
Reviewed-by: ssadetsky, serb
2015-12-09 18:12:49 +03:00
Rachna Goel
ee046050d6
8025547: Locale.toString() documentation error
...
Updated API doc of Locale.toString method.
Reviewed-by: okutsu
2015-12-09 14:20:51 +05:30
Rob McKenna
8da753e1be
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
...
Reviewed-by: vinnie
2015-12-09 17:34:09 +00:00
Claes Redestad
d37bb2422b
8143127: InvokerBytecodeGenerator emitConst should handle Byte, Short, Character
...
Reviewed-by: vlivanov, shade, forax
2015-12-09 18:25:36 +01:00
Rob McKenna
6af208a485
8143397: It looks like InetAddress.isReachable(timeout) works incorrectly
...
Reviewed-by: xuelei, msheppar
2015-12-09 15:16:00 +00:00
Xue-Lei Andrew Fan
30655cc742
8141651: Deadlock in sun.security.ssl.SSLSocketImpl
...
Reviewed-by: weijun
2015-12-09 10:36:33 +00:00
Stuart Marks
d42e70fc3c
8139232: JEP-269 initial API and skeleton implementations
...
Reviewed-by: psandoz, rriggs
2015-12-08 13:48:22 -08:00
Xueming Shen
b0e22f9603
8144958: changes by JDK-8142508 seems to have broken jtreg
...
Reviewed-by: darcy
2015-12-08 16:43:58 -08:00
Xueming Shen
44a8a73eb6
8142508: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk
...
Reviewed-by: coffeys
2015-12-08 09:25:01 -08:00
Manajit Halder
18ace0f732
7159591: [macosx] In SetFontTest there's no space for the second button
...
Reviewed-by: arapte, serb
2015-12-08 19:50:14 +03:00
Ambarish Rapte
7c018b1a00
8060137: Removing Text from TextField / TextArea is not possible after typing
...
Reviewed-by: ssadetsky, psadhukhan
2015-12-09 02:41:51 +04:00
Alexander Zvegintsev
24e53a99d3
8143941: Update splashscreen displays
...
Reviewed-by: ahgross, prr, serb
2015-12-08 19:01:33 +03:00
Erik Joelsson
bb6d5ef30c
8144857: Intermittent build error building jdk/src/demo/solaris/jni/Poller/Poller.c
...
Reviewed-by: dholmes
2015-12-08 12:05:51 +01:00
Prasanta Sadhukhan
5bfc44dca2
7160052: GlyphVector.setGlyphPosition can throw an exception on valid input
...
Reviewed-by: jdv, serb
2015-12-08 11:25:47 +03:00
Athijegannathan Sundararajan
4d646ce633
8143404: Remove apple script engine code in jdk repository
...
Reviewed-by: alanb, mchung
2015-12-08 10:13:57 +05:30
Xue-Lei Andrew Fan
307b9775e8
8144890: Add the intermittent keyword test B6216082.java
...
Reviewed-by: mullan
2015-12-08 03:49:12 +00:00
Alejandro Murillo
463b771e3c
Merge
2015-12-07 17:31:43 -08:00
Lana Steuck
e6066d50e0
Merge
2015-12-07 14:20:20 -08:00
Joe Darcy
4faa0ee15c
8144880: Instrument intermittently failing test ConfigChanges.java
...
Reviewed-by: lancea, martin
2015-12-07 14:12:58 -08:00
Alejandro Murillo
8fcd92f7ae
Merge
2015-12-07 10:05:08 -08:00
Joseph Provino
9642accd46
Merge
2015-12-07 17:04:37 +00:00
Daniel Fuchs
66f1f09adb
8144262: LogRecord.getMillis() method is a convenience API that should not have been deprecated
...
LogRecord.getMillis() is no longer deprecated. LogRecord.setInstant() check that the instant millis can fit in a long millisecond-since-epoch.
Reviewed-by: lancea, rriggs, smarks
2015-12-07 12:35:37 +01:00
Jaroslav Bachorik
e12241b613
8144308: com/sun/jdi/SuspendThreadTest.java failed with "transport error 202: send failed: Broken pipe"
...
Reviewed-by: sla
2015-12-07 12:31:25 +01:00
Weijun Wang
2cde289af4
8138638: Security tests using jdk/test/sun/security/krb5/auto/KDC.java fail intermittently with OutOfMemoryError
...
Reviewed-by: xuelei
2015-12-07 15:48:56 +08:00
Xue-Lei Andrew Fan
e4927570de
8141593: Test RetryHttps timed out intermittently
...
Enable debug to expose more information for further evaluation
Reviewed-by: weijun
2015-12-07 03:35:24 +00:00
Laurent Bourgès
cdb4a75a00
8144630: Use PrivilegedAction to create Thread in Marlin RendererStats
...
Reviewed-by: prr, flar
2015-12-05 09:48:43 -08:00
Xueming Shen
5675c04125
8143854: java/util/regex/RegExTest.java.RegExTest failed
...
Reviewed-by: darcy
2015-12-04 12:28:09 -08:00
Joe Darcy
3c3235b4cd
8144742: Instrument intermittently failing test GCDuringIteration.java
...
Reviewed-by: rriggs, martin
2015-12-04 11:01:53 -08:00
Prasanta Sadhukhan
9c2dc1edf5
8140530: Creating a VolatileImage with size 0, 0 results in no longer working g2d.drawStri
...
Reviewed-by: flar, serb
2015-12-04 13:52:21 +03:00
Alejandro Murillo
8d7fe09e10
Merge
2015-12-03 22:30:21 -08:00
Rajeev Chamyal
3096b2cc2f
8067660: JFileChooser create new folder fails silently
...
Reviewed-by: alexsch, psadhukhan
2015-12-04 09:56:50 +04:00
Kumar Srinivasan
429f9e61cf
8144660: VersionCheck.java fails when it tries to run jaccess*.exe -J-version on windows
...
Reviewed-by: darcy
2015-12-03 17:44:18 -08:00
Joe Darcy
52dbcd1547
8144627: Problem list WriteAfterAbort.java
...
Reviewed-by: prr
2015-12-03 13:18:51 -08:00
Phil Race
3c2bc66bb7
Merge
2015-12-03 11:56:10 -08:00
Phil Race
9e7c592717
8144616: Problem building OpenJDK/harfbuzz on jprt
...
Reviewed-by: serb, vadim
2015-12-03 11:53:00 -08:00
Alexey Ivanov
6ffba3b398
8134152: Public API for java 8 DataFlavor fields do not have @since tag
...
Reviewed-by: ssadetsky, alexsch
2015-12-03 15:22:31 +03:00
Rachna Goel
034df88671
8130246: java/util/Currency/PropertiesTest.sh fails Exception java.lang.NullPointerException
...
Updated PropertiesTest.sh to be sequential
Reviewed-by: naoto
2015-12-03 14:01:33 +05:30
Michael Haupt
03e64cef7b
8143343: add JEP 274 Javadoc tests to JavaDocExamplesTest
...
Reviewed-by: sundar
2015-12-03 15:36:20 +01:00
Michael Haupt
d66865cb0f
8072844: Use more efficient LambdaForm type representation
...
Reviewed-by: sundar, redestad
2015-12-03 15:34:39 +01:00
Sergey Bylokhov
59accc606b
8131754: AquaTreeUI.getCollapsedIcon() issue reported in java beans tests with a modular build
...
Reviewed-by: malenkov, alexsch
2015-12-03 12:27:02 +05:30
Hamlin Li
b3fa048050
8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214
...
Cover the logXX and LogEvent.valueOf APIs of BootstrapLogger and logXX APIs of SimpleConsoleLogger
Reviewed-by: dfuchs
2015-12-02 19:46:46 -08:00
Hamlin Li
d3f047f9cf
8144214: Some log messages will be discarded when VM is bootstrapping
...
Use logp instead of log.
Reviewed-by: dfuchs
2015-12-02 19:27:16 -08:00
Chris Hegarty
ebceee6674
8144480: Remove test dependencies on sun.misc.BASE64Encoder and BASE64Decoder
...
Reviewed-by: alanb, amlu, psandoz, weijun
2015-12-03 11:57:14 +00:00
Masayoshi Okutsu
00cf15a96c
8141243: Unexpected timezone returned after parsing a date
...
Reviewed-by: naoto, peytoia
2015-12-03 15:34:08 +09:00
Phil Race
26a709b671
Merge
2015-12-02 16:45:03 -08:00
Phil Race
ab52dbb30c
Merge
2015-12-02 16:37:55 -08:00
Lana Steuck
c26580a2c4
Added tag jdk-9+95 for changeset 67e86f2e3448
2015-12-02 15:55:47 -08:00
Kumar Srinivasan
92f0f3c1e8
8144533: VersionCheck.java failing after Verona changes in dev
...
Reviewed-by: darcy, iris
2015-12-02 14:31:52 -08:00
Stuart Marks
2b8f5ec785
8143858: typo in Timer.purge() doc
...
Reviewed-by: darcy
2015-12-02 14:18:26 -08:00