Anton Nashatyrev
76a1b40120
8078165: [macosx] NPE when attempting to get image from toolkit
...
Reviewed-by: serb, alexp
2015-04-23 18:04:43 +03:00
Rob McKenna
9a360e6e38
8074350: Support ISO 4217 "Current funds codes" table (A.2)
...
Reviewed-by: naoto
2015-04-22 14:48:58 +01:00
Alejandro Murillo
4f9190932a
Merge
2015-04-14 12:50:08 -07:00
Dmitry Markov
6282dd80bf
8073453: Focus doesn't move when pressing Shift + Tab keys
...
Reviewed-by: alexsch, ant
2015-04-14 16:33:01 +04:00
Alejandro Murillo
0c1fe3df08
Merge
2015-04-10 09:37:56 -07:00
Serguei Spitsyn
759e549668
8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
...
Update java/lang/instrument/RedefineMethodInBacktrace.sh test to cover the hotspot fix
Reviewed-by: coleenp, dcubed
2015-04-08 14:02:29 -07:00
Alejandro Murillo
035fcb982f
Merge
2015-03-24 08:19:33 -07:00
Claes Redestad
78b7b61eac
8074694: Lazy conversion of ZipEntry time
...
To backport the same fix to 8u
Reviewed-by: sherman
2015-03-18 09:46:09 -07:00
Serguei Spitsyn
beb0315e73
8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
...
Add new test java/lang/instrument/ManyMethodsBenchmarkAgent.java
Reviewed-by: coleenp, dcubed
2015-03-17 17:19:26 -07:00
Kevin Walls
696ebb309b
8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
...
Reviewed-by: jbachorik, mullan
2015-03-02 18:38:00 +00:00
Sergey Bylokhov
5bf8c5a3d9
8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues
...
Reviewed-by: prr, ant, alexsch
2015-03-12 10:06:55 -07:00
Nakul Natu
95966d6f38
8066436: Minimize can cause window to disappear on osx
...
Reviewed-by: serb, azvegint
2015-03-11 00:52:50 +03:00
Chris Hegarty
0aa15bc0cb
8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
...
Reviewed-by: alanb, igerasim
2015-01-29 20:45:30 +00:00
Daniel Fuchs
ef48a725a1
8074125: Add SerializedLogRecord test to jdk8u
...
This test deserializes LogRecord serial bytes produced on various versions of the JDK. In particular, when run on JDK 8, it verifies that a LogRecord serialized with the new JDK 9 serial form produced by JDK-8072645 can be deserialized by applications running on JDK 8.
Reviewed-by: coffeys
2015-03-03 15:10:57 +01:00
Brian Burkhalter
fa969eac3e
8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking
...
Remove restriction to blocking case
Reviewed-by: alanb, chegar
2015-02-27 14:36:03 -08:00
Lev Priima
611b79f4c4
8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
...
Reviewed-by: dholmes
2015-02-26 18:50:02 -05:00
Sean Coffey
2cc0143695
8071447: IBM1166 Locale Request for Kazakh characters
...
Reviewed-by: sherman
2015-02-26 10:00:01 +00:00
Sean Coffey
8afe0a1285
7178362: Socket impls should ignore unsupported proxy types rather than throwing
...
Reviewed-by: chegar
2015-02-25 11:44:53 +00:00
Claes Redestad
263c86d312
8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
...
Reviewed-by: coffeys, sherman
2015-02-21 13:46:24 +01:00
Lev Priima
ddb695c540
8073124: Tune test and document TimSort runs length stack size increase
...
Reviewed-by: dholmes
2015-02-16 19:16:50 -05:00
Lev Priima
3440c55e59
8072909: TimSort fails with ArrayIndexOutOfBoundsException on worst case long arrays
...
Reviewed-by: rriggs, dholmes
2015-02-12 10:34:35 -05:00
Brian Burkhalter
d2fb1d4722
8066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incorrect result
...
Replace divWord() with non-truncating alternatives
Reviewed-by: psandoz, darcy
2015-02-06 12:23:32 -08:00
Felix Yang
e25dde6dc1
8151535: TESTBUG: java/lang/invoke/AccessControlTest.java should be modified to run with JTREG 4.1 b13
...
Reviewed-by: coffeys
2016-03-17 09:08:41 +00:00
Ivan Gerasimov
8f78d59a0a
6977426: sun/tools tests can intermittently fail to find app's Java pid
...
Reviewed-by: dfuchs, jbachorik, egahlin, sjiang
2017-09-01 10:16:09 -07:00
Dmitry Markov
9257461531
8177414: Missing key events on Mac Os
...
Reviewed-by: serb, prr
2017-09-01 17:03:58 +01:00
Ramanand Patil
1775ea005f
8185346: Relax RMI Registry Serial Filter to allow arrays of any type
...
Registry filter should allow arrays of any type
Reviewed-by: rriggs, coffeys
2017-08-23 12:09:58 +03:00
David Buck
f86c5f0ce2
4354680: Runtime.runFinalization() silently clears interrupted flag in the calling thread
...
Reviewed-by: dholmes, chegar
2017-08-23 14:14:49 -04:00
Sreeprakash Sreedharan
2821a02bc6
8147002: [macosx] Arabic character cannot be rendered on MacOS X
...
Reviewed-by: prr, pnarayanan, jdv
2017-08-22 01:11:22 +01:00
Sreeprakash Sreedharan
8b8c4c8c0c
7162125: [macosx] A font has different behaviour for ligatures depending on its creation mod
...
Reviewed-by: srl, jgodinez
2017-08-22 01:09:26 +01:00
Rob McKenna
af0ce2d150
Merge
2017-08-03 08:07:39 -07:00
Ge Guo
4e337c6d16
8179423: 2 security tests started failing fom Jul CPU b05
...
Reviewed-by: mullan
2017-08-01 14:24:01 +01:00
Abhijit Saha
5f36eb9324
Merge
2017-07-25 07:53:04 -07:00
Abhijit Saha
4da92d0b8b
Merge
2017-07-13 21:51:45 -07:00
Chris Hegarty
15ba41a7e8
8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
...
Reviewed-by: alanb
2017-06-27 14:00:39 +01:00
Sean Coffey
faddbc421a
8182672: Java 8u121 on Linux intermittently returns null for MAC address
...
Reviewed-by: michaelm, chegar, clanger, msheppar, vtewari
2017-06-27 13:57:47 +01:00
Felix Yang
1fd4eb2824
8048052: Permission tests for setFactory
...
Add RuntimePermission tests for setFactory
Reviewed-by: weijun, mullan
2014-10-13 17:55:14 +08:00
Paul Sandoz
9a883ed557
8072030: Race condition in ThenComposeExceptionTest.java
...
Reviewed-by: chegar
2015-02-02 14:21:32 +01:00
Dmitry Markov
4b3b28fa8e
8064934: Incorrect Exception message from java.awt.Desktop.open()
...
Reviewed-by: azvegint, serb
2015-02-03 15:03:23 +04:00
Konstantin Shefov
8c83f99f6a
8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
...
Reviewed-by: psandoz, coffeys
2015-01-26 17:42:18 +03:00
Doug Lea
7daec4f2e6
8068432: Inconsistent exception handling in CompletableFuture.thenCompose
...
Reviewed-by: psandoz, chegar, martin
2015-01-21 09:46:21 +00:00
Anton Nashatyrev
df3b033bca
8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
...
Reviewed-by: ant, kizune
2015-01-20 19:41:42 +03:00
Sergey Bylokhov
bb67c99b24
8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts
...
Reviewed-by: bae, prr
2014-12-16 19:46:22 +00:00
Bhavesh Patel
a6d440a9b9
8068491: Update the protocol for references of docs.oracle.com to HTTPS
...
Reviewed-by: coffeys
2015-01-13 12:39:06 -08:00
Jonathan Lu
bb0d6ac57f
8058930: GraphicsEnvironment.getHeadlessProperty() does not work for AIX platform
...
Reviewed-by: serb
2014-09-25 14:33:03 +08:00
Anton Nashatyrev
9c46172a31
8071668: [macosx] Clipboard does not work with 3rd parties Clipboard Managers
...
Reviewed-by: ant, serb
2015-03-30 19:33:25 +03:00
Alexander Scherbatiy
713243bd74
8075244: [macosx] The fix for JDK-8043869 should be reworked
...
Reviewed-by: prr, serb, ant
2015-03-30 17:09:21 +04:00
Masayoshi Okutsu
0d2468e299
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
...
Reviewed-by: naoto
2015-03-30 17:50:59 +09:00
Alexander Zvegintsev
8c3cbe4731
8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener
...
Reviewed-by: alexsch, serb
2015-01-16 13:53:44 +03:00
Phil Race
feb07f46f2
8076979: [Regression] Test closed/java/awt/FontClass/DebugFonts.java fails with stackoverflow error
...
Reviewed-by: serb, jgodinez
2015-06-05 12:05:06 -07:00
Phil Race
2da5715736
8064833: [macosx] Native font lookup uses family+style, not full name/postscript name
...
Reviewed-by: bae, serb
2015-06-05 12:02:01 -07:00
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