Commit Graph

5170 Commits

Author SHA1 Message Date
Alan Bateman
ccab6bc563 8066915: (fs) Files.newByteChannel opens directories for cases where subsequent reads may fail
Reviewed-by: chegar
2014-12-10 15:01:26 +00:00
Vladimir Ivanov
e0eba41e1c 8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
Reviewed-by: jrose, psandoz
2014-12-09 09:22:07 -08:00
Weijun Wang
26099e744a 8044500: Add kinit options and krb5.conf flags that allow users to obtain renewable tickets and specify ticket lifetimes
Reviewed-by: valeriep
2014-12-09 18:28:26 +08:00
Stuart Marks
b633764a63 8066835: TEST_BUG: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails
Reviewed-by: lancea
2014-12-08 14:32:31 -08:00
Kumar Srinivasan
277a0d2dc8 8066841: Need to exclude javacpl in tools/launcher/VersionCheck.java
Reviewed-by: alanb
2014-12-08 11:54:17 -08:00
Kumar Srinivasan
8732d09ae7 8066745: tools/pack200/Pack200Props.java failed with java.lang.OutOfMemoryError: Java heap space
Reviewed-by: alanb
2014-12-08 07:51:59 -08:00
Zaiyao Liu
34372ab223 8049432: New tests for TLS property jdk.tls.client.protocols
Reviewed-by: xuelei
2014-12-08 07:15:49 +00:00
Rob McKenna
9fa1d1239b 8065238: javax.naming.NamingException after upgrade to JDK 8
Reviewed-by: vinnie
2014-12-05 20:13:05 +00:00
Yuri Nesterenko
c08a28b218 8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2
Reviewed-by: serb, alexsch
2014-12-05 14:55:08 +03:00
Daniel Fuchs
7e7e10eb42 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
Stuart Marks
765c10de6e 8035001: TEST_BUG: the retry logic in RMID.start() should check that the subprocess hasn't terminated
Reviewed-by: lancea
2014-12-04 18:54:37 -08:00
Chris Plummer
a47e1013c2 6762191: Setting stack size to 16K causes segmentation fault
Fixed by forcing the stack size to always be at least 32k.

Reviewed-by: dholmes, alanb, ksrini, sspitsyn
2014-12-04 11:26:46 -08:00
Vladimir Ivanov
ea89dad13c 8057020: LambdaForm caches should support eviction
Reviewed-by: psandoz, jrose, shade
2014-12-04 07:15:37 -08:00
Jaroslav Bachorik
98da47c05b 8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently
Reviewed-by: sla
2014-12-04 10:34:55 +01:00
Zaiyao Liu
bf31fc249e 8048619: Implement tests for converting PKCS12 keystores
Reviewed-by: weijun
2014-12-04 16:50:31 +08:00
Phil Race
96da55b65e Merge 2014-12-03 11:52:40 -08:00
Chris Hegarty
dacb5a70f8 8066588: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile
Reviewed-by: alanb, smarks
2014-12-03 19:49:59 +00:00
Chris Hegarty
43842f6349 Merge 2014-12-03 19:28:35 +00:00
Jaroslav Bachorik
8fd2fa2d03 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
Amy Lu
65904e6ad1 8066131: Update java/nio/charset/Charset/NIOCharsetAvailabilityTest.java to eliminate dependency on sun.misc.Launcher
Reviewed-by: alanb
2014-12-03 14:34:42 +00:00
Chris Hegarty
441905cdc7 8049367: Modular Run-Time Images
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
2014-12-03 14:22:58 +00:00
Sergey Bylokhov
52d7a1021d 6345095: regression test EmptyClipRenderingTest fails
Reviewed-by: azvegint, alexsch
2014-12-03 15:43:25 +03:00
Katja Kantserova
a5ed93db7c 8044591: [TESTBUG] com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationp[Content]Test.java fail when -XX:+ExplicitGCInvokesConcurrent
Reviewed-by: sla, fparain
2014-12-03 11:56:02 +01:00
Shanliang Jiang
31af33c0e2 8065764: javax/management/monitor/CounterMonitorTest.java hangs
Reviewed-by: jbachorik, dfuchs
2014-12-03 11:38:56 +01:00
Alejandro Murillo
792bc020b9 Merge 2014-12-02 14:36:23 -08:00
Yuri Gaevsky
07b4a3626e 6364329: jstat displays "invalid argument count" with usage
Reviewed-by: jbachorik
2014-12-02 16:21:33 +01:00
Jan Lahoda
56d2ce25a9 8065998: Avoid use of _ as a one-character identifier
Reviewed-by: alanb, chegar, darcy
2014-12-02 15:12:40 +01:00
Stuart Marks
2f9a2c3c32 8035000: clean up ActivationLibrary.DestroyThread
Reviewed-by: lancea
2014-12-01 17:59:39 -08:00
Daniel Fuchs
3034f050f9 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
Igor Ignatyev
81cc6a5760 Merge 2014-12-01 22:22:02 +03:00
Igor Ignatyev
7abe24d3ea 8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
Reviewed-by: vlivanov, psandoz
2014-12-01 21:58:46 +03:00
Igor Ignatyev
3e1d5786af 8066191: Introduce time limited test executor
Reviewed-by: vlivanov, psandoz
2014-12-01 21:56:54 +03:00
Mark Sheppard
392436eade 8066130: com.sun.net.httpserver stop() throws NullPointerException if it is not started
Added null check on dispatcherThread variable in stop method

Reviewed-by: chegar
2014-12-01 17:20:06 +00:00
Katja Kantserova
e325ce88cb 8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file
Reviewed-by: jbachorik
2014-12-01 09:49:44 +01:00
Sergey Bylokhov
ab24ad80ee 8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
Reviewed-by: azvegint, alexsch
2014-11-30 15:43:08 +03:00
Lance Andersen
db7c757726 8066188: BaseRowSet default value for escape processing is not correct
Reviewed-by: alanb
2014-11-29 11:14:20 -05:00
Alan Bateman
f0b198804a 8062955: (fs spec) Files.setLastModifiedTime should specify SecurityException more clearly
8062949: (fs) Files.setLastModifiedTime(path, null) does not throw NPE

Reviewed-by: chegar
2014-11-28 14:58:10 +00:00
Sergey Bylokhov
246a6da52e 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
Reviewed-by: flar, prr
2014-11-28 10:42:03 +00:00
Alejandro Murillo
e7d19b374a Merge 2014-11-27 07:16:54 -08:00
Alexander Scherbatiy
6c2369366c 8065098: JColorChooser no longer supports drag and drop between two JVM instances
Reviewed-by: serb, pchelko
2014-11-27 14:27:46 +03:00
Yumin Qi
114dfd5a23 Merge 2014-11-26 23:49:02 +00:00
Yumin Qi
2ae66a0f29 8038468: java/lang/instrument/ParallelTransformerLoader.sh fails with ClassCircularityError
Add check null for loader in transform to avoid when loading a class in callback handler for boot loader, CFLH set early enough to catch classes needed during class loading, i.e. sun.misc.URLClassPath$JarLoader$2 seen in the failure.

Reviewed-by: acorn, sspitsyn
2014-11-26 15:33:43 -08:00
Daniel Fuchs
6026dc63ea 8065748: Add a test to verify that non ascii characters in Encodings.properties do not cause issues
Reviewed-by: joehw
2014-11-26 20:10:48 +01:00
Amy Lu
13f3dfa073 8060026: Update jdk/test/tools/launcher tests to eliminate dependency on sun.tools.jar.Main
Reviewed-by: alanb, ksrini, psandoz
2014-11-26 11:12:19 -08:00
Jesper Wilhelmsson
dcff994c52 Merge 2014-11-26 17:41:08 +01:00
Phil Race
9f11366ec6 Merge 2014-11-25 12:14:42 -08:00
Phil Race
9d88d91ecc Merge 2014-11-25 10:41:40 -08:00
Chris Hegarty
a6da554cfb 8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
Reviewed-by: dfuchs
2014-11-25 18:43:44 +00:00
Konstantin Shefov
758644082b 8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
Reviewed-by: psandoz, vlivanov
2014-11-25 14:16:55 +04:00
Vladimir Ivanov
b1ad8012a0 8063135: Enable full LF sharing by default
Reviewed-by: psandoz, shade
2014-11-24 07:16:38 -08:00
Daniel Fuchs
96da5b9ce3 8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
Loggers which have been configured with a handler in the configuration file will be retained by the LogManager until reset() is called. A new configuration property is added to explicitely turn the fix off.

Reviewed-by: mchung
2014-11-24 17:02:37 +01:00
Staffan Larsen
63cf080672 Merge 2014-11-24 09:57:03 +01:00
Mark Sheppard
e3e615d6bd 8065222: sun/net/www/protocol/http/B6369510.java doesn't execute as expected
Changed address.getHostName() to InetAddress.getLocalHost().getHostName() in URL construction in test's doClient method

Reviewed-by: chegar
2014-11-22 14:56:16 +00:00
Stuart Marks
da2c303927 8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
Reviewed-by: lancea, rriggs
2014-11-21 13:32:17 -08:00
Olivier Lagneau
c6db8bd7c7 8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
Add RedefineBigClass.sh and RetransformBigClss.sh in ProblemList.txt

Reviewed-by: dcubed, sspitsyn
2014-11-21 19:31:37 +01:00
Sean Mullan
a7bf39d7bd Merge 2014-11-21 15:26:24 -05:00
Sean Mullan
ca85e583e9 8046949: Generify the javax.xml.crypto API
Reviewed-by: xuelei
2014-11-21 15:23:36 -05:00
Alejandro Murillo
67933d7f11 Merge 2014-11-21 09:54:23 -08:00
Staffan Friberg
c90bc5b316 6321472: Add CRC-32C API
To add CRC-32C api and implementation

Reviewed-by: sherman
2014-11-21 09:28:53 -08:00
Alejandro Murillo
2e75649af2 Merge 2014-11-21 08:00:31 -08:00
Yuri Nesterenko
005c56c6e3 8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2
8064573: [TEST_BUG] javax/swing/text/AbstractDocument/6968363/Test6968363.java is asocial pressing VK_LEFT and not releasing
8064575: [TEST_BUG] javax/swing/JEditorPane/6917744/bug6917744.java 100 times press keys and never releases
8064809: [TEST_BUG] javax/swing/JComboBox/4199622/bug4199622.java contains a lot of keyPress and not a single keyRelease

Reviewed-by: alexsch, pchelko
2014-11-21 16:11:03 +03:00
Evgeniya Stepanova
71a33bf064 8062536: [TESTBUG] Conflicting GC combinations in jdk tests
Reviewed-by: brutisso, dholmes
2014-11-19 17:51:06 +03:00
Petr Pchelko
4fda3e56f4 8058193: [macosx] Potential incomplete fix for JDK-8031485
Reviewed-by: alexsch, serb
2014-11-19 16:42:19 +04:00
Alexander Stepanov
0e4eb0dc8f 8054143: move awt automated tests from AWT_Modality to OpenJDK repository - part 6
Reviewed-by: pchelko
2014-11-19 14:12:59 +04:00
Alexander Stepanov
221b429a77 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
Some new tests to check FileDialog modality behavior

Reviewed-by: alexsch, pchelko
2014-11-18 17:10:34 +04:00
Alexander Stepanov
ff18bab0ed 8055836: move awt tests from AWT_Modality to OpenJDK repository - part 9
Some modality tests for Print dialog were added

Reviewed-by: pchelko
2014-11-18 16:32:04 +04:00
Phil Race
9a4645749f Merge 2014-11-17 12:32:27 -08:00
Katja Kantserova
fb6b965e86 6542634: TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined
Reviewed-by: sla, jbachorik, egahlin
2014-11-18 16:20:16 +01:00
Aleksei Efimov
ee4d018bad 8064560: (tz) Support tzdata2014j
Reviewed-by: okutsu
2014-11-17 14:50:05 +03:00
Staffan Larsen
f755ca6acc Merge 2014-11-17 09:36:40 +01:00
Claes Redestad
f50ee8896a 8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width
Reviewed-by: sherman
2014-11-16 15:03:46 +01:00
Anton Nashatyrev
5b4a9bc976 8059739: Dragged and Dropped data is corrupted for two data types
Reviewed-by: serb, pchelko
2014-11-14 17:53:46 +03:00
Mikael Auno
9cc6c5c2c5 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
Reviewed-by: sla, alanb, dholmes, sspitsyn
2014-11-14 10:22:43 +01:00
Alejandro Murillo
e70f855944 Merge 2014-11-13 16:11:01 -08:00
Roger Riggs
4401923a82 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
Jesper Wilhelmsson
4ed33fbb19 Merge 2014-11-13 12:28:49 +01:00
Alexander Scherbatiy
d8d026811c 8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
Reviewed-by: serb, pchelko
2014-11-13 12:00:39 +03:00
Staffan Larsen
47ac075518 Merge 2014-11-13 08:02:38 +01:00
David Dehaven
1ce0119e15 Merge 2014-11-12 09:36:25 -08:00
David Dehaven
ba945b418e Merge 2014-11-12 09:20:12 -08:00
David Kocher
15d4deb44a 8046777: apple.security.KeychainStore has a problem searching for identities
Reviewed-by: mullan
2014-11-11 20:11:34 +00:00
Alejandro Murillo
8b0ba26865 Merge 2014-11-11 11:29:20 -08:00
Eric McCorkle
935c33a50c 8062556: Add jdk tests for JDK-8058322 and JDK-8058313
Add tests for two hotspot reflection fixes.

Reviewed-by: dholmes
2014-11-10 15:06:13 -05:00
Neil Toda
918fac5a52 8058407: Remove Multiple JRE support in the Java launcher
Reviewed-by: alanb, darcy, ksrini
2014-11-10 08:43:27 -08:00
Eric McCorkle
1c54a00f75 8055063: Parameter#toString() fails w/ AIOOBE for ctr of inner class w/ generic type
Add getAllGenericParameters, which attempts to report generic parameters with synthetic parameters to the best extent possible with current classfile information.

Reviewed-by: jfranck
2014-11-10 11:23:23 -05:00
Yuri Nesterenko
41d2bc7e75 8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1
Reviewed-by: pchelko, serb
2014-11-10 16:37:40 +03:00
Yuri Nesterenko
043868fac7 8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1
Reviewed-by: pchelko, serb
2014-11-10 16:23:30 +03:00
Lance Andersen
900872016c 8064356: Add BaseRowSet, SQLInputImpl, and SQLOutputImpl tests
Reviewed-by: joehw, rriggs
2014-11-09 17:59:06 -05:00
Alejandro Murillo
56d7a059c0 Merge 2014-11-07 06:35:24 -08:00
Pooja Chopra
19e7d7eb35 8058805: [TEST_BUG]Test java/awt/TrayIcon/SecurityCheck/NoPermissionTest/NoPermissionTest.java fails
Reviewed-by: yan, alexsch
2014-11-07 14:20:56 +04:00
Phil Race
f465a5f228 8062163: java/awt/geom/AffineTransform/TestInvertMethods.java test fails
Reviewed-by: jgodinez
2014-11-06 15:10:00 -08:00
Martin Buchholz
84e99bc48e 8062771: Core reflection should use final fields whenever possible
Reviewed-by: psandoz, darcy
2014-11-06 13:18:44 -08:00
Joe Wang
6c7132bcc9 8059327: XML parser returns corrupt attribute value
Reviewed-by: lancea
2014-11-07 13:23:36 -08:00
Anthony Scarpino
1924ac8a18 8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11
Reviewed-by: mullan, valeriep
2014-11-07 13:07:09 -08:00
Pavel Rappo
b6a37a3667 8059311: com/sun/jndi/ldap/LdapTimeoutTest.java fails with exit_code == 0
Reviewed-by: vinnie
2014-11-07 15:12:04 +00:00
Alex Schenkman
a4a5a90486 8062136: com/sun/jdi/Redefine-g.sh should be quarantined
8062137: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be quarantined

Update ProblemList.txt to exclude two tests

Reviewed-by: jbachorik
2014-11-06 03:53:31 -08:00
Claes Redestad
678e0c1b0d 8060130: Simplify the synchronization of defining and getting java.lang.Package
Reviewed-by: mchung, plevart, shade
2014-11-06 00:06:26 +01:00
Sergey Bylokhov
2476a824bd 7195187: [TEST_BUG] [macosx] javax/swing/SwingUtilities/7088744/bug7088744.java failed
Reviewed-by: azvegint, alexsch
2014-11-05 18:33:28 +03:00
Pavel Rappo
85ea78c191 8062759: Update test/javax/naming/spi/providers/InitialContextTest.java to use classpath
Reviewed-by: mchung
2014-11-05 11:11:27 +00:00
Jaroslav Bachorik
543d65a194 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