David Dehaven
bfcb15c211
Merge
2014-10-14 14:29:21 -07:00
David Dehaven
883d16c219
Merge
2014-10-14 10:47:45 -07:00
Olivier Lagneau
7f66469951
8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5
...
Fixes erroneous rounding in DigitList for corner cases uncovered previously. Adds dedicated unit tests to TieRoundingTest
Reviewed-by: bpb, darcy
2014-10-14 11:39:07 -07:00
Phil Race
7d50d71fe5
8058969: Test closed/sun/java2d/cmm/StubCMMShellTest.sh fails
...
Reviewed-by: bae, serb
2014-10-14 09:34:45 -07:00
Phil Race
25c3ce26aa
8059848: Test java/awt/GraphicsDevice/CloneConfigsTest.java causes JVM crash in OEL 7.0
...
Reviewed-by: bae, serb
2014-10-13 09:09:41 -07:00
Felix Yang
b52b3773e9
8048052: Permission tests for setFactory
...
Add RuntimePermission tests for setFactory
Reviewed-by: weijun, mullan
2014-10-13 17:55:14 +08:00
Chris Hegarty
1a2e64b98b
8060052: FutureTask; fix underflow when timeout = Long.MIN_VALUE
...
Reviewed-by: martin
2014-10-11 14:45:27 +01:00
Amy Lu
9b4793ec4c
8058855: Update java.util.zip tests to work with modular image
...
Reviewed-by: dholmes, sherman, alanb
2014-10-11 13:24:23 +01:00
Konstantin Shefov
30f7d127ad
8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
...
Reviewed-by: darcy, vlivanov
2014-10-10 21:28:35 +04:00
Sergey Bylokhov
9d855e2856
8029253: [macosx] Performance problems with Retina display on Mac OS X
...
Reviewed-by: bae, prr
2014-10-08 17:34:27 +04:00
Daniel Fuchs
9183fba213
8028788: Logger.enterring uses String concatenation in a loop
...
Changed code to use StringBuilder instead.
Reviewed-by: chegar, lancea
2014-10-07 14:49:45 +02: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
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
Phil Race
6a281f9f56
Merge
2014-09-25 15:31:13 -07:00
Phil Race
fee4fbec38
Merge
2014-09-25 14:18:32 -07:00
Jonathan Lu
1095cd42da
8058930: GraphicsEnvironment.getHeadlessProperty() does not work for AIX platform
...
Reviewed-by: serb
2014-09-25 14:33:03 +08: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
Anton Tarasov
d0992c8071
8049346: [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java
...
Reviewed-by: serb, alexsch
2014-09-23 15:52:40 +04: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
Yuri Nesterenko
13c109280f
8058726
: Update regtests using sun.awt.OSInfo, part 1
...
Reviewed-by: alexsch
2014-09-18 17:34:44 +04: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
Amanda Jiang
746ed2b4eb
8050281: New permission tests for JEP 140
...
Reviewed-by: mullan
2014-09-18 15:36:38 -04: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
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
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
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
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
John Rose
da56d3f6d1
8050052: Small cleanups in java.lang.invoke code
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:47 +04:00
Vladimir Ivanov
0898161932
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
...
Reviewed-by: psandoz, iignatyev
2014-09-10 19:19:47 +04:00
Claes Redestad
1dc4b5e2f8
8055251: Re-examine Integer.parseInt and Long.parseLong methods
...
Reviewed-by: alanb
2014-09-10 13:51:17 +01:00
Behdad Esfahbod
c29aa1d7b9
8057986: freetype code to get glyph outline does not handle initial control point properly
...
Co-authored-by: Igor Kopylov <ikopylov@google.com>
Reviewed-by: prr, dougfelt
2014-09-05 19:06:07 -07:00
Stefan Karlsson
a85101b24e
8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608
...
Reviewed-by: jbachorik, jwilhelm, dfuchs
2014-09-04 13:20:27 +02:00
Andrej Golovnin
fe519e6845
5043030: (reflect) unnecessary object creation in reflection
...
Use valueOf() instead of new for primitive wrappers.
Reviewed-by: jfranck
2014-09-09 12:04:31 +02:00
Joel Borggrén-Franck
febacf5319
8054987: (reflect) Add sharing of annotations between instances of Executable
...
Reviewed-by: darcy, plevart
2014-09-09 10:48:01 +02:00
Aleksei Efimov
5e87931875
8049343: (tz) Support tzdata2014g
...
Reviewed-by: mfang, okutsu
2014-09-07 23:04:09 +04:00