Ivan Gerasimov
f61a08b176
8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
...
Reviewed-by: rriggs
2015-11-30 16:28:18 +03:00
Ivan Gerasimov
2b0da6a008
8133207: ParallelProbes.java test fails after changes for JDK-8080115
...
Do not run in othervm mode.
Reviewed-by: darcy, rriggs
2015-11-25 17:18:04 +03:00
Mikhail Cherkasov
6165f1f08f
8132890: Text Overlapping on Dot Matrix Printers
...
Reviewed-by: serb
2015-11-12 15:20:01 +03:00
Michael Haupt
82639269e3
8139863: [TESTBUG] Need to port tests for JDK-8134903 to 8u-dev
...
Backport of a test that was forgotten in the original backport
Reviewed-by: psandoz
2015-11-04 17:09:24 +01:00
Anton Litvinov
bd4cd37de3
8132503: [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X
...
Reviewed-by: alexsch, kizune
2015-10-30 14:45:04 +03:00
Ivan Gerasimov
1072ec8bb7
8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout
...
Reviewed-by: chegar
2015-10-29 22:41:34 +03:00
Sergey Bylokhov
9dc357fac4
8138764: In some cases the usage of TreeLock can be replaced by other synchronization
...
Reviewed-by: alexp, alexsch
2015-10-21 18:32:56 +03:00
Alejandro Murillo
11e1102413
Merge
2015-06-16 10:48:36 -07:00
Aleksei Efimov
3ea752166d
8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy
...
Reviewed-by: naoto
2015-06-15 21:59:50 +03:00
Raghu Nair
be8ccaf081
8048362: Tests for doPrivileged with accomplice
...
Reviewed-by: vinnie
2014-09-03 02:11:16 +00:00
Ivan Gerasimov
6b65832484
8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
...
Reviewed-by: martin
2016-03-04 14:03:34 +03:00
Daniel Fuchs
087764ea9e
8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently
...
This is a test bug caused by a Logger being garbage collected too early.
Reviewed-by: darcy
2016-02-26 12:11:28 +01:00
Evgeniya Stepanova
11601f4548
8062536: [TESTBUG] Conflicting GC combinations in jdk tests
...
Reviewed-by: brutisso, dholmes
2014-11-19 17:51:06 +03:00
Amanda Jiang
082bf65ad3
8050281: New permission tests for JEP 140
...
Reviewed-by: mullan
2014-09-18 15:36:38 -04:00
Rajan Halade
7bd468a096
8048356: SecureRandom default provider tests
...
Reviewed-by: wetmore
2015-11-10 01:38:35 +03:00
Ramanand Patil
0fb40c6a5b
8135259: InetAddress.getAllByName only reports "unknown error" instead of actual cause
...
Using a function call directly "gai_strerror(gai_error)" instead of using the function pointer which was declared but not initialized.
Reviewed-by: chegar, coffeys, igerasim
2016-02-17 10:46:21 +05:30
Svetlana Nikandrova
8997841fd0
8047031: Add SocketPermission tests for legacy socket types
...
8065076: java/net/SocketPermission/SocketPermissionTest.java fails intermittently
Reviewed-by: coffeys, chegar
2016-02-17 14:20:45 +03:00
Jaroslav Bachorik
3f8486b953
8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
...
Reviewed-by: martin, dholmes
2016-02-12 17:52:29 +03:00
Ivan Gerasimov
1e2238f185
8046339: sun.rmi.transport.DGCAckHandler leaks memory
...
Reviewed-by: smarks
2016-02-10 18:32:53 +03:00
Anton Litvinov
55dc6bf339
8139581: AWT components are not drawn after removal and addition to a container
...
Reviewed-by: ssadetsky, alexsch
2016-02-02 21:26:13 +03:00
Ramanand Patil
0e724b3635
8141243: Unexpected timezone returned after parsing a date
...
Reviewed-by: naoto, okutsu
2016-01-27 18:35:31 +05:30
Sergey Malenkov
1d71463cfe
8034164: Introspector ignores indexed part of the property sometimes
...
Reviewed-by: alexsch
2014-02-14 20:24:43 +04:00
Sergey Malenkov
c6d7438a50
8034085: Do not prefer indexed properties
...
Reviewed-by: alexsch
2014-02-21 15:34:05 +04:00
Mattias Tobiasson
0acc49b894
8061960: java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
...
Move timeout parameter to correct place on command line
Reviewed-by: jbachorik
2014-10-28 11:45:31 +01:00
Petr Pchelko
8ef252e03f
8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
...
Reviewed-by: anthony, serb
2014-11-19 12:45:04 +04:00
Sergey Bylokhov
130059e317
8062164: Incorrect color conversion, when bicubic interpolation is used
...
Reviewed-by: flar, prr
2014-11-01 14:40:09 +03:00
Sergey Bylokhov
1505dd0828
8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
...
Reviewed-by: bae, prr
2014-10-23 19:59:27 +04:00
Sergey Bylokhov
16c813c383
8061456: [OGL] Incorrect clip is used during sw->surface blit in xor mode
...
Reviewed-by: bae, prr
2014-10-22 12:33:28 +04:00
Sergey Bylokhov
36de04d39e
8029253: [macosx] Performance problems with Retina display on Mac OS X
...
Reviewed-by: bae, prr
2014-10-08 17:34:27 +04:00
Alexander Scherbatiy
f74fa991c4
8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
...
Reviewed-by: pchelko, anthony, ksrini
2014-11-14 14:59:10 +03:00
Alexander Scherbatiy
e9eb98fad6
8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
...
Reviewed-by: serb, pchelko
2014-11-14 12:00:07 +03:00
Ivan Gerasimov
0b3c4bc19c
6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
...
Reviewed-by: plevart, martin
2014-07-12 04:15:56 +04:00
Ivan Gerasimov
5ea423778e
8038982: java/lang/ref/EarlyTimeout.java failed again
...
Reviewed-by: mchung
2014-04-18 18:46:50 +04:00
Ivan Gerasimov
86fedee5f0
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
Ivan Gerasimov
3bf9bccf69
6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
...
Reviewed-by: mchung, mduigou, rriggs
2014-02-27 02:44:04 +04:00
Ivan Gerasimov
5dfc27f260
7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
...
Reviewed-by: chegar, alanb
2014-03-13 07:52:17 +04:00
Ivan Gerasimov
0f96871fa2
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
5ab5f73118
8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
...
Reviewed-by: alanb
2014-05-07 09:43:40 +04:00
Ivan Gerasimov
b3a8ca8138
8043476: java/util/BitSet/BSMethods.java failed with: java.lang.OutOfMemoryError: Java heap space
...
Reviewed-by: alanb
2014-05-26 19:59:28 +04:00
Ivan Gerasimov
6bf93e3c7c
8040806: BitSet.toString() can throw IndexOutOfBoundsException
...
Reviewed-by: plevart, mduigou
2014-05-06 10:28:48 +04:00
Phil Race
91a5abe428
8061392: PrinterJob NPE when drawing translucent image with null user clip
...
Reviewed-by: bae, jgodinez
2014-11-07 10:24:22 -08:00
Ivan Gerasimov
f1966dc595
8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
...
Reviewed-by: alanb
2014-11-07 01:51:06 +03:00
Mikhail Cherkasov
8598bdabed
8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
...
Reviewed-by: ant, serb
2014-11-06 21:52:12 +04:00
Vladimir Ivanov
1f37d40703
8060483: NPE with explicitCastArguments unboxing null
...
Reviewed-by: attila, lagergren
2014-11-06 07:05:13 -08:00
Daniel Fuchs
95332d737b
8048913: java/util/logging/LoggingDeadlock2.java times out
...
Removes the /timeout=15 parameter from the @run command line
Reviewed-by: mchung, dholmes
2014-07-09 17:51:50 +02:00
Phil Race
66b8d7868d
8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit
...
Reviewed-by: flar, jgodinez
2014-10-30 14:27:35 -07:00
Jamil Nimeh
b548a2d444
8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input
...
Reviewed-by: weijun
2014-10-20 17:38:54 -07:00
Alexey Ivanov
2a50222f92
8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized
...
Reviewed-by: serb, ant
2014-10-20 18:04:07 +04:00
Olivier Lagneau
1e9d21c6bf
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-17 11:45:59 -07:00
Michael McMahon
c557d4f43a
8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
...
Reviewed-by: chegar
2014-10-17 13:51:03 +01:00
Srinivasan Raghavan
ae489598a2
8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
...
Reviewed-by: serb, prr
2014-10-16 16:30:56 +04:00
Konstantin Shefov
8832359f62
8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
...
Reviewed-by: vlivanov, psandoz, darcy
2014-10-16 14:14:32 +04:00
Konstantin Shefov
77a56e6c00
8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
...
Reviewed-by: vlivanov, psandoz
2014-10-16 13:51:29 +04:00
Anton Tarasov
cf494ae6e1
8049346: [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java
...
Reviewed-by: serb, alexsch
2014-10-06 12:30:28 +04:00
Oleg Pekhovskiy
a534edca25
8020443: Frame is not created on the specified GraphicsDevice with two monitors
...
Reviewed-by: serb, azvegint, pchelko
2014-02-06 19:03:36 +04:00
Jaroslav Bachorik
0d48a7a7db
6712222: Race condition in java/lang/management/ThreadMXBean/AllThreadIds.java
...
Reviewed-by: dholmes, dfuchs
2015-03-10 09:37:56 +01:00
Jaroslav Bachorik
606d216888
8071641: java/lang/management/ThreadMXBean/SynchronizationStatistics.java intermittently failed with NPE
...
Reviewed-by: sjiang, dfuchs
2015-01-30 22:01:32 +01:00
Jaroslav Bachorik
8ecff89180
8062450: Timeout in LowMemoryTest.java
...
Reviewed-by: dholmes
2015-01-12 11:01:23 +01:00
Xueming Shen
14533807ef
8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
...
To add extra sanity check for entry extra data
Reviewed-by: alanb
2015-04-07 08:52:44 -07:00
Rob McKenna
69c78242d3
Merge
2016-10-20 13:39:54 +00:00
Abhijit Saha
88915997b1
Merge
2016-10-11 14:56:09 -07:00
Ajit Ghaisas
6a3e24b10f
8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
...
Reviewed-by: prr, flar
2016-10-05 14:30:21 -07:00
Abhijit Saha
36817061e0
Merge
2016-09-27 12:55:16 -07:00
Anton Tarasov
80c0ea5da4
8160570: [macosx] modal dialog can skip the activation/focus events
...
Reviewed-by: serb, ssadetsky
2016-09-15 11:44:12 +03:00
Ramanand Patil
18d1e820c2
8166875: (tz) Support tzdata2016g
...
Reviewed-by: martin, okutsu
2016-10-12 16:29:59 +05:30
Ivan Gerasimov
5237646faa
8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
...
Reviewed-by: rriggs, alanb, sherman, coffeys
2016-09-09 18:58:06 +03:00
Sergey Bylokhov
fcc699c281
8159696: java.beans.MethodRef#get throws NullPointerException
...
Reviewed-by: alexsch
2016-09-08 14:24:51 +03:00
Dmitry Markov
377946dca8
8050478: [macosx] Cursor not updating correctly after closing a modal dialog
...
Reviewed-by: serb, alexsch
2016-09-06 16:06:49 +03:00
Ivan Gerasimov
f752d82bcb
8163896: Finalizing one key of a KeyPair invalidates the other key
...
Reviewed-by: coffeys, vinnie
2016-09-03 13:33:43 +03:00
Li Jiang
8642e3af9d
8129361: ISO 4217 amendment 160
...
Reviewed-by: naoto
2016-08-30 02:07:04 -07:00
Ivan Gerasimov
aef63136ed
8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input
...
Reviewed-by: scolebourne, ntv, coffeys
2016-08-23 21:28:18 +03:00
Ambarish Rapte
b27e8a5b17
8040322: TextArea.replaceRange() and insert() are broken with setText(null)
...
Reviewed-by: serb, azvegint
2016-08-19 19:28:02 +03:00
Mikhail Cherkasov
1afe89fc0b
8164119: MoveToOtherScreenTest fails due wrong key attribute
...
Reviewed-by: coffeys
2016-08-18 19:35:50 +03:00
Svetlana Nikandrova
44726ec9c6
8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
...
Test update to explicitly cover problematic scenario.
Reviewed-by: chegar
2016-08-12 20:14:25 +03:00
Mikhail Cherkasov
d8bee08aad
8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
...
Reviewed-by: serb
2016-08-15 14:13:26 +03:00
Ivan Gerasimov
9ac7c465f7
8163877: Tests added in JDK-8163518 fail on some platforms
...
Reviewed-by: darcy
2016-08-12 01:37:49 +03:00
Ivan Gerasimov
156284d654
8163518: Integer overflow in StringBufferInputStream.read() and CharArrayReader.read/skip()
...
Reviewed-by: rriggs, shade
2016-08-11 19:17:36 +03:00
Svetlana Nikandrova
95bf6250f1
8035158: Remove dependency on sun.misc.RegexpPool and friends
...
Reviewed-by: chegar, michaelm
2014-03-26 19:53:07 +00:00
Sebastian Sickelmann
667f4cae26
8145981: (fs) LinuxWatchService can reports events against wrong directory
...
Fixes wakeup mechanism of LinuxWatchService and introduces a test
Reviewed-by: alanb
2015-12-30 19:20:51 +01:00
Robin Stevens
c4d446d712
8160941: "text/uri-list" dataflavor concats the first two strings
...
Reviewed-by: mcherkas, alexsch
2016-07-15 22:36:46 +03:00
Srikalyan Chandrashekar
e6d72b09fd
6772009: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java test failed with 'Completed != 2'
...
Reviewed-by: martin, dholmes
2014-01-08 13:08:20 +00:00
Dmitry Markov
cb10c9f657
8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java
...
Reviewed-by: yan, serb
2017-01-13 16:53:26 +03:00
Mark Sheppard
ba30f9f612
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 17:01:30 +01:00
Daniel Fuchs
f8b0cef7a3
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
Konstantin Shefov
0fee2e2ea8
8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
...
Reviewed-by: vlivanov, iignatyev, psandoz
2014-09-22 15:56:49 +04:00
Brian Burkhalter
26f802f36b
8058679: More bad characters in BigIntegerTest
...
Remove remaining non-US-ASCII characters
Reviewed-by: alanb
2014-09-18 10:34:58 -07:00
Brian Burkhalter
4d106fabed
8058664: Bad fonts in BigIntegerTest
...
Replace bad fonts with spaces.
Reviewed-by: alanb
2014-09-17 11:04:16 -07:00
Robert Gibson
bb403d6e30
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
Robert Gibson
1e52870e37
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
Joel Borggrén-Franck
d32f6f275e
8058632: Revert JDK-8054984 from 8u40
...
Reviewed-by: sla
2014-09-18 12:26:39 +02:00
Ivan Gerasimov
cce90b2ea2
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-09-17 23:52:27 +04:00
Vladimir Ivanov
cdd4002b62
8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
...
Reviewed-by: darcy, alanb
2014-09-16 23:04:13 +04:00
Clemens Eisserer
9613b0e3a6
8054638: xrender: text drawn after setColor(Color.white) is actually black
...
Reviewed-by: bae, prr
2014-09-16 10:16:11 -07:00
Staffan Larsen
e1b8805c06
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
Christian Tornqvist
d2031365d3
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
Konstantin Shefov
825bd2a49a
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
6bea102a67
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
Chris Hegarty
78f2a91895
8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
...
Reviewed-by: michaelm
2014-09-12 15:51:22 +01:00
Aleksei Efimov
3fd6bf1947
8049343: (tz) Support tzdata2014g
...
Reviewed-by: mfang, okutsu
2014-09-07 23:04:09 +04:00
Joel Borggrén-Franck
996b2d8a52
8054987: (reflect) Add sharing of annotations between instances of Executable
...
Reviewed-by: duke
2014-09-11 10:47:49 +02:00
John Rose
bc9498081e
8050052: Small cleanups in java.lang.invoke code
...
Reviewed-by: vlivanov, psandoz
2014-09-10 18:34:02 +04:00
Vladimir Ivanov
67cca45032
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
...
Reviewed-by: psandoz, iignatyev
2014-09-10 18:34:02 +04:00
Vladimir Ivanov
f99d29c8cc
8037210: Get rid of char-based descriptions 'J' of basic types
...
Reviewed-by: jrose, psandoz, twisti
2014-09-10 18:34:02 +04:00
Yong Jeffrey Huang
f11ce28bbc
8055222: Currency update needed for ISO 4217 Amendment #159
...
Reviewed-by: naoto
2014-09-08 20:01:46 -07:00
Daniel Fuchs
a535b26874
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
Daniel Fuchs
496e9f57a0
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
Joel Borggrén-Franck
dc13d95f22
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
...
Update javadoc and align implementation with new spec
Reviewed-by: psandoz
2014-08-28 13:26:04 +02:00
Evgeniya Stepanova
b153d9a7f1
8055393: [Testbug] Some tests are being executed and fail under profiles
...
Reviewed-by: mchung, dholmes
2014-08-24 18:23:06 -04:00
Daniel Fuchs
e3cf6641f3
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
Nakul Natu
8bc7078a62
8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
...
Reviewed-by: azvegint, alexsch
2014-08-09 01:18:25 +04:00
Rob McKenna
1be52a56a4
8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
...
Reviewed-by: rriggs
2014-08-01 15:34:55 +01:00
Dmitry Markov
22919c3bc2
8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
...
Reviewed-by: alexsch, serb
2014-08-05 08:30:05 +04:00
Phil Race
621eb0585e
8043508: JVM core dumps with very long text in tooltip
...
Reviewed-by: bae, jgodinez
2014-07-31 10:47:51 -07:00
Chris Hegarty
75f7e373b9
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
Anton Nashatyrev
659eb19c5e
8046495: KeyEvent can not be accepted in quick mouse clicking
...
Reviewed-by: art, pchelko
2014-07-30 12:01:47 +01:00
Artem Malinko
db55b714ea
8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
...
Reviewed-by: ant, pchelko
2014-07-29 15:52:50 +04:00
Mike Duigou
aaf0e72687
8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
...
Reviewed-by: psandoz, chegar
2014-07-24 09:01:00 -07:00
Peter Levart
94b3aed07b
8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
...
8047340: (process) Runtime.exec() fails in Turkish locale
Reviewed-by: coffeys, robm
2014-07-24 20:55:21 +02:00
Dmitry Markov
fa7177bf0d
8044614: [macosx] Focus issue with 2 applets in firefox
...
Reviewed-by: alexsch, pchelko
2014-07-24 12:23:52 +04:00
Rob McKenna
5011afdb2b
Merge
2014-07-17 18:05:58 +01:00
Lana Steuck
957fa45493
Merge
2014-07-15 14:08:27 -07:00
Abhijit Saha
9fcf556952
Merge
2014-07-14 08:02:45 -07:00
Chris Hegarty
e317c5b9e6
8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
...
Reviewed-by: alanb
2014-07-02 18:12:59 +01:00
Abhijit Saha
57474a22ec
Merge
2014-06-26 07:54:37 -07:00
Mike Duigou
4dbe4a57f8
8047795: Collections.checkedList checking bypassed by List.replaceAll
...
Reviewed-by: psandoz, chegar
2014-06-25 12:36:03 -07:00
Stephen Colebourne
d0f9ecb769
8046416: Unable to parse an Instant from fields
...
Fix Instant parsing
Reviewed-by: rriggs
2014-06-11 08:25:33 +01:00
Petr Pchelko
2b68aa9a94
8047061: [macosx] Crash when setting display mode
...
Reviewed-by: anthony, alexsch
2014-06-19 12:59:19 +04:00
Joel Borggrén-Franck
a2153ce7e7
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-16 13:59:51 +02:00
Vladimir Ivanov
1f0aeb7608
8046903: VM anonymous class members can't be statically invocable
...
Reviewed-by: jrose
2014-06-17 13:06:05 +04:00
Sergey Bylokhov
05b2d95e39
8029455: [JLightweightFrame] support scaled painting
...
Reviewed-by: anthony, ant
2014-06-12 00:32:33 +04:00
Sergey Bylokhov
03d9c0d51d
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
a52de212e5
8041644: [OGL] clip is ignored during surface->sw blit
...
Reviewed-by: bae, prr
2014-06-11 14:21:12 +04:00
Sergey Bylokhov
34fd451bad
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
Abhijit Saha
32a0777d97
Merge
2014-06-02 15:14:28 -07:00
Mike Duigou
b7766b47ad
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
Abhijit Saha
c51afa358d
Merge
2014-05-28 12:45:12 -07:00
Alexander Scherbatiy
12777bf09d
8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
...
Reviewed-by: serb, pchelko
2014-05-28 15:24:18 +04:00
Joel Borggrén-Franck
033b19764e
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
...
Reviewed-by: psandoz
2014-06-04 14:42:48 +02:00
Vladimir Ivanov
d9d9fa6f43
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
...
Reviewed-by: psandoz, jrose
2014-06-09 15:40:40 +04:00
Miroslav Kos
0f6be2be28
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
Paul Sandoz
b1e11c4c51
8042355: stream with sorted() causes downstream ops not to be lazy
...
Reviewed-by: mduigou
2014-05-06 10:29:59 +02:00
Petr Pchelko
82d53d1b8b
8041987: [macosx] setDisplayMode crashes
...
Reviewed-by: anthony, serb
2014-04-28 16:45:43 +04:00
Yuka Kamiya
5ad41b677a
8042360: Subtag syntax check is incomplete in Locale.LanguageRange
...
Reviewed-by: naoto, okutsu
2014-05-09 10:19:59 +09:00
Alexander Scherbatiy
3325deadf9
8043705: Can't exit color chooser dialog when running as an applet
...
Reviewed-by: serb, pchelko
2014-06-04 12:32:12 +04:00
Stephen Colebourne
a5363ddf29
8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
...
Reviewed-by: lancea, rriggs
2014-04-12 14:54:44 +01:00
Alexander Zvegintsev
6b9948c339
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
Petr Pchelko
4586b66f83
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
Alan Bateman
a134a4d15d
8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
...
Reviewed-by: chegar
2014-03-24 15:09:47 +00:00
Anton Nashatyrev
67d052b92f
8032788: ImageIcon constructor throws an NPE and hangs when passed a null String parameter
...
Reviewed-by: pchelko, serb
2014-05-30 14:46:36 +04:00
Alexander Zvegintsev
d9af31ccf6
8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
...
Reviewed-by: pchelko, serb
2014-05-29 13:34:04 +04:00
Mike Duigou
1ca49dbc7d
8047795: Collections.checkedList checking bypassed by List.replaceAll
...
Reviewed-by: psandoz, chegar
2014-06-25 12:36:03 -07:00
Mike Duigou
4deb28dfed
8048207: Collections.checkedQueue.offer() calls add on wrapped queue
...
Reviewed-by: psandoz
2014-06-27 10:26:39 -07:00
Artem Malinko
4cefb9be67
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
Chris Hegarty
9e4a2e2fe7
8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
...
Reviewed-by: alanb
2014-07-02 18:12:59 +01:00
Petr Pchelko
4929760e35
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
Andrew Brygin
5b0eee89b0
8019990: IM candidate window appears on the South-East corner of the display
...
Reviewed-by: bagiras, serb
2014-04-03 16:40:58 +04:00
Petr Pchelko
330cbbef36
8031765: Child process error stream is not empty!
...
Reviewed-by: anthony, serb
2014-04-02 16:13:24 +04:00
Chris Hegarty
9b7f6a1cf2
8035897: Better memory allocation for file descriptors greater than 1024 on macosx
...
Reviewed-by: michaelm, alanb
2014-03-02 19:27:43 +00:00
Ivan Gerasimov
6a79019a75
8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
...
Reviewed-by: chegar, ewang
2014-02-20 16:00:26 +04:00
Abhijit Saha
722540799b
Merge
2014-03-11 14:06:01 -07:00
Abhijit Saha
104324162d
Merge
2014-03-03 10:15:31 -08:00
Petr Pchelko
b7ca947309
8032960: Running forms URL throws NullPointerException in Javaconsole
...
Reviewed-by: anthony, serb
2014-03-03 16:05:55 +04:00
Robert Field
20a8814781
8035777: Consistent Lambda construction
...
Reviewed-by: ahgross, briangoetz, dlsmith
2014-02-28 10:43:49 -08:00
Konstantin Shefov
c8dd61bd97
8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
...
Reviewed-by: serb, alexsch
2014-02-26 18:12:00 +04:00
Henry Jen
9a3089ff7f
8033590: java.util.Comparator::thenComparing has unnecessary type restriction
...
Reviewed-by: psandoz
2014-02-06 10:30:18 -08:00
Vladimir Ivanov
1c4873828b
8033278: Missed access checks for Lookup.unreflect* after 8032585
...
Reviewed-by: jrose, twisti
2014-01-31 21:07:12 +04:00
Abhijit Saha
0e8d827de4
Merge
2014-02-07 12:11:30 -08:00
Abhijit Saha
90db3d3a08
Merge
2014-02-02 22:48:22 -08:00
Abhijit Saha
31a386d147
Merge
2014-01-30 14:35:11 -08:00
Daniel Smith
1d36afd793
8032697: Issues with Lambda
...
Reviewed-by: ahgross, briangoetz, dlsmith, rfield
2014-01-28 17:23:15 -08:00
Robert Field
7c8c25b62a
8032711: Issue with Lambda in handling
...
8032704: Issues with lib perm in Lambda
Reviewed-by: jrose, ahgross, briangoetz
2014-01-28 13:02:33 -08:00
Vladimir Ivanov
da9c40856e
8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
...
Reviewed-by: twisti, jrose
2014-01-28 13:46:58 +04:00
Alan Bateman
05286f45c0
8032220: Files.createDirectories throws exception with confusing message for root directories that exist
...
Reviewed-by: chegar
2014-01-21 09:33:48 +00:00
Petr Pchelko
f0bdb8a870
8041987: [macosx] setDisplayMode crashes
...
Reviewed-by: anthony, serb
2014-04-28 16:45:43 +04:00
Claes Redestad
d20066c866
8040747: Improve performance of IP address parsing
...
Co-authored-by: Bernd Eckenfels <bernd-2014@eckenfels.net>
Reviewed-by: mduigou, chegar
2014-04-22 16:21:43 +02:00
Michael McMahon
9e606323ce
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
...
Reviewed-by: chegar
2014-05-06 10:16:40 +01:00
Sean Coffey
c980fc613e
Merge
2014-04-24 11:31:56 +01:00
Sergey Malenkov
1e293e91cb
8040656: Classes with overriden methods with covariant returns return random read methods
...
Reviewed-by: alexsch, serb
2014-04-22 16:47:34 +04:00
Sean Coffey
0ec4081325
8038491: Improve synchronization in ZipFile.read()
...
Reviewed-by: alanb, chegar
2014-04-10 20:01:52 +01:00
Igor Ignatyev
8c41b52044
8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
...
Reviewed-by: iveresov, twisti, vlivanov
2014-03-29 12:29:21 +04:00
Vladimir Ivanov
20fe9d821b
8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
...
Reviewed-by: jrose, twisti
2014-03-25 20:46:22 +04:00
Vladimir Ivanov
8229d0058a
8027827: Improve performance of catchException combinator
...
8034120: MethodHandles.catchException doesn't handle VarargsCollector right
Reviewed-by: lagergren, psandoz, jrose
2014-03-25 20:45:20 +04:00
Konstantin Shefov
28d8432a80
8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
...
Reviewed-by: pchelko, azvegint
2014-03-25 18:23:59 +04:00
Ivan Gerasimov
9226fa61ac
8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
...
Reviewed-by: martin, dholmes
2014-03-12 21:45:20 +04:00
Chris Hegarty
f710fcde02
8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly
...
Reviewed-by: martin, psandoz
2014-01-31 18:32:07 +00:00
Xueming Shen
95bbd054c7
8033662: DateTimeFormatter parsing ignores withZone()
...
To include the set "zone" in resolved result
Reviewed-by: sherman, chegar
2014-03-24 12:47:02 -07:00
Ivan Gerasimov
d7b238bb18
8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
...
Reviewed-by: alanb
2014-04-16 12:37:49 +04:00
Sergey Malenkov
b127f68710
8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
...
Reviewed-by: alexsch, serb
2014-04-18 15:11:31 +04:00
Lana Steuck
2da8a6cc21
Merge
2014-04-16 15:03:29 -07:00
Abhijit Saha
c330cc2a9d
Merge
2014-04-09 12:26:00 -07:00
Andrew Brygin
18a750c5bf
8019990: IM candidate window appears on the South-East corner of the display
...
Reviewed-by: bagiras, serb
2014-04-03 16:40:58 +04:00
Abhijit Saha
e12561dafb
Merge
2014-04-02 10:01:16 -07:00
Petr Pchelko
99f8945d7b
8032595: [macosx] setResizable(false) makes a frame slide down
...
Reviewed-by: serb, ddehaven, azvegint
2014-04-02 16:18:55 +04:00
Petr Pchelko
123e8202a4
8031765: Child process error stream is not empty!
...
Reviewed-by: anthony, serb
2014-04-02 16:13:24 +04:00
Alejandro Murillo
ea1b79643d
Merge
2014-04-01 11:44:04 -07:00
Alexander Scherbatiy
600c3f9c0c
8035069: [macosx] Loading resolution variants by demand
...
Reviewed-by: serb, pchelko
2014-04-01 13:20:05 +04:00
Alexander Scherbatiy
e2f14246f4
8033534: [macosx] Get MultiResolution image from native system
...
Reviewed-by: serb, pchelko
2014-04-01 13:10:06 +04:00
Abhijit Saha
1f77cbf4d7
Merge
2014-03-27 15:14:44 -07:00
Sergey Bylokhov
279556f652
7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible
...
Reviewed-by: pchelko, azvegint
2014-03-19 16:13:59 +04:00
Abhijit Saha
f147399d26
Merge
2014-03-18 13:54:50 -07:00
Vladimir Kozlov
d38814a134
Merge
2014-03-13 14:55:50 -07:00
Sean Coffey
3b6565a739
Merge
2014-03-12 18:53:42 +00:00
Petr Pchelko
07e19e3813
8031964: [macosx] Dragging images from the browser does not work
...
Reviewed-by: anthony, serb
2014-03-12 18:08:08 +04:00
Petr Pchelko
097cd6cc8c
8030050: Validate fields on DnD class deserialization
...
Reviewed-by: anthony, serb
2014-03-12 17:42:11 +04:00
Petr Pchelko
88079e4eb5
8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail
...
Reviewed-by: anthony, serb
2014-03-12 17:35:25 +04:00
Petr Pchelko
1d3a6ebf46
8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon
...
Reviewed-by: anthony, serb
2014-03-12 17:11:37 +04:00
Petr Pchelko
135673f2ab
7159566: The choice positioned in the top of applet when clicking the choice
...
Reviewed-by: anthony, serb
2014-03-12 17:05:31 +04:00
Petr Pchelko
9388e94477
8026869: [macosx] Support apple.awt.use-file-dialog-packages property
...
Reviewed-by: anthony, serb
2014-03-12 17:00:28 +04:00
Dmitry Markov
764075105d
8032872: [macosx] Cannot select from JComboBox in a JWindow
...
Reviewed-by: pchelko, ant
2014-03-11 13:14:04 +04:00
Chris Hegarty
910c9dc349
8035897: Better memory allocation for file descriptors greater than 1024 on macosx
...
Reviewed-by: michaelm, alanb
2014-03-02 19:27:43 +00:00
Vladimir Kozlov
1194c8dabb
Merge
2014-02-25 15:10:27 -08:00
Anton Litvinov
4cd3b79f60
8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
...
Reviewed-by: pchelko, serb
2014-02-24 12:37:46 +04:00
Vladimir Kozlov
af00af7506
Merge
2014-02-20 16:46:32 -08:00
Vladimir Kozlov
0a9698584d
Merge
2014-02-19 20:10:55 -08:00
Sean Mullan
314ec7f0d6
8025708: Certificate Path Building problem with AKI serial number
...
Reviewed-by: xuelei, juh
2014-02-19 14:22:33 -05:00
Konstantin Shefov
8847fdc76a
8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
...
Reviewed-by: serb, alexsch
2014-02-18 14:44:29 +04:00
Oleg Pekhovskiy
dd1ae2895e
8031694: [macosx] TwentyThousandTest test intermittently hangs
...
Reviewed-by: art, anthony
2014-02-13 22:00:42 +04:00
Rob McKenna
59b710461e
7152892: some jtreg tests fail with permission denied
...
Reviewed-by: coffeys
2014-02-10 14:35:42 +00:00
Daniel Fuchs
d3c6bfbe8c
8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
...
Adds a new test that verifies that the suspected root cause of JDK-8025512 does not cause NPE to be thrown.
Reviewed-by: mchung
2014-02-11 12:23:28 +01:00
Ivan Gerasimov
be8b244af6
8027348: (process) Enhancement of handling async close of ProcessInputStream
...
Reviewed-by: martin
2014-01-30 00:02:46 +04:00
Paul Sandoz
9eaaf9a925
8037106: Optimize Arrays.asList(...).forEach
...
Reviewed-by: alanb, martin, mduigou, ulfzibis
2014-03-18 11:24:38 +01:00
Paul Sandoz
0b30b6d677
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 18:37:34 +01:00
Konstantin Shefov
e121893085
7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
...
Reviewed-by: pchelko, serb
2014-03-21 17:36:37 +03:00
Konstantin Shefov
dfa8917b66
8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
...
Reviewed-by: pchelko, serb, anthony
2014-03-21 16:32:26 +04:00
Konstantin Shefov
c3d69a28de
8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog
...
Reviewed-by: pchelko, azvegint, serb
2014-03-24 11:34:26 +04:00
Sunny Chan
2d09a7f0ff
7142035: assert in j.l.instrument agents during shutdown when daemon thread is running
...
Reviewed-by: sla
2014-01-28 09:33:39 -05:00
Vladimir Kozlov
f6926a9870
Merge
2014-01-22 17:40:55 -08:00
Ivan Gerasimov
14fe207b01
8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
...
Reviewed-by: chegar, ewang
2014-02-20 16:00:26 +04:00
Abhijit Saha
b37f749242
Merge
2014-01-20 19:48:40 -08:00
Volker Simonis
eb1ee0c0e8
8028537: PPC64: Updated the JDK regression tests to run on AIX
...
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
2014-01-17 21:54:30 +01:00
Vladimir Ivanov
1f90679fa2
8031502: JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter
...
Reviewed-by: sundar, lagergren, drchase
2014-01-15 20:48:44 +04:00
Sergey Bylokhov
1c495a4a10
7157680: XAWT: Native components should not paint native part on UPDATE event
...
Reviewed-by: anthony, pchelko
2014-01-20 20:11:09 +04:00
Petr Pchelko
874ab46015
8031477: [macosx] Loading AWT native library fails
...
8002191: AWT-Shutdown thread does not start with the AppletSecurity on Linux
8031032: SQE test failures after JDK-8025010 was fixed
Reviewed-by: serb, ddehaven
2014-01-15 11:57:19 +04:00
Alexander Zuev
3d16306fab
Merge
2014-01-14 23:10:36 +04:00
Sean Coffey
27a9a8f79b
Merge
2014-02-07 17:18:33 +00:00
Sean Coffey
e63cb42ee3
Merge
2014-02-06 23:51:18 +00:00
Sean Coffey
88433134dc
Merge
2014-02-06 12:59:04 +00:00
Daniel Fuchs
d4fef53027
8033542: test/java/util/logging/SimpleLogManager might let Loggers be gc'ed too early
...
Fix another case of potentially premature Logger garbage collection in tests.
Reviewed-by: mchung
2014-02-05 17:56:04 +01:00
Shanliang Jiang
9f47390265
6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
...
Reviewed-by: jbachorik, dfuchs
2014-01-23 15:17:36 +01:00
Sean Coffey
9c8f7d1128
Merge
2014-01-31 10:46:07 +00:00
Sean Coffey
c2c56dd3b7
Merge
2014-01-31 00:14:45 +00:00
Alexander Scherbatiy
caa660ec13
8028212: Custom cursor HiDPI support
...
Reviewed-by: serb, anthony
2014-01-30 15:08:35 +04:00
Alexander Scherbatiy
786ee781ae
8011059: [macosx] Support automatic @2x images loading on Mac OS X
...
Reviewed-by: serb, flar
2014-01-30 13:40:56 +04:00
Oleg Pekhovskiy
4f2479dd89
8013116: Robot moves mouse to point which differs from set in mouseMove on Unity shell
...
Reviewed-by: serb, azvegint
2014-01-30 11:09:30 +04:00
Jaroslav Bachorik
2e591a4867
8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE
...
Reviewed-by: mchung, dsamersoff
2014-01-29 17:37:40 +01:00
Jaroslav Bachorik
f249bd190e
6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
...
Reviewed-by: dholmes, mchung
2014-01-23 10:06:52 +01:00
Phil Race
0de263fb1d
8031462: Fonts with morx tables are broken with latest ICU fixes
...
Reviewed-by: bae, vadim
2014-01-13 14:53:06 -08:00
Paul Sandoz
456e1de38e
8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements
...
Reviewed-by: darcy
2014-01-09 10:52:35 +01:00
Erik Joelsson
af18377bce
8030781: System.setProperties(null) drops all system properties (RELEASE not set)
...
Reviewed-by: alanb
2014-01-08 14:04:35 +01:00
Abhijit Saha
4e6a81cca7
Merge
2014-01-08 12:01:29 -08:00
Abhijit Saha
05a9f1ab73
Merge
2014-01-02 15:24:50 -08:00
Lana Steuck
03b4e5d3ba
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
...
Updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Lana Steuck
4ad1493f4c
Merge
2013-12-25 10:34:40 -08:00
Sergey Bylokhov
902a80a7b1
8030953: SelectionVisible test should test multiline selection in case of TextArea
...
Reviewed-by: pchelko, azvegint
2013-12-23 18:54:50 +04:00
Stephen Colebourne
1bfb695d86
8036818: DateTimeFormatter withResolverFields() fails to accept null
...
Reviewed-by: chegar, rriggs
2014-03-06 17:31:07 +00:00
Stephen Colebourne
74cafa198e
8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec
...
Reviewed-by: lancea, rriggs
2014-03-29 15:01:47 -04:00
Stephen Colebourne
f6df964963
8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect
...
Correctly zeros low order bits of time when setting milli/micro
Reviewed-by: alanb, rriggs
2014-03-06 17:16:20 +00:00
Sergey Malenkov
122ede0d2a
8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
...
Reviewed-by: alexsch, serb
2014-04-10 22:35:12 +04:00
Daniel Fuchs
f42a738d57
8030850: Setting .level=FINEST in logging configuration file doesn't work
...
SetLevel(INFO) was called too early on root logger, causing the value found in configuration file to be later ignored.
Reviewed-by: mchung
2013-12-22 11:20:07 +01:00
Joe Darcy
dac4c6cf8f
8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity"
...
Reviewed-by: mduigou, psandoz
2014-01-03 11:38:57 -08:00
Aleksei Efimov
7951eed52d
8025051: Update resource files for TimeZone display names
...
Reviewed-by: okutsu, mfang
2013-12-30 16:46:55 +04:00
Roger Riggs
d57c339d79
8030002: Enhance deserialization using readObject
...
Reviewed-by: sherman, chegar, scolebourne
2013-12-20 13:06:23 -05:00
Lana Steuck
fd73ae9c4d
Merge
2013-12-19 10:26:03 -08:00
Jaroslav Bachorik
99ad5db7cf
8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently
...
Reviewed-by: dholmes
2014-01-21 13:04:55 +01:00
Jaroslav Bachorik
67e6779450
8030847: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails intermittently again
...
Reviewed-by: dholmes, sla, mchung
2014-01-14 13:09:34 +01:00
Alexander Zvegintsev
263fdcbf7a
8029263: user's default browser can not launch after we click the button, and there is an IOException shown in the log text (java.io.IOException)
...
Reviewed-by: anthony, serb
2013-12-18 11:09:31 +00:00
Jaroslav Bachorik
9d470898ee
8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3
...
Reviewed-by: sla
2013-12-18 10:58:50 +01:00
Daniel Fuchs
c70500d7aa
8031068: java/util/logging/ParentLoggersTest.java: checkLoggers: getLoggerNames() returned unexpected loggers
...
The test was not keeping any strong reference on the loggers it created allowing for them to be garbage collected too early.
Reviewed-by: mchung, chegar
2014-01-10 15:51:24 +01:00
Daniel Fuchs
eee630b55d
8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
...
Adds a new test for the deadlock found in JDK-8027670 and fixed in JDK-8029281.
Reviewed-by: mchung
2014-01-21 14:28:13 +01:00
Daniel Fuchs
36ef984c25
8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again
...
Yet another issue with Loggers being gc'ed too early.
Reviewed-by: mchung
2013-12-20 14:53:38 +01:00
Daniel Fuchs
0e57330cdc
8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
...
This is a test bug - loggers held in local variables can be arbitrarily gc'ed if that variable is no longer used. The fix makes sure that the loggers won't be arbitrarily gc'ed before the test is complete.
Reviewed-by: mchung
2013-12-19 14:53:10 +01:00
Mike Duigou
8bea7b1bd8
8029795: LinkedHashMap.getOrDefault() doesn't update access order
...
Reviewed-by: psandoz
2013-12-17 09:36:59 -08:00
Sean Coffey
ade475c81a
Merge
2014-01-16 23:52:07 +00:00
Anthony Petrov
47b7cc035f
8029979: Allow multiple calls to DropTargetDropEvent.acceptDrop()
...
Reviewed-by: pchelko, serb
2014-01-14 13:55:01 +04:00
Mike Duigou
238dc51bb4
8030016: HashMap.computeIfAbsent generates spurious access event
...
Reviewed-by: psandoz, bchristi
2013-12-13 13:35:35 -08:00
Mike Duigou
e34d45065f
8029055: Map.merge implementations should refuse null value param
...
Reviewed-by: briangoetz, dl
2013-12-13 13:34:55 -08:00
Alexander Zuev
63448f3781
Merge
2013-12-13 22:13:56 +04:00
Lana Steuck
13a5bf79c5
Merge
2013-12-12 20:04:31 -08:00
Lana Steuck
32bb7ec9e9
Merge
2013-12-12 19:17:34 -08:00
Vladimir Kozlov
ae841e3d5b
Merge
2013-12-12 11:04:11 -08:00
Sergey Bylokhov
14f40bab1b
8001472: api/java_awt/Window/indexTGF_* tests fail because expected colors aren't equal
...
Reviewed-by: anthony, azvegint
2013-12-12 16:30:22 +04:00
Roger Riggs
e38fccc8fb
8029551: Add value-type notice to java.time classes
...
Add warning about identity of value types and reference to ValueBased.html
Reviewed-by: briangoetz, smarks, scolebourne
2013-12-11 16:52:41 -05:00
Michael McMahon
8e5dcdfaf4
8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname
...
Reviewed-by: alanb, chegar
2013-12-09 13:05:09 +00:00
Petr Pchelko
09e6345482
8029565: java.awt.dnd.InvalidDnDOperationException: data translation failed on file drop
...
Reviewed-by: anthony, serb
2013-12-06 17:47:16 +04:00
Vladimir Kozlov
75284b677e
Merge
2013-12-05 15:10:36 -08:00
Lana Steuck
7383b43bc5
Merge
2013-12-05 10:33:57 -08:00
Lana Steuck
ce0b21b5f0
Merge
2013-12-05 10:32:02 -08:00
Roger Riggs
efe46c73dd
8029525: java/lang/ProcessBuilder/Basic.java fails intermittently
...
Reviewed-by: alanb, chegar
2013-12-05 16:19:06 +00:00
Brian Burkhalter
9fab2b1e9a
8029514: java/math/BigInteger/BigIntegerTest.java failing since thresholds adjusted in 8022181
...
Ensure the value returned by getLower() is unsigned.
Reviewed-by: darcy
2013-12-05 07:44:59 -08:00
Doug Lea
1c59527f70
8028564: Concurrent calls to CHM.put can fail to add the key/value to the map
...
Reviewed-by: psandoz, chegar, alanb
2013-12-05 09:44:53 +01:00
Yiming Wang
4c594ee9bc
7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently
...
Reviewed-by: mchung
2013-12-04 09:26:47 -08:00
Henry Jen
40d9b1af54
8029434: Spliterator of Stream returned by BufferedReader.lines() should have NONNULL characteristic
...
Reviewed-by: mduigou
2013-12-04 08:12:11 -08:00
Sergey Bylokhov
6c439131d6
8029382: [macosx] Need test for JDK-7161437
...
Reviewed-by: pchelko, anthony
2013-12-04 15:55:36 +04:00
Petr Pchelko
64e1aae31a
8028484: [TEST_BUG][macosx] closed/java/awt/MouseInfo/JContainerMousePositionTest fails
...
Reviewed-by: anthony, serb
2013-12-04 15:41:03 +04:00
Paul Sandoz
8fb00644a9
8029164: Race condition in CompletableFuture.thenCompose with asynchronous task
...
Reviewed-by: dl, chegar, mduigou
2013-12-04 10:27:50 +01:00
Lana Steuck
98d2cb3084
Merge
2013-12-03 17:58:12 -08:00
Lana Steuck
a8b50be959
Merge
2013-12-03 15:10:37 -08:00
Phil Race
1aaa224556
8029204: Printing a GlyphVector on Windows ignores position of first glyph
...
Reviewed-by: jgodinez, bae
2013-12-03 09:35:54 -08:00
Lana Steuck
673c2f81f5
Merge
2013-12-03 23:09:17 -08:00
Xueming Shen
591834e28d
8028397: Undo the lenient MIME BASE64 decoder support change (JDK-8025003) and remove methods de/encode(buf, buf)
...
Updated the spec and implementation as requested
Reviewed-by: alanb
2013-12-03 17:44:31 -08:00
Daniel Fuchs
2c97b5c5cb
8029281: Synchronization issues in Logger and LogManager
...
Fixes several race conditions in logging which have been at the root cause of intermittent test failures.
Reviewed-by: mchung, plevart
2013-12-04 01:58:37 +01:00
Tristan Yan
e9f0b87793
7190106: java/rmi/reliability/benchmark fails intermittently because of use of fixed port
...
Reviewed-by: smarks, mduigou
2013-12-03 14:36:45 -08:00
Petr Pchelko
0aa8a5ad09
7124391: [TEST_BUG][macosx] MouseEvents are not dispatched when the mouse cursor leaves the component
...
Reviewed-by: anthony, serb
2013-12-03 19:33:05 +04:00
Petr Pchelko
d78b117809
8029251: [TEST_BUG][macosx] Use safari browser, the ouput contain information that DataFlavor.allHtmlFlavor is not present in the system clipboard
...
Reviewed-by: anthony, serb
2013-12-03 15:31:07 +04:00
Andrei Eremeev
0bb946b80e
8023576: [TEST BUG] Compilation fails for java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java
...
Reviewed-by: anthony, serb
2013-12-03 15:18:52 +04:00
Mark Sheppard
0f8fe88155
8025211: Intermittent test failure: java/net/DatagramSocket/PortUnreachable.java
...
Modified test to execute in a single thread to eliminate potential race condition
Reviewed-by: alanb, chegar, dfuchs
2013-12-02 14:01:23 +00:00
Joe Darcy
3eafe5802b
8006572: DoubleStream.sum() & DoubleSummaryStats implementations that reduce numerical errors
...
Reviewed-by: psandoz, mduigou
2013-12-01 23:35:28 -08:00
Petr Pchelko
72e44e870c
7178682: [TEST_BUG][macosx] Mouse Pressed event can't be monitored for DisabledComponentsTest.html
...
Reviewed-by: anthony, serb
2013-11-29 16:43:22 +04:00
Petr Pchelko
ee95a2a1c4
7152982: [TEST_BUG][macosx] Extremely unstable mouse modifiers test
...
Reviewed-by: anthony, serb
2013-11-29 11:08:52 +04:00
Jaroslav Bachorik
b77ba98513
6987597: ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS
...
Reviewed-by: mchung
2013-11-28 09:10:18 +01:00
Lana Steuck
d7c4b121d9
Merge
2013-11-27 10:47:53 -08:00
Lana Steuck
ebac85aa00
Merge
2013-11-27 10:44:41 -08:00
Naoto Sato
a372dd2082
8028771: regression test java/util/Locale/LocaleProviders.sh failed
...
Reviewed-by: alanb
2013-11-27 10:01:08 -08:00
Sergey Bylokhov
27a7aa78e9
8029024: [TEST_BUG] java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java fails
...
Reviewed-by: malenkov, alexsch
2013-11-27 20:45:10 +04:00
Alexander Stepanov
faa166e5b7
8024767: [TEST] need test to cover JDK-7189452
...
Reviewed-by: ceisserer, bae
2013-11-27 15:15:40 +04:00
Petr Pchelko
ab26348810
8011142: [TEST_BUG] 2 AppContext regression tests failed since 7u25b03 with NullPointerException
...
Reviewed-by: anthony, serb
2013-11-27 11:41:55 +04:00
Jennifer Godinez
c21408ea2c
8028584: sun.net.www.protocol.file.FileURLConnection cannot be cast to java.net.HttpURLConnection
...
Reviewed-by: bae, prr
2013-11-26 10:24:59 -08:00
Jonathan Lu
780a13433f
8024854: PPC64: Basic changes and files to build the class library on AIX
...
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Co-authored-by: Thomas Stuefe <thomas.stuefe@sap.com>
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art
2013-11-26 16:40:31 +01:00
Petr Pchelko
e4b29762d5
8024161: [TEST_BUG] [macosx] java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java failed "menu was opened by first click after opened Choice"
...
Reviewed-by: anthony, serb
2013-11-26 18:50:35 +04:00
Michael McMahon
92e64d3a0d
8028293: Check local configuration for actual ephemeral port range
...
Reviewed-by: alanb, chegar, smarks
2013-11-26 10:06:57 +00:00
Sergey Malenkov
6c6c1d5e1b
8028054: com.sun.beans.finder.MethodFinder has unsynchronized access to a static Map
...
Reviewed-by: alexsch, serb
2013-11-26 13:30:44 +04:00
Yuka Kamiya
2d7889013f
8029057: test/java/text/Bidi/Bug6665028.java can fail with OutOfMemoryError
...
Reviewed-by: okutsu
2013-11-26 14:49:55 +09:00
Lana Steuck
a9ebc3e630
Merge
2013-11-25 13:24:38 -08:00
Lana Steuck
7179341450
Merge
2013-11-25 12:29:54 -08:00
Lana Steuck
33cd414e58
Merge
2013-11-25 09:40:25 -08:00
Clemens Eisserer
90b513b09c
8028722: Render: Drawing strings with exactly 254 glyphs causes hangs
...
Reviewed-by: prr, bae
2013-11-25 09:38:32 -08:00
Joel Borggrén-Franck
8296f65abb
8023278: Reflection API methods do not throw AnnotationFormatError in case of malformed Runtime[In]VisibleTypeAnnotations attribute
...
Reviewed-by: darcy
2013-11-22 11:34:26 +01:00
Petr Pchelko
ac94cb0062
8028485: [macosx] java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java fails
...
Reviewed-by: anthony, serb
2013-11-22 10:48:00 +04:00
Dan Xu
a353eaac39
8028628: java/nio/channels/FileChannel/Size.java failed once in the same binary run
...
Reviewed-by: alanb, chegar, mchung, lancea
2013-11-21 14:23:41 -08:00
Dan Xu
cf45a693dc
7065902: (file) test/java/nio/file/Files/Misc.java fails on Solaris 11 when run as root
...
Reviewed-by: alanb
2013-11-21 14:16:49 -08:00
Martin Buchholz
6c4294c2d9
6703075: (process) java/lang/ProcessBuilder/Basic.java fails with fastdebug
...
Reviewed-by: alanb
2013-11-21 16:06:05 +00:00
Tristan Yan
d45f6482a3
8022212: Intermittent test failures in java/net
...
Reviewed-by: chegar
2013-11-21 13:42:54 +00:00
Alan Bateman
bc63be15f2
8028734: test/java/util/Locale/InternationalBAT.java changes does not restore the default TimeZone
...
Reviewed-by: naoto
2013-11-20 21:34:47 +00:00
Stuart Marks
aa58ae7951
8028638: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails
...
Reviewed-by: lancea
2013-11-19 15:05:30 -08:00
Daniel Fuchs
c430720e0a
8005202: java/util/logging/CheckLockLocationTest.java fail on solars_10
...
This test has been seen failing on Solaris 10, presumably because it was run as root. The fix will skip the non-writable case if it can't make a non-writable dir.
Reviewed-by: mchung
2013-11-19 22:28:12 +01:00
Dan Xu
b33443f947
8028631: Improve the test coverage to the pathname handling on unix-like platforms
...
Add GeneralSolaris.java testcase and fix the concurrency issue
Reviewed-by: lancea, chegar, alanb
2013-11-19 13:22:50 -08:00
Daniel Fuchs
f1917fec5d
8028185: XMLFormatter.format emits incorrect year
...
Fixes a regression where the year in the date was increased by 1900.
Reviewed-by: alanb, mchung
2013-11-19 20:10:58 +01:00
Michael McMahon
1beab3cc44
8028581: [TESTBUG] java/net/Socket/LingerTest.java failing
...
Reviewed-by: alanb
2013-11-19 17:49:57 +00:00
Sean Coffey
4c729287e7
8016728: TEST_BUG: test/java/rmi/transport/closeServerSocket/CloseServerSocket.java failing intermittently
...
Reviewed-by: chegar
2013-11-19 16:22:37 +00:00
Rob McKenna
49efd68082
8022206: Intermittent test failures in java/lang/ProcessBuilder/Basic.java
...
Reviewed-by: chegar, alanb
2013-11-19 15:36:59 +00:00
Balchandra Vaidya
5cdc23a99c
8028094: TEST_BUG: java/lang/ProcessBuilder/Basic.java leaves "sleep 6666" processes behind
...
Reviewed-by: chegar
2013-11-19 15:31:33 +00:00
Sean Coffey
0b55e91e3e
8028583: Add helper methods to test libraries
...
Reviewed-by: chegar
2013-11-19 14:47:48 +00:00
Sergey Bylokhov
a1e87167e1
8027913: drop target notifications are sent out of order during DnD
...
Reviewed-by: anthony, art
2013-11-19 18:16:41 +04:00
Oleg Pekhovskiy
5c242ed70c
8027628: JWindow jumps to (0, 0) after mouse clicked
...
Reviewed-by: anthony, serb
2013-11-18 23:24:27 +04:00
Lana Steuck
1a633e63a9
Merge
2013-11-15 07:14:23 -08:00
Alexander Scherbatiy
e04c087c6d
8025126: [macosx] Invalid calls to setValueAt() within JTable in Java 7 on Mac OS X
...
Reviewed-by: serb
2013-11-15 14:05:49 +04:00
Joel Borggrén-Franck
4163fbdc49
8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true
...
Reviewed-by: briangoetz
2013-11-14 12:17:37 +01:00
Mattias Tobiasson
c5cf3786f7
8023138: [TEST_BUG] java/lang/instrument/PremainClass/NoPremainAgent.sh fails intermittently
...
Port tests for java/lang/instrument/PremainClass from script to java
Reviewed-by: sla
2013-11-14 12:35:34 +01:00
Petr Pchelko
5f7b6dfb6c
8025440: [TEST_BUG] com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java failed since jdk8b108
...
Reviewed-by: anthony
2013-11-14 11:42:46 +04:00
Petr Pchelko
01f2c8f8ad
8028230: Behavior of SystemFlavorMap.getNativesForFlavor differ from that in Java 7
...
Reviewed-by: anthony, serb
2013-11-14 10:52:19 +04:00
Xueming Shen
dc1dba10e7
8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression
...
To undo the change for 6559590
Reviewed-by: darcy
2013-11-13 22:22:28 -08:00
Eric McCorkle
fadfc31bec
8026884: test for fix of JDK-8021398 does not have @bug tag
...
8028021: @since 1.8 missing for certain methods in java.lang.reflect.Method in generated api docs
Two documentation fixes
Reviewed-by: darcy
2013-11-13 15:48:21 -05:00
Xueming Shen
4208726b35
8027645: Pattern.split() with positive lookahead
...
6559590: Pattern.compile(".*").split("") returns incorrect result
Updated spec/impl for these two corner cases
Reviewed-by: alanb, psandoz
2013-11-13 11:26:01 -08:00
Alan Bateman
fe37ddf865
8028270: Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission
...
Reviewed-by: mchung, martin, chegar
2013-11-13 16:52:18 +00:00
Chris Hegarty
f9ecbb8f7d
8022213: Intermittent test failures in java/net/URLClassLoader
...
Reviewed-by: dxu, alanb
2013-11-13 16:44:12 +00:00
Mandy Chung
d26c11b9d7
8028234: Remove unused methods in sun.misc.JavaAWTAccess
...
Reviewed-by: art, dfuchs, lancea
2013-11-13 07:49:42 -08:00
Daniel Fuchs
e0c1c25d70
8026952: Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id
...
Trivial: change @bug 8023163 into @bug 8026499
Reviewed-by: mchung, alanb
2013-11-13 10:50:30 +01:00
Sergey Bylokhov
9ab430a0d2
8027696: Incorrect copyright header in the tests
...
Reviewed-by: alanb, malenkov, mullan
2013-11-12 20:24:25 +04:00
Leonid Romanov
0b24095558
8027972: [macosx] Provide a regression test for JDK-8007006
...
Reviewed-by: anthony
2013-11-12 20:02:12 +04:00
Vladimir Ivanov
ee23c1f412
8027823: catchException combinator fails with 9 argument target
...
Reviewed-by: jrose
2013-11-09 04:21:28 +04:00
Xueming Shen
f952749e41
8026330: java.util.Base64 urlEncoder should omit padding
...
To add Encoder.withoutPadding()
Reviewed-by: alanb
2013-11-11 14:35:36 -08:00
Lana Steuck
92d4547bee
Merge
2013-11-08 15:02:55 -08:00
Michael McMahon
536e058b8b
8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win)
...
Reviewed-by: alanb
2013-11-11 16:06:16 +00:00
Jaroslav Bachorik
db68e03030
6523160: RuntimeMXBean.getUptime() returns negative values
...
RuntimeMXBean.getUptime() should be based on HR timers rather than on the OS time
Reviewed-by: dholmes, sla
2013-11-10 20:05:03 +01:00
Patrick Zhang
ee6dd6c873
8028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTS
...
Reviewed-by: dholmes, alanb
2013-11-09 16:46:46 +00:00
Lana Steuck
84da58d996
Merge
2013-11-08 17:36:14 -08:00
Chris Hegarty
44a19639b3
8019834: InetAddress.getByName hangs for bad IPv6 literals
...
Reviewed-by: alanb
2013-11-08 15:15:48 +00:00
Tristan Yan
92076375e9
8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface
...
Reviewed-by: chegar
2013-11-08 15:12:30 +00:00
Mandy Chung
4e0a88f82a
8027351: (ref) Private finalize method invoked in preference to protected superclass method
...
Reviewed-by: alanb, dholmes, mr, plevart, psandoz
2013-11-08 07:53:57 -08:00
Sergey Malenkov
9e33696875
8027648: Type of overridden property is resolved incorrectly
...
Reviewed-by: alexsch
2013-11-08 14:09:18 +04:00
Naoto Sato
e6f691aeb2
8027930: ResourceBundle test failures in fr locale
...
Reviewed-by: smarks
2013-11-07 10:03:38 -08:00
Michael McMahon
bffc06393b
8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient
...
Reviewed-by: chegar
2013-11-07 10:22:11 +00:00
John Rose
8d462795cb
8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: ksrini, rfield
2013-11-06 11:31:49 -08:00
Mandy Chung
1b7f902c51
8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java
...
6944188: ThreadMXBean/ThreadStateTest.java fails intermittently
Reviewed-by: dholmes, chegar
2013-11-05 17:33:26 -08:00
Paul Sandoz
fe6f3e2439
8027712: DistinctOpTest fails for unordered test
...
Reviewed-by: henryjen, alanb
2013-11-05 12:08:12 +01:00
Dan Xu
3fdca18433
8027612: java/io/File/MaxPathLength.java fails intermittently in the clean-up stage
...
Reviewed-by: chegar
2013-11-04 15:48:08 -08:00
Andreas Lundblad
79b1f94594
8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing intermittently
...
Moved DefaultMethodModeling.java to its own directory to avoid conflicts with Equals.java.
Reviewed-by: darcy
2013-11-04 15:21:47 +01:00
Robert Field
ee1006e3bd
7194897: JSR 292: Cannot create more than 16 instances of an anonymous class
...
8027681: Lambda serialization fails once reflection proxy generation kicks in
Co-authored-by: Joel Borggren-Franck <joel.franck@oracle.com>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: ksrini, briangoetz, jfranck
2013-11-04 10:12:18 -08:00
Michael McMahon
2d8325d244
8027687: The constructors of URLPermission class do not behave as described in javad
...
Reviewed-by: chegar, mduigou
2013-11-04 17:47:59 +00:00
Brian Burkhalter
8c97f82aae
8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size
...
Add @run tag to specify heap size
Reviewed-by: alanb, dxu
2013-11-04 08:05:02 -08:00
Tristan Yan
bd40c9b63d
8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
...
Reviewed-by: martin, dholmes
2013-11-04 06:58:30 -05:00
Lana Steuck
ac6386468f
Merge
2013-10-31 16:44:18 -07:00
Lana Steuck
30f9f179d5
Merge
2013-10-31 16:22:30 -07:00
Lana Steuck
be32b11e5b
Merge
2013-10-31 15:45:57 -07:00
Dan Xu
6c3fabc342
8027155: test/java/io/File/NulFile.java failing when test run in othervm mode
...
Reviewed-by: mchung, alanb
2013-10-31 11:52:30 -07:00
Leonid Romanov
df6d7277ef
8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
...
Reviewed-by: anthony, serb
2013-10-30 20:54:42 +04:00
Petr Pchelko
849b644b8c
8027152: Regression: test closed/java/awt/Serialize/NullSerializationTest/NullSerializationTest.html fails since JDK 8 b112
...
Reviewed-by: art, serb
2013-10-30 12:00:18 +04:00
Jaroslav Bachorik
21a239f4c5
7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled
...
Make the test less stringent by not requiring the number of loaded classes to increase by a specific number
Reviewed-by: sla
2013-10-31 11:59:09 +01:00
Paul Sandoz
894f3788d3
8027316: Distinct operation on an unordered stream should not be a barrier
...
Reviewed-by: henryjen, mduigou, briangoetz
2013-10-31 11:59:04 +01:00
Dmitry Nadezhin
9e7ba92bff
6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers
...
8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity
8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow
8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow
Prevent construction of overflowed BigIntegers.
Reviewed-by: bpb, darcy, psandoz
2013-10-30 17:45:12 -07:00
Joe Darcy
5f3b001859
8005294: Consider default methods for additions to AnnotatedElement
...
Reviewed-by: jfranck, plevart, mchung, abuckley, sogoel
2013-10-30 17:27:25 -07:00
Bradford Wetmore
1b03814ab7
8027526: CheckTipsAndVersions.java failing occasionally
...
Reviewed-by: mullan, mchung
2013-10-30 16:49:35 -07:00
Brian Goetz
aee0b5cf88
8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas
...
Reviewed-by: rfield, psandoz
2013-10-29 12:31:27 -04:00
Lana Steuck
f3160929ea
Merge
2013-10-30 13:51:07 -07:00
Michael McMahon
9031374301
Merge
2013-10-30 18:38:20 +00:00
Michael McMahon
76f1c66ad5
8027570: NullPointerException in URLPermission.hashCode()
...
Reviewed-by: chegar
2013-10-30 18:37:50 +00:00
Jaroslav Bachorik
292c14d972
8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool
...
Reviewed-by: mchung, brutisso
2013-10-30 17:54:48 +01:00
Lana Steuck
65797af67d
Merge
2013-10-25 10:39:13 -07:00
Sergey Malenkov
9cd10573ae
8026705: [TEST_BUG] java/beans/Introspector/TestTypeResolver.java failed
...
Reviewed-by: art, jfranck
2013-10-25 16:42:02 +04:00
Anton Nashatyrev
7d4c16ece3
8027066: XMLDecoder in java 7 cannot properly deserialize object arrays
...
Reviewed-by: alexsch, malenkov
2013-10-25 13:41:19 +04:00
Lana Steuck
836ba025a1
Merge
2013-10-24 21:52:24 -07:00
David Dehaven
6c747ded77
8025673: [macosx] Disable X11 AWT toolkit
...
Disable but not completely remove the XAWT and headless toolkits on Mac OS X
Reviewed-by: anthony, art, ihse, erikj
2013-10-24 20:47:41 -04:00
Petr Pchelko
45dd0a7642
8027025: [macosx] getLocationOnScreen returns 0 if parent invisible
...
Reviewed-by: anthony, serb
2013-10-24 19:50:33 +04:00
Daniel Fuchs
482f3cc1b9
8026863: regression in anonymous Logger.setParent method
...
Restore behaviour of setParent in anonymous logger and clarifies the spec with respect to security permissions.
Reviewed-by: mchung, prr
2013-10-28 10:52:07 +01:00
Xueming Shen
a06b63065d
8025003: Base64 should be less strict with padding
...
Updated spec and implementation of mime decoder to be lenient for padding
Reviewed-by: alanb
2013-10-24 11:12:59 -07:00
Joel Borggrén-Franck
be2d6e6535
8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result
...
Reviewed-by: darcy
2013-10-24 19:04:27 +02:00
Andreas Lundblad
5db9cc7bed
8027170: Annotations declared on super-super-class should be overridden by super-class
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jfranck
2013-10-24 18:52:13 +02:00
Sergey Bylokhov
b776817a56
7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError
...
Reviewed-by: anthony, art
2013-10-24 14:32:07 +04:00
Abhijit Saha
15d051e851
Merge
2013-12-07 16:15:08 -08:00
Ivan Gerasimov
f14e06950e
8024521: (process) Async close issues with Process InputStream
...
Reviewed-by: psandoz, martin, alanb, robm
2013-10-23 15:37:40 +04:00
Alan Bateman
e1c6970bd6
8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: rriggs, psandoz, chegar
2013-10-24 13:24:32 +01:00
Clemens Eisserer
8f5a3f7514
8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms
...
Reviewed-by: prr, bae
2013-10-22 13:47:45 -07:00
Leonid Romanov
9d1ce9a555
8020209: [macosx] Mac OS X key event confusion for "COMMAND PLUS"
...
Reviewed-by: anthony, serb
2013-10-22 16:45:08 +04:00
Chris Hegarty
506667087b
Merge
2013-10-22 12:33:33 +01:00
Chris Dennis
ca4ee27ab5
8024833: (fc) FileChannel.map does not handle async close/interrupt correctly
...
Reviewed-by: alanb
2013-10-22 12:04:19 +01:00
Alan Bateman
36e36d288c
8021257: com.sun.corba.se.** should be on restricted package list
...
Co-authored-by: Mark Sheppard <mark.sheppard@oracle.com>
Reviewed-by: chegar, coffeys, smarks, mullan
2013-10-22 11:43:04 +01:00
Andreas Lundblad
24b64e8c23
8004912: Repeating annotations - getAnnotationsByType(Class<T>) is not working as expected for few inheritance scenarios
...
8019420: Repeatable non-inheritable annotation types are mishandled by Core Reflection
Reviewed-by: jfranck
2013-10-22 12:35:27 +02:00
Joel Borggrén-Franck
415ea4460a
8009411: (reflect) Class.getMethods should not include static methods from interfaces
...
Update getMethods() and getMethod() to filter out interface statics
Co-authored-by: Andreas Lundblad <andreas.lundblad@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: darcy
2013-10-22 10:34:12 +02:00
Staffan Larsen
50a598d507
8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
...
Redefined class in stack trace may not be found by method_idnum so handle null.
Reviewed-by: coleenp, dcubed, sspitsyn
2013-10-21 23:32:36 -04:00
Yuka Kamiya
fa9bbd8594
8020037: String.toLowerCase incorrectly increases length, if string contains \u0130 char
...
Reviewed-by: naoto
2013-10-22 06:13:01 +09:00
Xueming Shen
4741adaaf2
8026842: Remove Time-Zone IDs HST/EST/MST
...
Removed these ids from ZoneId's zid list, supported via short_ids list
Reviewed-by: okutsu
2013-10-21 11:16:02 -07:00
Chris Hegarty
388f28f83b
Merge
2013-10-21 15:00:56 +01:00
Daniel Fuchs
2f8b3bf80a
8026499: Root Logger level can be reset unexpectedly
...
This fix prevents the logger's level to be re-initialized if it has already been initialized.
Reviewed-by: mchung
2013-10-21 12:00:58 +02:00
Daniel Fuchs
d6fdb0a571
8016344: (props) Properties.storeToXML behaviour has changed from JDK 6 to 7
...
When storing Properties to XML only locally defined properties must be saved.
Reviewed-by: psandoz, mchung, alanb
2013-10-21 11:15:41 +02:00
Jaroslav Bachorik
d491a49652
7197919: java/lang/management/ThreadMXBean/ThreadBlockedCount.java has concurency issues
...
Reviewed-by: sla, mchung
2013-10-21 10:40:03 +02:00
Jennifer Godinez
fbb6fe5543
8025988: [macosx] Attribute settings don't work for JobAttributes range
...
8025990: [macosx] Attribute settings don't work for JobAttributes setOrientationRequested, setMedia
Reviewed-by: prr, jchen
2013-10-18 15:30:10 -07:00
Roger Riggs
d7f0eeb825
8025828: Late binding of Chronology to appendValueReduced
...
Add a listener to the parseContext called when the Chronology changes
Reviewed-by: sherman
2013-10-18 16:37:58 -04:00
Pavel Punegov
fd2c7a3743
8024660: TEST_BUG: java/lang/ProcessBuilder/*IOHandle.java leaving hotspot.log open in fastdebug builds
...
Reviewed-by: alanb
2013-10-18 16:28:35 +01:00
Ivan Gerasimov
62105105d7
8026756: Test java/util/zip/GZIP/GZIPInZip.java failed
...
Reviewed-by: alanb
2013-10-18 16:06:20 +04:00
Alan Bateman
0452f7b159
8026859: (fs) test/java/nio/file/Files/StreamTest.java fails to compile intermittently
...
Reviewed-by: psandoz
2013-10-18 13:45:54 +01:00
Xueming Shen
73ccbeb833
8025971: Remove ZoneId.OLD_SHORT_IDS
...
8026197: Slow reading tzdb.dat if the JRE is on a high-latency, remote file system
Removed the compatiblity old short-ids mapping
Reviewed-by: okutsu
2013-10-17 23:43:08 -07:00
Doug Lea
3f1d887049
8004138: ForkJoinTask leaks exceptions
...
Reviewed-by: chegar, mduigou, psandoz, martin
2013-10-17 12:43:32 -07:00
Sean Mullan
2ef954a0ff
Merge
2013-10-17 10:37:27 -04:00
Sean Mullan
70492e8a66
8026346: test/java/lang/SecurityManager/CheckPackageAccess.java failing
...
Reviewed-by: vinnie
2013-10-17 10:18:44 -04:00
David Chase
c668ed8f33
8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package
...
Modify accessibility check; it was muddled about Java vs JVM protection terminology.
Reviewed-by: jrose
2013-10-16 17:55:49 -04:00
Yuka Kamiya
26af18b426
8025703: Update LSR datafile for BCP 47
...
Reviewed-by: okutsu
2013-10-17 13:57:42 +09:00
Jennifer Godinez
bdd269bb9d
8015586: [macosx] Test closed/java/awt/print/PrinterJob/PrintToDir.java fails on MacOSX
...
Reviewed-by: prr, jchen
2013-10-15 14:24:49 -07:00
Dan Xu
bdb08c592d
7122887: JDK ignores Gnome3 proxy settings
...
Fix GConf and add to use GProxyResolver to handle network proxy resolution
Reviewed-by: chegar
2013-10-23 22:30:35 -07:00
Robert Field
80ce6f3ec5
8025868: Several lang/LMBD JCK tests fail with java.lang.BootstrapMethodError
...
Wildcard marker interfaces can cause duplicate implemented interfaces in generated lambda class
Reviewed-by: briangoetz
2013-10-23 15:16:35 -07:00
Mike Duigou
96e2b92fb1
8024688: further split Map and ConcurrentMap defaults eliminating looping from Map defaults, Map.merge fixes and doc fixes
...
Reviewed-by: psandoz, dholmes
2013-10-23 14:32:41 -07:00
Staffan Larsen
7108f683fc
8026789: Update test/java/lang/instrument/Re(transform|define)BigClass.sh test to use NMT for memory leak detection
...
Reviewed-by: dcubed
2013-10-23 15:55:31 +02:00
Chris Hegarty
28fc7fbaeb
8020758: HttpCookie constructor does not throw IAE when name contains a space
...
Reviewed-by: michaelm, msheppar
2013-10-23 14:38:22 +01:00
Jaroslav Bachorik
92bd2a8b2d
7112404: 2 tests in java/lang/management/ManagementFactory fails with G1 because expect non-zero pools
...
Reviewed-by: mchung, sjiang
2013-10-23 15:03:49 +02:00
Michael McMahon
b7d5f19fe0
8025734: Use literal IP address where possible in SocketPermission generated by HttpURLPermission
...
Reviewed-by: chegar
2013-10-23 11:00:12 +01:00
Weijun Wang
9132d85a65
8027026: Change keytool -genkeypair to use -keyalg RSA
...
Reviewed-by: alanb, chegar, mullan
2013-10-23 08:32:03 +08:00
Roger Riggs
92f2e33296
Merge
2013-10-22 15:06:27 -04:00
Roger Riggs
eeaf2206bb
8024686: Cleanup of java.time serialization source
...
Optimize serialized form of OffsetTime, OffsetDateTime; correct order of modifiers
Reviewed-by: sherman
2013-10-22 15:03:12 -04:00
Jason Uh
c6ac4eb557
8025287: NPE in api/java_security/cert/PKIXRevocationChecker/GeneralTests_GeneralTests
...
Reviewed-by: mullan
2013-10-22 11:57:38 -07:00
Brian Burkhalter
d2d0153dd6
7179567: JCK8 tests: api/java_net/URLClassLoader/index.html#Ctor3 failed with NPE
...
6445180: URLClassLoader does not describe the behavior of several methods with respect to null arguments
Document when a NPE will be thrown by URLClassLoader constructors, newInstance(), findClass(), and getPermissions().
Reviewed-by: alanb, mduigou, chegar, dholmes, jrose
2013-10-22 11:25:01 -07:00
Alan Bateman
11d02a8031
7074436: (sc) SocketChannel can do short gathering writes when channel configured blocking (win)
...
Reviewed-by: chegar
2013-10-22 14:13:06 +01:00