Commit Graph

4919 Commits

Author SHA1 Message Date
Vinnie Ryan
a8d4acac11 8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
Reviewed-by: mullan
2014-10-05 14:24:44 +01:00
Konstantin Shefov
8bef42ee6a 8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
Reviewed-by: iignatyev, vlivanov
2014-10-03 12:44:30 +04:00
Daniel Fuchs
7200372290 8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
Added additional check in default constructor in order to fix the oddity and make the implementation comply with the spec.

Reviewed-by: lancea
2014-10-01 18:16:45 +02:00
Mark Sheppard
4549011c7f 8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
Changed hello.foo.bar to invalidhost.invalid

Reviewed-by: chegar
2014-10-01 16:36:18 +01:00
Alejandro Murillo
427a0cbe16 Merge 2014-09-30 08:39:22 -07:00
Daniel Fuchs
9087c7536e 8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null.

Reviewed-by: alanb
2014-09-29 18:56:32 +02:00
Weijun Wang
4a99ec3dce 8059313: Enable keytool NSS test on Mac
Reviewed-by: vinnie
2014-09-28 10:42:50 +08:00
Daniel Fuchs
0a6f6d9d89 8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans.

Reviewed-by: alanb, mchung, plevart, psandoz
2014-09-26 11:29:29 +02:00
Alejandro Murillo
9e10c63840 Merge 2014-09-26 01:40:33 -07:00
Masayoshi Okutsu
77dc5d3c63 8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
Reviewed-by: naoto
2014-09-26 12:52:18 +09:00
Phil Race
fee4fbec38 Merge 2014-09-25 14:18:32 -07:00
Miroslav Kos
0a17643e73 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
Reviewed-by: coffeys
2014-09-25 13:03:27 +02:00
Jaroslav Bachorik
22ced78f0a 8059034: ProcessTools.startProcess() might leak processes
Reviewed-by: sla, miauno
2014-09-25 12:51:43 +02:00
Srinivasan Raghavan
f07521a354 8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
Reviewed-by: serb, prr
2014-09-24 14:19:25 +04:00
Jaroslav Bachorik
2d52d7e64d 8057149: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "Starting agent on port ... should report port in use"
Reviewed-by: sla
2014-09-24 11:55:36 +02:00
Jaroslav Bachorik
d6f69e8da5 8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
Reviewed-by: sla
2014-09-24 11:55:27 +02:00
Phil Race
4f42e3fa2c Merge 2014-09-22 12:06:36 -07:00
Phil Race
686ab34a2e Merge 2014-09-19 11:19:38 -07:00
Alejandro Murillo
7268eec14e Merge 2014-09-19 08:55:47 -07:00
Konstantin Shefov
72e770ad77 8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
Reviewed-by: vlivanov, iignatyev, psandoz
2014-09-19 16:49:08 +04:00
Pooja Chopra
9dd233271c 8058635: [TEST_BUG] sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails with Compilation error
Reviewed-by: serb, alexsch
2014-09-19 13:00:17 +04:00
Yuri Nesterenko
13c109280f 8058726: Update regtests using sun.awt.OSInfo, part 1
Reviewed-by: alexsch
2014-09-18 17:34:44 +04:00
Mikael Auno
42e13628a3 8058652: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java should be quarantined
Reviewed-by: jbachorik
2014-09-18 11:34:14 +02:00
Mikael Auno
f2677eae50 8058651: com/sun/jdi/RedefinePop.sh should be quarantined
Reviewed-by: jbachorik
2014-09-18 11:34:14 +02:00
Mikael Auno
ebe3ab9dd2 8058649: java/lang/management/ThreadMXBean/FindDeadlocks.java should be quarantined
Reviewed-by: jbachorik
2014-09-18 11:34:14 +02:00
Mikael Auno
7d629c8335 8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
Reviewed-by: jbachorik
2014-09-18 11:34:14 +02:00
Sandipan Razzaque
24028df237 8043740: Doubles with large exponents overflow to Infinity incorrectly
Modify test of exponent overflow to account for subsequent decrement.

Reviewed-by: darcy
2014-09-22 10:41:45 -07:00
Tobias Hartmann
37bfec7de8 8015774: Add support for multiple code heaps
Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types.

Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
2014-09-17 08:04:31 +02:00
Jason Uh
1f56f49cd0 8047223: Add algorithm parameter to EncodedKeySpec class and its two subclasses
Reviewed-by: mullan
2014-09-16 13:20:51 -07:00
Martin Buchholz
f1cc7f5119 8058520: jar xf does not work on zip files with leading garbage
Fall back to ZipFile if ZipInputStream finds no entries

Reviewed-by: sherman
2014-09-15 18:38:16 -07:00
Sean Mullan
9f0c03e612 Merge 2014-09-18 15:37:40 -04:00
Amanda Jiang
746ed2b4eb 8050281: New permission tests for JEP 140
Reviewed-by: mullan
2014-09-18 15:36:38 -04:00
Shanliang Jiang
83a26602a9 8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
Reviewed-by: dfuchs, dholmes
2014-09-18 16:16:07 +02:00
Amy Lu
6f7645f43c 8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main
Reviewed-by: dholmes, alanb
2014-09-17 23:27:59 -04:00
Brian Burkhalter
6d148f368d 8058679: More bad characters in BigIntegerTest
Remove remaining non-US-ASCII characters

Reviewed-by: alanb
2014-09-17 14:11:40 -07:00
Brian Burkhalter
0c71a5e8f4 8058664: Bad fonts in BigIntegerTest
Replace bad fonts with spaces.

Reviewed-by: alanb
2014-09-17 11:04:16 -07:00
Paul Sandoz
af548efaa7 8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248
Reviewed-by: alanb, dholmes
2014-09-17 16:47:52 +02:00
Weijun Wang
f18f44bce3 8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss
Reviewed-by: valeriep, alanb
2014-09-17 13:55:12 +08:00
Vladimir Ivanov
21e3c51138 8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
Reviewed-by: darcy, alanb
2014-09-16 23:04:13 +04:00
Robert Gibson
8acf66df11 8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
Modify divideLarge() method such that the w/z division exercises the B-Z branch.

Reviewed-by: darcy
2014-09-15 13:25:08 -07:00
Shanliang Jiang
797b24f7a0 8042205: javax/management/monitor/*: some tests didn't get all the notifications
Reviewed-by: dfuchs
2014-09-16 09:01:57 +02:00
Claes Redestad
d28777cff8 8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent
Reviewed-by: lancea
2014-09-16 00:26:58 +02:00
Claes Redestad
2aafc0ee9f 8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230
Reviewed-by: lancea
2014-09-15 21:20:46 +02:00
Robert Gibson
f5de6e9460 8057793: BigDecimal is no longer effectively immutable
Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend.

Reviewed-by: darcy
2014-09-15 13:05:04 -07:00
Phil Race
563ee3119b Merge 2014-09-15 09:15:21 -07:00
Yuri Nesterenko
f00468aa40 8056991: Provide OSInfo functionality to regression tests
Reviewed-by: alexsch
2014-09-15 17:27:15 +04:00
Ivan Gerasimov
2426fa797f 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
Reviewed-by: alanb
2014-09-13 20:06:15 +04:00
Andrew Brygin
bce59468e0 8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle
Reviewed-by: serb, prr
2014-09-12 13:04:18 +01:00
Dmitry Markov
ece4386179 8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
Reviewed-by: alexp, alexsch
2014-09-12 10:40:07 +04:00
Lance Andersen
9f2d9ff4a6 8057826: Minor clean-up to the java.sql Date/Time/Timestamp tests
Reviewed-by: redestad, joehw
2014-09-11 17:00:08 -04:00