Commit Graph

3046 Commits

Author SHA1 Message Date
Alexander Scherbatiy 6443754407 8080137: Dragged events for extra mouse buttons (4, 5, 6) are not generated on JSplitPane
Reviewed-by: serb, azvegint
2015-06-05 20:46:27 +04:00
Konstantin Shefov c42f086c11 8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
Reviewed-by: vlivanov
2015-06-05 16:05:08 +03:00
Sergey Bylokhov d21d933a67 8071306: GUI perfomance are very slow compared java 1.6.0_45
Reviewed-by: azvegint, ant
2015-05-22 19:27:33 +03:00
Sergey Bylokhov d6604a665e 8061831: [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode
Reviewed-by: flar, bae
2015-05-23 15:13:40 +03:00
Alan Bateman 991284632f 8029516: (fs) WatchKey cancel unreliable on Windows
Reviewed-by: chegar
2014-09-05 12:18:31 +01:00
Rob McKenna 2017562561 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
Reviewed-by: chegar
2015-08-25 14:07:08 +01:00
Ivan Gerasimov 2fea04bd2e 6857566: (bf) DirectByteBuffer garbage creation can outpace reclamation
Help ReferenceHandler thread process References while attempting to allocate direct memory

Reviewed-by: alanb
2015-08-20 02:53:54 +03:00
Konstantin Shefov d17676d885 8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
Reviewed-by: vlivanov, mhaupt
2015-08-17 15:10:35 +03:00
Konstantin Shefov 40ff411a4b 8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
Reviewed-by: vlivanov, mhaupt
2015-08-17 15:08:01 +03:00
Ivan Gerasimov 8c13eb94c3 8133022: Instant.toEpochMilli() silently overflows
Reviewed-by: lancea, chegar, simonis, dfuchs, igerasim
2015-08-08 03:25:36 +03:00
Ivan Gerasimov e29ffc2f2f 8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
Instant.toEpochMilli() now takes into account the sign of the 'seconds' field.

Reviewed-by: rriggs, scolebourne
2015-08-08 03:23:52 +03:00
Ivan Gerasimov 5265ab52ad 6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
Reviewed-by: sherman
2015-08-03 22:36:28 +03:00
Ivan Gerasimov bd4c68a7d8 8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
Reviewed-by: rriggs, smarks
2015-07-31 17:18:59 +03:00
Konstantin Shefov e8a01c0d62 8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
Reviewed-by: psandoz
2015-07-24 12:49:01 +03:00
Zaiyao Liu cf57255cc8 8050370: Need new regressions tests for messageDigest with DigestIOStream
Reviewed-by: weijun
2014-08-26 15:10:29 +08:00
Amanda Jiang e8ed10f720 8048360: Test signed jar files
Reviewed-by: weijun
2015-03-04 10:12:25 +08:00
Zaiyao Liu 533ef2ef7d 8048619: Implement tests for converting PKCS12 keystores
Reviewed-by: weijun
2014-12-04 16:50:31 +08:00
Zaiyao Liu 803660a4a5 8048617: Tests for PKCS12 read operations
Reviewed-by: weijun
2014-08-27 11:33:45 +08:00
Zaiyao Liu df71d49502 8048618: Tests for PKCS12 write operations
Reviewed-by: weijun
2015-03-23 15:37:03 +08:00
Staffan Larsen 74902d87d8 8025636: Hide lambda proxy frames in stacktraces
Reviewed-by: jrose, forax, jfranck, vlivanov
2015-02-17 10:09:26 +01:00
Anthony Scarpino f63dc69748 8098581: SecureRandom.nextBytes() hurts performance with small size requests
Reviewed-by: valeriep
2016-05-10 17:16:26 +01:00
Michael Haupt a365d4acad 8155106: MHs.Lookup.findConstructor returns handles for array classes
Reviewed-by: sundar
2016-04-29 15:30:43 +02:00
Michael Haupt 39200dc5d4 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
Reviewed-by: sundar
2016-04-27 15:34:30 +02:00
Sergey Bylokhov 1409fd329e 8170937: Swing apps are slow if displaying from a remote source to many local displays
Reviewed-by: prr, aivanov
2018-09-24 14:42:34 -07:00
Weijun Wang 10fae278e8 8156709: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
Reviewed-by: wetmore
2018-09-06 14:44:08 +05:30
Anton Litvinov ac5cdbc99e 8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
Reviewed-by: prr, psadhukhan
2018-08-30 17:44:36 +01:00
Dmitry Markov 22c8a8ae07 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
Reviewed-by: serb, aivanov
2018-08-17 15:50:46 +01:00
Sergey Bylokhov 5479e9219f 6829245: Reg test: java/awt/Component/isLightweightCrash/StubPeerCrash.java fails
Reviewed-by: azvegint, alexsch
2015-04-23 16:54:54 +03:00
Mikhail Cherkasov 482b0503b0 8077409: Drawing deviates when validate() is invoked on java.awt.ScrollPane
Reviewed-by: bae
2015-06-03 17:48:27 +03:00
Maxim Soloviev 9f59620a7f 8081479: Backport JDBC tests from JDK 9 from test/java/sql and test/javax/sql to JDK 8u
Reviewed-by: lancea
2015-05-29 17:27:55 +03:00
Sean Coffey 3fad842762 8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer
Reviewed-by: alanb
2015-01-08 15:10:13 +00:00
Jaroslav Bachorik c5d024763f 8062896: TEST_BUG: java/lang/Thread/ThreadStateTest.java can't compile with change for 8058506
Reviewed-by: dholmes, sla
2014-11-05 09:49:20 +01:00
Jaroslav Bachorik 85c6b454e8 8058506: ThreadMXBeanStateTest throws exception
Reviewed-by: egahlin, dholmes
2014-10-23 11:42:20 +02:00
Jaroslav Bachorik 55b1467fbc 8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently
Reviewed-by: sla
2014-12-04 10:34:55 +01:00
Jaroslav Bachorik 6c4c7f0a96 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
Reviewed-by: dholmes, egahlin, sspitsyn
2014-12-03 16:44:35 +01:00
Jaroslav Bachorik 8f2381f0a1 8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
Reviewed-by: sla
2014-07-01 11:47:36 +02:00
Daniel Fuchs 05e5386bbf 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible
This test parses the jars in the boot class path to find the name of all classes, then loads each of them, get their declared fields, and attempt to call setAccessible.

Reviewed-by: coffeys, dholmes, plevart
2014-12-19 20:04:14 +01:00
Kirk Shoop b1ad95c064 8064407: (fc) FileChannel transferTo should use TransmitFile on Windows
Co-authored-by: Valeriy Kopylov <v-valkop@microsoft.com>
Reviewed-by: alanb
2014-12-16 15:38:29 +00:00
Kirk Shoop 4f61788a9f 8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows
Co-authored-by: Valeriy Kopylov <v-valkop@microsoft.com>
Reviewed-by: alanb
2014-10-19 11:52:53 +01:00
Vladimir Ivanov e54739f3c0 8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
Reviewed-by: jrose, psandoz
2014-12-09 09:22:07 -08:00
Vladimir Ivanov 7e261f5156 8057020: LambdaForm caches should support eviction
Reviewed-by: psandoz, jrose, shade
2014-12-04 07:15:37 -08:00
Alexander Scherbatiy 3d94b177cb 8065627: Animated GIFs fail to display on a HiDPI display
Reviewed-by: serb, azvegint
2014-12-10 17:20:48 +04:00
Daniel Fuchs da611e7209 8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
The call to JavaAWTAccess is moved outside of the critical section

Reviewed-by: mchung
2014-12-05 12:20:51 +01:00
Konstantin Shefov e1c2900ddd 8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
Reviewed-by: psandoz, vlivanov, dfuchs
2014-12-05 18:55:29 +03:00
Daniel Fuchs a84060d397 8065552: setAccessible(true) on fields of Class may throw a SecurityException
This fix hides the new private Class.classLoader field from reflection, rather than making it not accessible.

Reviewed-by: mchung, coffeys
2014-12-01 21:02:21 +01:00
Roger Riggs 032acb319b 8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed
Reviewed-by: martin
2014-11-13 12:29:54 -05:00
Sergey Bylokhov 9fc04e43bf 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
Reviewed-by: flar, prr
2014-11-28 10:42:03 +00:00
Ivan Gerasimov 98e79efd91 8062771: Core reflection should use final fields whenever possible
Reviewed-by: martin, jfranck
2014-11-28 16:17:30 +03:00
Vladimir Ivanov e5e94efaa9 8063135: Enable full LF sharing by default
Reviewed-by: psandoz, shade
2014-11-24 07:16:38 -08:00
Rob McKenna adc064816a 8067800: Clarify java.time.chrono.Chronology.isLeapYear for out of range years
Reviewed-by: rriggs
2015-12-04 18:40:59 +00:00
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