Christian Tornqvist
471474c6d8
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
...
Reviewed-by: dcubed, rriggs
2015-10-28 08:08:24 -07:00
Alejandro Murillo
f629fa832c
Merge
2015-10-19 12:30:18 -07:00
Paul Sandoz
5e8d2b8ebd
8080418: Add Optional.or()
...
Reviewed-by: chegar, forax, scolebourne
2015-10-19 11:28:50 -07:00
Aleksei Efimov
ef3d646119
8073519: schemagen does not report errors while generating xsd files
...
Reviewed-by: dfuchs
2015-10-16 19:05:49 +03:00
Jesper Wilhelmsson
40ec5e0a3b
Merge
2015-10-15 13:23:25 +02:00
Sean Coffey
7af86aa369
6907252: ZipFileInputStream Not Thread-Safe
...
Reviewed-by: sherman
2015-10-15 09:33:03 +01:00
Joe Darcy
655a976e65
8136799: Port fdlibm cbrt to Java
...
Reviewed-by: bpb
2015-10-14 16:17:08 -07:00
Doug Lea
c38b0eaba5
8134853: Bulk integration of java.util.concurrent classes
...
8080939: ForkJoinPool and Phaser deadlock
8044616: Clients of Unsafe.compareAndSwapLong need to beware of using direct stores to the same field
8071638: [JAVADOC] Buggy example in javadoc for afterExecute to access a submitted job's Throwable
8043743: Data missed in java.util.concurrent.LinkedTransferQueue
8054446: Repeated offer and remove on ConcurrentLinkedQueue lead to an OutOfMemoryError
8031374: TEST_BUG: java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java fails Intermittently
8034208: Cleanup to test/java/util/concurrent/BlockingQueue/Interrupt.java
8035661: Test fix java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java from jsr166 CVS
8062841: ConcurrentHashMap.computeIfAbsent stuck in an endless loop
8073208: javadoc typo in java.util.concurrent.Executor
8073704: FutureTask.isDone returns true when task has not yet completed
8037093: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails intermittently
8022642: ScheduledThreadPoolExecutor with zero corePoolSize create endlessly threads
8065320: Busy loop in ThreadPoolExecutor.getTask for ScheduledThreadPoolExecutor
8129861: High processor load for ScheduledThreadPoolExecutor with 0 core threads
8051859: ScheduledExecutorService.scheduleWithFixedDelay fails with max delay
7146994: example afterExecute for ScheduledThreadPoolExecutor hangs
Reviewed-by: martin, psandoz, chegar
2015-10-13 16:45:35 -07:00
Doug Lea
0f49a089d6
8134855: Bulk integration of java.util.concurrent.locks classes
...
8051848: ReentrantReadWriteLock.ReadLock fails on unlock by different thread
8049843: Lack of save / restore interrupt mechanism undermines the StampedLock
Reviewed-by: martin, psandoz, chegar
2015-10-13 16:35:22 -07:00
Doug Lea
2d8e9b323c
8134852: Integrate fork/join with API enhancements
...
Reviewed-by: martin, psandoz, chegar
2015-10-13 16:15:06 -07:00
Doug Lea
cf43156eed
8134851: Integrate CompletableFuture with API enhancements
...
8039378: CompletableFuture: Avoid StackOverflowError for long linear chains
Reviewed-by: martin, psandoz, chegar
2015-10-13 16:04:56 -07:00
Daniel Fuchs
bd69fa0635
8033661: readConfiguration does not cleanly reinitialize the logging system
...
Two new updateConfiguration methods have been added to LogManager: call updateConfiguration to update a configuration *after* the LogManager is initialized.
Reviewed-by: mchung
2015-10-12 20:13:22 +02:00
Amy Lu
b14bbfc3da
8139407: Mark java/rmi/registry/readTest/readTest.sh as intermittently failing
...
Reviewed-by: chegar
2015-10-12 17:07:40 +08:00
Aleksei Efimov
2e0d7b61ee
8139107: DateTimeFormatter with Locale.UK throw a NullPointerException when parsing zone
...
Reviewed-by: naoto
2015-10-10 12:52:09 +03:00
Chris Hegarty
f17770b428
8138978: Examine usages of sun.misc.IOUtils
...
Reviewed-by: alanb, mullan, psandoz, rriggs, weijun
2015-10-09 14:21:02 +01:00
Weijun Wang
4768e44b34
8085904: Test timeout on Mac
...
Reviewed-by: wetmore
2015-10-09 09:33:54 +08:00
Valerie Peng
fcb924e751
8130648: JCK test api/java_security/AuthProvider/ProviderTests_login starts failing after JDK-7191662
...
Make uninitialized SunPKCS11 provider throw IllegalStateException for AuthProvider calls.
Reviewed-by: mullan
2015-10-08 20:51:08 +00:00
Jaroslav Bachorik
64e85130bb
8138579: Custom launcher fails to start because of permission problem
...
Reviewed-by: sspitsyn, dsamersoff
2015-10-08 09:40:31 +02:00
Paul Sandoz
25c1cff728
8135248: Add utility methods to check indexes and ranges
...
Reviewed-by: forax, chegar, scolebourne, jrose, darcy
2015-10-07 15:22:43 +02:00
Joe Darcy
f674b491a6
8138823: Correct bug in port of fdlibm hypot to Java
...
Reviewed-by: bpb
2015-10-06 18:39:26 -07:00
David Dehaven
1d92a8874c
Merge
2015-10-05 13:45:50 -07:00
Naoto Sato
f8dca18a53
8138613: Remove SPI locale provider adapter from the default provider list
...
Reviewed-by: okutsu
2015-10-05 08:16:11 -07:00
Aleksei Efimov
673882edf9
8138716: (tz) Support tzdata2015g
...
Reviewed-by: peytoia
2015-10-05 17:38:04 +03:00
Jaroslav Bachorik
7d1251ff12
8138748: ManagementAgent.status DCMD fails with NPE for JMX configured on command line
...
Reviewed-by: sspitsyn, dsamersoff, olagneau
2015-10-02 18:49:54 +02:00
Jesper Wilhelmsson
9a874b10bb
Merge
2015-10-07 00:46:45 +02:00
Masayoshi Okutsu
ff7c1c3bca
8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java
...
Reviewed-by: naoto
2015-10-02 13:21:46 +09:00
Lance Andersen
07f5079718
8134426: Add serialVersionUID field to relevant javax.transaction classes
...
Reviewed-by: joehw, alanb
2015-10-01 09:59:16 -04:00
Dmitry Samersoff
768d7cfe71
8133063: Remove BasicLauncherTest from the problem list
...
Remove BasicLauncherTest from the problem list
Reviewed-by: jbachorik
2015-10-01 10:33:29 +03:00
Naveen Kumar
aef9a19da8
8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
...
Reviewed-by: peytoia, okutsu
2015-10-01 15:16:35 +09:00
Rob McKenna
ddf365ac99
8135305: InetAddress.isReachable reports true when loopback interface is specified
...
Reviewed-by: michaelm
2015-10-01 00:09:51 +01:00
Joe Darcy
112eb7283e
8136874: Bug in port of fdlibm pow to Java
...
Reviewed-by: bpb
2015-09-30 15:25:29 -07:00
Roger Riggs
eda52119fb
8137313: TreeTest.java intermittently fails with a timeout
...
Enhance debugging information
Reviewed-by: chegar, darcy
2015-09-30 12:33:08 -04:00
Artem Smotrakov
fb9ae3bb10
8137174: NTLM impl should use doPrivileged when it reads system properties
...
Reviewed-by: chegar
2015-09-30 15:30:50 +03:00
Daniel Fuchs
95b5f4d550
8137289: java/util/logging/DrainFindDeadlockTest.java hangs
...
Removed timeout=10 from @run command line. added new debug traces.
Reviewed-by: chegar, mchung
2015-09-30 11:17:32 +02:00
Artem Smotrakov
b47b3ceb6e
8136600: KinitConfPlusProps.java test intermittently fails because PortUnreachableException is missing
...
Reviewed-by: weijun
2015-09-29 18:01:33 +03:00
Ivan Gerasimov
f3e4326747
8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
...
Reviewed-by: rriggs
2015-09-29 17:26:14 +03:00
Alexander Scherbatiy
53ab9a2026
8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
...
Reviewed-by: serb
2015-09-29 15:19:52 +04:00
David Dehaven
5636c168b4
Merge
2015-09-28 08:14:42 -07:00
Amy Lu
25a239c820
8137232: Mark 3 more core-libs tests as intermittently failing
...
Reviewed-by: chegar
2015-09-28 16:39:12 +03:00
Jesper Wilhelmsson
643d67e7eb
Merge
2015-09-28 15:05:01 +02:00
Chris Hegarty
0cc24c29ca
8137056: Move SharedSecrets and interface friends out of sun.misc
...
Reviewed-by: alanb, mchung, psandoz, rriggs
2015-09-28 13:39:27 +01:00
Sergey Bylokhov
da9e27a018
8135160: Endless Loop in RiffReader
...
Reviewed-by: prr, amenkov
2015-09-27 00:51:27 +03:00
Amanda Jiang
8fb17dea79
8050402: Tests to check for use of policy files
...
Reviewed-by: mullan
2015-09-26 12:08:55 +03:00
Ivan Gerasimov
1613e728cc
8137121: (fc) Infinite loop FileChannel.truncate
...
Reviewed-by: alanb
2015-09-26 00:23:15 +03:00
Sha Jiang
451024f8df
8075286: Additional tests for signature algorithm OIDs and transformation string
...
SQE test co-location effort
Reviewed-by: valeriep
2015-09-24 18:16:56 +00:00
Dmitry Samersoff
37668179b5
8086134: Deadlock detection fails to attach to core file
...
Test reimplemented for jtreg
Reviewed-by: jbachorik
2015-09-24 20:40:12 +03:00
Naoto Sato
a463c1a271
8136518: java/util/TimeZone/CLDRDisplayNamesTest.java fails for de
...
Reviewed-by: okutsu
2015-09-24 09:05:24 -07:00
Rob McKenna
f2143bacd3
8135124: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
...
Reviewed-by: rriggs
2015-09-24 17:01:33 +01:00
Amanda Jiang
1e3b7fe1c2
8050427: LoginContext tests to cover JDK-4703361
...
Reviewed-by: weijun
2015-09-24 10:23:01 +08:00
Valerie Peng
500cb7ea83
8137068: Tests added in JDK-8048604 fail to compile
...
Fixed the 2 tests with correct jprt tags
Reviewed-by: xuelei
2015-09-24 01:45:44 +00:00