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
Vladimir Ivanov
0c95b0fb5f
8060483: NPE with explicitCastArguments unboxing null
...
Reviewed-by: attila, lagergren
2014-10-24 08:22:17 -07:00
Daniel Fuchs
59ca72f0eb
8059767: FileHandler should allow 'long' limits and handle overflow of MeteredStream.written
...
FileHandler now uses 'long' for limit and MeteredStream.written. It also reads a long for limit from the configuration, and has a new constructor allowing to pass a 'long' for limit.
Reviewed-by: alanb, igerasim, mchung
2014-10-22 17:23:14 +02:00
Jaroslav Bachorik
c603f42b91
8056143: interrupted java/lang/management/MemoryMXBean/LowMemoryTest.java leaves running process
...
Reviewed-by: sla, dholmes
2014-10-17 10:53:30 +02: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
Alan Bateman
2689839d79
8029516: (fs) WatchKey cancel unreliable on Windows
...
Reviewed-by: chegar
2014-09-05 12:18:31 +01:00
Lance Andersen
1300729887
8055776: Add tests to exercise SQLPermissions for DriverManager & SyncFactory
...
Reviewed-by: rriggs
2014-09-04 12:23:01 -04:00
Yong Jeffrey Huang
95232def75
8055222: ISO 4217 Amendment #159
...
Reviewed-by: naoto
2014-09-04 00:32:43 -07:00
Zaiyao Liu
0fdc2863c1
8048621: Implement basic keystore tests
...
Reviewed-by: xuelei
2014-09-03 06:57:40 +00:00
Raghu Nair
259c3ec2e9
8048362: Tests for doPrivileged with accomplice
...
Reviewed-by: vinnie
2014-09-03 02:11:16 +00:00
Phil Race
62b9ab4a81
Merge
2014-09-02 11:21:29 -07:00
Martin Buchholz
3951dda4cf
8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
...
Fix off-by-one bug in EXTSIG handling; add docs.
Reviewed-by: sherman, alanb
2014-08-29 12:07:11 -07:00
Phil Race
d6bfab8b1d
Merge
2014-09-12 13:08:35 -07:00
Konstantin Shefov
881fa79cfe
8057719: Develop new tests for LambdaForm Reduction and Caching feature
...
Reviewed-by: iignatyev, vlivanov, psandoz
2014-09-12 22:33:09 +04:00
Konstantin Shefov
9e30841d28
8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
...
Reviewed-by: iignatyev, vlivanov
2014-09-12 22:33:09 +04:00
Phil Race
1b9cab9346
Merge
2014-09-12 10:33:32 -07:00
Phil Race
3454cc7623
Merge
2014-09-08 10:24:45 -07:00
Phil Race
fd17be8db7
Merge
2014-09-02 12:38:17 -07:00
Yuri Nesterenko
11492e4215
8055664: move 14 tests about setLocationRelativeTo to jdk
...
Reviewed-by: alexsch, azvegint
2014-08-29 14:27:43 +04:00
Clemens Eisserer
e185c7ed20
8054638: xrender: text drawn after setColor(Color.white) is actually black
...
Reviewed-by: bae, prr
2014-08-27 08:29:39 -07:00
Zaiyao Liu
ee35cf6516
8048617: Tests for PKCS12 read operations
...
Reviewed-by: weijun
2014-08-27 11:33:45 +08:00
Doug Lea
595be219a4
8068432: Inconsistent exception handling in CompletableFuture.thenCompose
...
Reviewed-by: psandoz, chegar, martin
2015-01-21 09:46:21 +00:00
David Dehaven
a011738cac
Merge
2015-01-20 11:23:03 -08:00
Alejandro Murillo
946b0de6db
Merge
2015-01-20 10:22:44 -08:00
Ivan Gerasimov
a7cd12f10a
8067951: System.loadLibrary cannot find library when path contains quoted entry
...
Reviewed-by: sherman, rriggs, alanb
2015-01-19 19:12:11 +03:00
Joe Darcy
9800aaa84a
8060077: Class.toGenericString specification doesn't mention array types
...
Reviewed-by: psandoz, jfranck
2015-01-16 14:04:27 -08:00
Phil Race
7fdf99b47b
Merge
2014-08-25 10:43:59 -07:00
Martin Buchholz
619ef479f3
8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
...
Try to resize to "well-known" hotspot max array size first.
Reviewed-by: alanb, mduigou
2014-08-25 10:40:55 -07:00
Michael McMahon
7c8053cd97
8055747: Move SimpleSSLContext to jdk/testlibrary
...
Reviewed-by: chegar
2014-08-26 10:10:58 +01:00
Jaroslav Bachorik
82dd03274a
8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing
...
Reviewed-by: sla
2014-08-25 18:17:24 +02:00
Zaiyao Liu
f34547460c
8050370: Need new regressions tests for messageDigest with DigestIOStream
...
Reviewed-by: weijun
2014-08-26 15:10:29 +08:00
Amy Lu
10489a3c6c
8055852: Add test/java/lang/Math/DoubleConsts.java and FloatConsts.java
...
Reviewed-by: mchung, darcy
2014-08-22 18:54:20 -07:00
Amy Lu
ff93fd2cce
8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
...
Reviewed-by: mchung, darcy
2014-08-22 14:56:09 -07:00
Phil Race
44b0c90f74
8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib
...
Reviewed-by: bae, mchung, erikj
2014-08-22 11:02:00 -07:00
Phil Race
9dfd479248
Merge
2014-08-22 10:33:05 -07:00
Evgeniya Stepanova
cd181f5b09
8055393: [Testbug] Some tests are being executed and fail under profiles
...
Reviewed-by: mchung, dholmes
2014-08-21 22:07:14 -07:00
Staffan Larsen
cde8258b65
8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
...
Write dcmd output to separate files so it does not confuse the output.
Reviewed-by: ctornqvi, mgronlun
2014-08-21 13:09:28 +02:00
Martin Buchholz
15aa55d99e
8055675: java/util/Currency/PropertiesTest.sh fails on OS X after JDK-8055253
...
Replace obsolescent cp -r with cp -R. Add more error checks.
Reviewed-by: naoto
2014-08-20 11:06:38 -07:00
Amy Lu
f9c8748b48
8055262: Update jdk/test/java/util/Base64 tests to remove use of sun.misc.BASE64Encoder/Decoder
...
Reviewed-by: mchung, sherman
2014-08-19 12:26:34 -07:00
David Dehaven
95bd42de0f
Merge
2014-08-19 11:03:55 -07:00
David Dehaven
81d2d33d87
Merge
2014-08-19 10:34:07 -07:00
David Dehaven
b0860e6b99
Merge
2014-08-19 10:32:16 -07:00
Stefan Karlsson
73e818fea9
8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64
...
Reviewed-by: sla, brutisso, mgerdin
2014-08-19 12:18:09 +02:00
Daniel Fuchs
f0133ac1a0
8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
...
CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest.
Reviewed-by: mchung
2014-08-19 17:11:28 +02:00
Christian Tornqvist
482e4a8859
8055012: [TESTBUG] NMTHelper fails to parse NMT output
...
Fixed the regular expression to parse the slightly changed output format of the new NMT implementation
Reviewed-by: olagneau, sla
2014-08-19 06:56:59 -07:00
Martin Buchholz
0613e548bb
8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK
...
Always make a temp copy of the test JDK before destructively modifying
Reviewed-by: naoto, alanb
2014-08-18 21:06:45 -07:00
Daniel Fuchs
15a875a7a5
8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
...
This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread.
Reviewed-by: dholmes
2014-08-14 15:18:11 +02:00
Chris Hegarty
2daf96018c
8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
...
Reviewed-by: michaelm
2014-09-12 15:51:22 +01:00
Yuri Nesterenko
600e498c44
8053657: [TEST_BUG] move some 5 tests related to undecorated Frame/JFrame to JDK
...
Reviewed-by: serb
2014-08-12 18:26:30 +04:00
Phil Race
f8ddfbb0fa
Merge
2014-08-08 12:54:39 -07:00
Ivan Gerasimov
b79daf9354
8054221: StringJoiner imlementation optimization
...
Reviewed-by: martin
2014-08-07 15:07:33 +04:00
Masayoshi Okutsu
d84a697aad
8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
...
Reviewed-by: naoto, alanb
2014-08-07 13:04:26 +09:00
Ivan Gerasimov
6b6a37ee50
8051382: Optimize java.lang.reflect.Modifier.toString()
...
Reviewed-by: martin
2014-08-06 02:11:17 +04:00
Phil Race
87529a143b
Merge
2014-08-05 12:14:11 -07:00
Alexander Stepanov
ef8a60296e
8052012: move awt automated tests from AWT_Modality to OpenJDK repository - part 5
...
Reviewed-by: serb
2014-08-05 15:39:05 +04:00
Rob McKenna
063b7f5dc9
8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
...
Reviewed-by: rriggs
2014-08-01 15:34:55 +01:00
Chris Hegarty
343fd87ea8
8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
...
Reviewed-by: rriggs, mduigou
2014-07-30 17:42:18 +01:00
David Dehaven
2faea92bcf
Merge
2014-07-29 13:53:21 -07:00
David Dehaven
39082eb3c0
Merge
2014-07-29 09:09:55 -07:00
Joel Borggrén-Franck
27bdc99451
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
...
Update javadoc and align implementation with new spec
Reviewed-by: psandoz
2014-08-12 10:16:58 +02:00
Claes Redestad
ea2632f91d
8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest
...
Reviewed-by: alanb
2014-08-12 14:57:36 +01:00
Mark Sheppard
1db8e112f7
8054118: java/net/ipv6tests/UdpTest.java failed intermittently
...
Ignore the Teredo interface on windows test machines
Reviewed-by: chegar
2014-08-11 15:34:24 +01:00
Weijun Wang
bbaf4bdb09
6997010: Consolidate java.security files into one file with modifications
...
Reviewed-by: mullan, erikj
2014-08-11 11:11:55 +08:00
Alexander Stepanov
035f6b8d1b
8050885: move awt automated tests from AWT_Modality to OpenJDK repository - part 4
...
Reviewed-by: pchelko
2014-07-29 15:03:05 +04:00
Petr Pchelko
0fecd77694
8037485: Refactor java.awt.datatransfer to eliminate dependency on AWT
...
Reviewed-by: alanb, mchung, plevart, serb
2014-07-28 19:02:56 +04:00
Petr Pchelko
97d17a4ea2
8051449: Incorrect parsing of the default flavor mapping
...
Reviewed-by: serb, alexsch
2014-07-28 18:43:09 +04:00
Artem Malinko
62e5aae84f
8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
...
Reviewed-by: ant, pchelko
2014-07-28 16:09:26 +04:00
Mike Duigou
ab68202313
8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
...
Reviewed-by: psandoz, chegar
2014-07-24 09:01:00 -07:00
Anton Nashatyrev
03e7d91de6
8046495: KeyEvent can not be accepted in quick mouse clicking
...
Reviewed-by: art, pchelko
2014-07-24 16:06:49 +01:00
Dmitry Markov
c1b9fd1053
8044614: [macosx] Focus issue with 2 applets in firefox
...
Reviewed-by: alexsch, pchelko
2014-07-23 15:44:44 +04:00
Claes Redestad
23f341125f
8006627: UUID to/from String performance should be improved by reducing object allocations
...
Co-authored-by: Steven Schlansker <stevenschlansker@gmail.com>
Reviewed-by: mduigou, plevart
2014-07-21 23:07:40 +02:00
Phil Race
afd9788ce7
Merge
2014-07-21 09:04:24 -07:00
Yuri Nesterenko
72ae973a31
8051440: move tests about maximizing undecorated to OpenJDK
...
Reviewed-by: serb
2014-07-21 18:10:13 +04:00
Alexander Stepanov
4f0106f244
8049617: move awt automated tests from AWT_Modality to OpenJDK repository - part 3
...
Reviewed-by: pchelko
2014-07-21 13:17:43 +04:00
Dmitriy Ermashov
29f1de0411
8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK
...
Reviewed-by: azvegint, serb
2014-07-21 12:29:45 +04:00
Mark Sheppard
88790a751d
8050922: add additional diagnostic to java/net/MulticastSocket/TestInterfaces
...
Add additional diagnostic output for failed netwrok interface
Reviewed-by: chegar
2014-07-18 01:39:42 +01:00
Phil Race
faa69ed489
Merge
2014-07-16 15:12:24 -07:00
Phil Race
250c5c42e6
Merge
2014-07-16 12:48:42 -07:00
Claes Redestad
59d0a64c19
8041972: Additional parse methods for Long/Integer
...
Reviewed-by: mduigou, psandoz
2014-07-12 01:36:25 +02:00
Xueming Shen
9f7993fe13
8042589: String.toLowerCase do not work for some concatenated strings
...
To include surrogate check in loop
Reviewed-by: mchung
2014-07-17 11:08:50 -07:00
Phil Race
3632d84aaf
Merge
2014-07-07 10:27:56 -07:00
Erik Gahlin
723bfa2b58
8047368: Remove oracle.jrockit.jfr from open package.access list
...
Reviewed-by: sla, mullan
2014-07-07 15:06:00 +02:00
Daniel Fuchs
44470419c0
8048020: Regression on java.util.logging.FileHandler
...
In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK.
Reviewed-by: alanb
2014-07-07 15:31:07 +02:00
Anton Tarasov
d5f9bdbecf
8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
...
Reviewed-by: azvegint, alexsch
2014-07-04 15:16:02 +04:00
Dmitriy Ermashov
e4904a94ce
8048246: Move AWT_DnD/Clipboard/Automated functional tests to OpenJDK
...
Reviewed-by: pchelko
2014-07-04 13:40:55 +04:00
Naoto Sato
e3479393de
8038092: Re-examine Bidi reflective dependency on java.awt.font
...
Reviewed-by: alanb
2014-07-03 16:19:39 -07:00
Sergey Malenkov
d5b9d36ad9
4058433: RFE: tool for creating BeanInfo template
...
Reviewed-by: alexsch, serb
2014-07-03 16:55:55 +04:00
Jeremy Manson
179fd7be27
8048840: File.createTempFile has uninformative failure message
...
Reviewed-by: martin, alanb
2014-07-02 14:14:17 -07:00
Martin Buchholz
b6e211ab64
8048990: ZipFile.entries() can't handle empty zip entry names
...
GetEntryBytes should never return null pointer for entry names
Reviewed-by: sherman
2014-07-02 10:21:23 -07:00
Artem Malinko
8bd889eb2a
8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
...
Reviewed-by: anthony, pchelko
2014-07-02 14:48:37 +04:00
Phil Race
bf3d4b5bc7
Merge
2014-07-01 12:02:30 -07:00
Phil Race
82cd8b6ece
Merge
2014-07-01 10:20:56 -07:00
Jaroslav Bachorik
7b43631edc
8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
...
Reviewed-by: sla
2014-07-01 11:47:36 +02:00
Dmitriy Ermashov
cf4ed54c17
8043131: Move ShapedAndTranslucentWindows and GC functional AWT tests to regression tree
...
Reviewed-by: pchelko
2014-07-01 12:49:36 +04:00
Mike Duigou
efbff37c1a
8048207: Collections.checkedQueue.offer() calls add on wrapped queue
...
Reviewed-by: psandoz
2014-06-27 10:26:39 -07:00
Phil Race
462198fc26
8043508: JVM core dumps with very long text in tooltip
...
Reviewed-by: bae, jgodinez
2014-06-26 16:14:54 -07:00
Phil Race
1573a33089
8041902: When printing, polylines are not rendered as joined
...
Reviewed-by: bae, jgodinez
2014-06-26 16:10:33 -07:00
Alexander Scherbatiy
c0c1d91633
8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
...
Reviewed-by: pchelko, anthony, ksrini
2014-06-25 19:10:32 +04:00
Andrei Eremeev
02990e046b
7112454: TEST_BUG: java/awt/Choice/PopdownGeneratesMouseEvents/PopdownGeneratesMouseEvents.html failed
...
Reviewed-by: anthony, pchelko
2014-06-24 12:27:37 +04:00
Phil Race
8233313cb4
8043509: java.awt.Font gets initialized with the wrong font name for some Locales
...
Reviewed-by: bae, jgodinez
2014-06-23 12:48:16 -07:00
Petr Pchelko
22b836a06a
8047798: Remove EventQueueDelegate
...
Reviewed-by: anthony, art
2014-06-23 22:15:09 +04:00
Alexander Stepanov
2a84acf3dd
8047367: move awt automated tests from AWT_Modality to OpenJDK repository - part 2
...
Reviewed-by: pchelko
2014-07-09 12:56:03 +04:00
Alexander Stepanov
89e241569b
8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository
...
Reviewed-by: pchelko
2014-07-08 16:01:18 +04:00
Dmitriy Ermashov
cbef61567d
8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository
...
Reviewed-by: pchelko, alexsch
2014-06-20 16:48:30 +04:00
Alexander Stepanov
5a66e76eff
8044429: move awt automated tests for AWT_Modality to OpenJDK repository
...
Reviewed-by: pchelko
2014-06-19 12:44:41 +04:00
Phil Race
48ca67c5c4
Merge
2014-06-18 14:53:35 -07:00
Phil Race
c878d790d1
Merge
2014-06-18 13:14:15 -07:00
Petr Pchelko
be48d07662
8047061: [macosx] Crash when setting display mode
...
Reviewed-by: anthony, alexsch
2014-06-18 13:21:59 +04:00
Naoto Sato
72fb4c3adf
8039317: Read currency.data as a resource
...
Reviewed-by: alanb, chegar
2014-06-26 10:48:43 -07:00
Mike Duigou
6c860a781a
8047795: Collections.checkedList checking bypassed by List.replaceAll
...
Reviewed-by: psandoz, chegar
2014-06-25 12:36:03 -07:00
Chris Hegarty
18728f8cb9
8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
...
Reviewed-by: alanb
2014-06-24 10:25:56 +01:00
Petr Pchelko
b0421303e6
8046221: [TEST_BUG] Cleanup datatransfer tests
...
Reviewed-by: anthony, alexsch
2014-06-16 17:13:58 +04:00
Sergey Bylokhov
652e8b5ffb
8029455: [JLightweightFrame] support scaled painting
...
Reviewed-by: anthony, ant
2014-06-12 00:32:33 +04:00
Stephen Colebourne
0a8fa1b525
8046416: Unable to parse an Instant from fields
...
Fix Instant parsing
Reviewed-by: rriggs
2014-06-11 08:25:33 +01:00
Phil Race
dc20ecddcf
Merge
2014-06-09 11:58:27 -07:00
Vladimir Ivanov
a58e574ffc
8046903: VM anonymous class members can't be statically invocable
...
Reviewed-by: jrose
2014-06-17 13:06:05 +04:00
Joel Borggrén-Franck
6445980a62
8029674: (reflect) getMethods returns default methods that are not members of the class
...
Filter out methods that have a more specific default method from result
Reviewed-by: darcy, dlsmith
2014-06-10 14:40:20 +02:00
Martin Buchholz
a5943eeeae
8004807: java/util/Timer/Args.java failing intermittently in HS testing
...
Update test to improve reliability
Reviewed-by: rriggs, ewang
2014-06-10 08:07:39 -07:00
Vladimir Ivanov
b2e8017412
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
...
Reviewed-by: psandoz, jrose
2014-06-09 15:40:40 +04:00
Dmitriy Ermashov
5ecd91e84a
8044765: Move functional tests AWT_SystemTray/Automated to openjdk repository
...
Reviewed-by: pchelko
2014-06-09 14:59:45 +04:00
Mike Duigou
a76e39b79f
8046085: inserting null key into HashMap treebin fails
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: dl, mduigou, alanb, chegar
2014-06-06 14:23:08 -07:00
Petr Pchelko
52233220f2
8041464: [TEST_BUG] CustomClassLoaderTransferTest does not support OS X
...
Reviewed-by: azvegint, serb
2014-06-06 14:58:41 +04:00
Petr Pchelko
bfa90f6f30
8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
...
Reviewed-by: alexsch, serb
2014-06-06 14:52:07 +04:00
Dmitriy Ermashov
57efe4955f
8043972: Remove wrong copyright notice in jdk/test/java/awt/Frame/DecoratedExceptions/DecoratedExceptions.java
...
Reviewed-by: anthony
2014-06-11 17:23:56 +04:00
Sergey Bylokhov
d192765837
8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception
...
Reviewed-by: bae, flar
2014-06-11 14:38:50 +04:00
Sergey Bylokhov
e26ff7211c
8041644: [OGL] clip is ignored during surface->sw blit
...
Reviewed-by: bae, prr
2014-06-11 14:21:12 +04:00
Yuri Nesterenko
28f895afc9
8044157: [TEST_BUG] Improve recently submitted AWT_Mixing tests
...
Reviewed-by: pchelko
2014-06-04 17:24:13 +04:00
Sergey Bylokhov
61a1a26d7a
8041129: [OGL] surface->sw blit is extremely slow
...
8017626: [OGL] Translucent VolatileImages don't paint correctly
Reviewed-by: bae, flar
2014-06-04 16:55:06 +04:00
Joel Borggrén-Franck
a1ae0af017
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
...
Reviewed-by: psandoz
2014-06-04 14:42:48 +02:00
Sergey Malenkov
628e935254
7084904: Introspector returns isX() from base package-private class that throws exception
...
Reviewed-by: serb
2014-06-03 21:03:35 +04:00
Ivan Gerasimov
a9f575446d
8037866: Replace the Fun class in tests with lambdas
...
Reviewed-by: martin
2014-06-02 19:49:57 +04:00
Yuri Nesterenko
a666497db8
8044172: [TEST_BUG] Move regtests for 4523758 and AltPlusNumberKeyCombinationsTest to jdk
...
Reviewed-by: pchelko
2014-05-30 14:23:25 +04:00
Anton Nashatyrev
db6fa66954
8032788: ImageIcon constructor throws an NPE and hangs when passed a null String parameter
...
Reviewed-by: pchelko, serb
2014-05-30 11:20:03 +04:00
Vladimir Ivanov
0c8a572009
8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error
...
Reviewed-by: psandoz
2014-05-29 13:27:36 +04:00
Alexander Scherbatiy
d674dee4f2
8043705: Can't exit color chooser dialog when running as an applet
...
Reviewed-by: serb, pchelko
2014-05-28 15:36:10 +04:00
Phil Race
306a48dfd9
Merge
2014-05-27 13:58:00 -07:00
Roger Riggs
20e26966e1
8003488: (process) Provide Process.getPid()
...
Add Process.getPid
Reviewed-by: alanb, martin, igerasim
2014-05-27 16:05:04 -04:00
Joe Wang
91d9371566
8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE
...
Reviewed-by: sherman, lancea
2014-05-27 17:26:52 -07:00
Dmitriy Ermashov
8fab8231ab
8041915: Move 8 awt tests to OpenJDK regression tests tree
...
Reviewed-by: pchelko, alexsch
2014-05-26 15:50:10 +04:00
Alexander Scherbatiy
7a0d4ecc23
8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
...
Reviewed-by: serb, pchelko
2014-05-26 14:33:49 +04:00
Phil Race
52b0d5e413
Merge
2014-05-23 11:13:54 -07:00
Phil Race
6a13c2cf98
Merge
2014-05-23 09:05:24 -07:00
Katja Kantserova
c3d3305c76
8043520: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
...
Reviewed-by: sla, egahlin
2014-05-22 11:05:36 +02:00
Alexander Scherbatiy
ad5b8ee3f0
8036110: In TextField can only select text visible or to the left of the cursor
...
Reviewed-by: serb, pchelko
2014-05-21 14:07:06 +04:00
Miroslav Kos
dc6a51546f
8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
...
Adding newly restricted package to golden set in the test
Reviewed-by: asmotrak, coffeys, mullan
2014-05-20 16:02:57 +02:00
Martin Buchholz
5e65c0f984
8063147: Class.getFields spec should state that fields are inherited from superinterfaces
...
Reviewed-by: psandoz, chegar
2014-11-06 13:29:36 -08:00
Martin Buchholz
72f7a2a671
8062194: java.util.jar.Attributes should use insertion-ordered iteration
...
S/HashMap/LinkedHashMap/g
Reviewed-by: alanb, sherman
2014-10-27 16:24:43 -07:00
Lance Andersen
ae0d3204f0
8043278: Add initial unit tests for javax.sql.rowset.serial
...
Reviewed-by: rriggs
2014-05-16 14:48:34 -04:00
Alexander Zvegintsev
6975db94bc
8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
...
Reviewed-by: pchelko, serb
2014-05-15 20:24:13 +04:00
Oleg Pekhovskiy
9aa0cef64a
8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
...
Reviewed-by: serb, pchelko
2014-05-15 20:09:38 +04:00
Phil Race
349b9794b1
Merge
2014-05-12 09:38:27 -07:00
Peter Levart
f7d1a7975b
8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
...
Reviewed-by: alanb, rriggs, martin
2014-05-12 17:34:29 +02:00
Joel Borggrén-Franck
abd503efeb
8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
...
Reviewed-by: psandoz
2014-05-12 14:47:55 +02:00
Naoto Sato
d0dadf23c5
8041791: String.toLowerCase regression - violates Unicode standard
...
Reviewed-by: peytoia
2014-05-14 10:52:51 -07:00
Alan Bateman
3b959b9adf
8043119: (props) Properties.storeToXML closes output stream
...
Reviewed-by: lancea
2014-05-14 16:40:53 +01:00
Michael McMahon
df9743eb64
8034170: src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java
...
Reviewed-by: chegar
2014-05-14 11:16:41 +01:00
Alan Bateman
51093931dc
8042889: (props) Properties.loadFromXML/storeToXML should consistently use the UKit parser
...
Reviewed-by: joehw, chegar, mchung
2014-05-13 11:03:25 +01:00
Katja Kantserova
0c78d5f9e3
8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
...
Reviewed-by: sla, alanb
2014-05-09 15:24:57 +02:00
Brian Burkhalter
b84fa9d0f7
8042478: Include Mersenne primes in BigInteger primality testing
...
Add testing of some of the Mersenne primes.
Reviewed-by: darcy
2014-05-08 16:06:43 -07:00
Petr Pchelko
5d636c2c85
8036861: Application can't be loaded fine,the save dialog can't show up
...
Reviewed-by: serb, azvegint
2014-05-08 19:18:36 +04:00
Thomas Ng
a94a5b4ccd
Merge
2014-04-29 14:40:26 -07:00
Thomas Ng
4be63c297c
Merge
2014-04-29 11:04:47 -07:00
Thomas Ng
4a5b727071
Merge
2014-04-29 09:04:02 -07:00
Yuri Nesterenko
0224281ecb
8041592: [TEST_BUG] Move 42 AWT hw/lw mixing tests to jdk
...
Reviewed-by: anthony, pchelko
2014-04-29 14:32:38 +04:00
Michael McMahon
5daff55f41
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
...
Reviewed-by: chegar
2014-04-28 13:49:49 +01:00
Petr Pchelko
01e8b57668
8041987: [macosx] setDisplayMode crashes
...
Reviewed-by: anthony, serb
2014-04-28 16:45:43 +04:00
Yuka Kamiya
b597db519c
8042360: Subtag syntax check is incomplete in Locale.LanguageRange
...
Reviewed-by: naoto, okutsu
2014-05-08 08:22:25 +09:00
Brian Burkhalter
b89a5598d4
8026236: Add PrimeTest for BigInteger
...
Test primality verification methods in BigInteger
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: psandoz
2014-05-07 11:45:31 -07:00
Ivan Gerasimov
686936042d
8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
...
Reviewed-by: alanb, chegar
2014-05-07 16:50:40 +04:00
Ivan Gerasimov
b845d7541e
8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
...
Reviewed-by: alanb
2014-05-07 09:43:40 +04:00
Paul Sandoz
b6182243e5
8042355: stream with sorted() causes downstream ops not to be lazy
...
Reviewed-by: mduigou
2014-05-06 10:29:59 +02:00
Ivan Gerasimov
c1e26ac310
8040806: BitSet.toString() can throw IndexOutOfBoundsException
...
Reviewed-by: plevart, mduigou
2014-05-06 10:28:48 +04:00
Petr Pchelko
844cf2d704
8041490: PIT: [macosx] Crash in system tray functionality check test
...
Reviewed-by: anthony, serb
2014-04-25 16:39:13 +04:00
Petr Pchelko
1b4d763c77
8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
...
Reviewed-by: anthony, serb
2014-04-23 17:56:05 +04:00
Sergey Malenkov
1d1194721b
8040656: Classes with overriden methods with covariant returns return random read methods
...
Reviewed-by: alexsch, serb
2014-04-21 20:59:59 +04:00
Dmitriy Ermashov
704f4dc113
8039279: Move awt tests to openjdk repository
...
Reviewed-by: pchelko, alexsch
2014-04-21 14:35:14 +04:00
Thomas Ng
c4745c1830
Merge
2014-04-16 12:42:40 -07:00
Ivan Gerasimov
c738b124d3
8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
...
Reviewed-by: alanb
2014-04-16 12:37:49 +04:00
Thomas Ng
404c4add66
Merge
2014-04-15 22:57:02 -07:00
Weijun Wang
ce428ecfec
8039853: Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms
...
Reviewed-by: mullan
2014-04-16 10:39:36 +08:00
Phil Race
bf84755d46
Merge
2014-04-14 12:59:50 -07:00
Sergey Malenkov
6d6cf4d693
8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
...
Reviewed-by: alexsch, serb
2014-04-10 22:30:58 +04:00
Petr Pchelko
fbb2e2c782
8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
...
Reviewed-by: serb, azvegint
2014-04-09 15:20:09 +04:00
Phil Race
bc431c1b98
Merge
2014-04-04 10:24:11 -07:00
Sergey Malenkov
002763f0fc
8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
...
Reviewed-by: alexsch, serb
2014-04-04 20:18:53 +04:00
Petr Pchelko
113e0a9c2f
8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
...
Reviewed-by: anthony, serb
2014-04-03 13:02:39 +04:00
Andrew Brygin
7f65dc344e
8019990: IM candidate window appears on the South-East corner of the display
...
Reviewed-by: bagiras, serb
2014-04-03 11:19:10 +04:00
Michael McMahon
e90c029bad
8036979: Support java.net.SocketOption<> in java.net socket types
...
Reviewed-by: alanb, chegar
2014-04-12 20:21:09 +01:00
Sean Coffey
c34e0869d0
8038491: Improve synchronization in ZipFile.read()
...
Reviewed-by: alanb, chegar
2014-04-10 20:01:52 +01:00
Jeremy Manson
55d8dc5d85
8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant
...
To add the StringBuilder variant
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: alanb, sherman
2014-04-09 09:36:19 -07:00
Pavel Reppo
f4f394efb5
8037396: URI getQuery() and getFragment() don't decode properly
...
Reviewed-by: chegar, michaelm
2014-04-07 15:40:05 +01:00
Ivan Gerasimov
65a18434e7
8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
...
Reviewed-by: mchung
2014-04-02 12:17:25 +04:00
Phil Race
ee35591283
Merge
2014-04-01 11:53:08 -07:00
Phil Race
7639b17cc9
Merge
2014-04-01 09:12:51 -07:00
Phil Race
7d52305559
8038723: Openup some PrinterJob tests
...
Reviewed-by: jgodinez
2014-03-31 11:13:01 -07:00
Chris Hegarty
804d26e749
8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java
...
Co-authored-by: Eric Wang <yiming.wang@oracle.com>
Reviewed-by: chegar
2014-03-31 11:33:40 +01:00
Petr Pchelko
33a7783be5
8032595: [macosx] setResizable(false) makes a frame slide down
...
Reviewed-by: serb, ddehaven, azvegint
2014-03-26 17:01:22 +04:00
Konstantin Shefov
ba63fad3f1
8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
...
Reviewed-by: pchelko, azvegint
2014-03-25 18:23:59 +04:00
Phil Race
32ee4129bf
Merge
2014-03-24 10:43:59 -07:00
Paul Sandoz
0ba46cd40c
8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
...
Reviewed-by: alanb
2014-03-24 17:07:08 +01:00
Alan Bateman
252aa24c76
8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
...
Reviewed-by: chegar
2014-03-24 15:09:47 +00:00
Ivan Gerasimov
be3c17a489
6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
...
Reviewed-by: martin, rriggs, alanb
2014-03-24 14:14:03 +04:00