Rob McKenna
77bcb60eee
7152892: some jtreg tests fail with permission denied
...
Reviewed-by: coffeys
2014-02-10 14:35:42 +00:00
Xueming Shen
8cdace2575
8032012: String.toLowerCase/toUpperCase performance improvement
...
Updated the implementation to improve the performance
Reviewed-by: psandoz, forax
2014-02-07 09:04:17 -08:00
Joe Darcy
1c57114347
8033416: Remove sun.misc.FpUtils
...
Reviewed-by: alanb, bpb, psandoz
2014-02-03 09:52:36 -08:00
Ivan Gerasimov
592907e7f2
8027348: (process) Enhancement of handling async close of ProcessInputStream
...
Reviewed-by: martin
2014-01-30 00:02:46 +04:00
Jaroslav Bachorik
9e782fae6d
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
Sunny Chan
9d9bc9f86d
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
Daniel Smith
aa81fd4ead
8032697: Issues with Lambda
...
Reviewed-by: ahgross, briangoetz, dlsmith, rfield
2014-01-28 17:22:07 -08:00
Vladimir Kozlov
1981dde213
Merge
2014-01-28 14:58:15 -08:00
Vladimir Kozlov
57b7b831ae
Merge
2014-01-28 14:57:41 -08:00
Robert Field
1b02cd3f12
8032711: Issue with Lambda in handling
...
8032704: Issues with lib perm in Lambda
Reviewed-by: jrose, ahgross, briangoetz
2014-01-28 12:53:56 -08:00
Mandy Chung
1e80ad98e4
6760902: inconsistent behavior in system class loader for classes and resources
...
Reviewed-by: psandoz, ksrini
2014-01-27 16:22:08 -08:00
Shanliang Jiang
7d09fd8b12
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
Jaroslav Bachorik
f0a718ceb0
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
Vladimir Kozlov
9c83896027
Merge
2014-01-22 14:17:32 -08:00
Jaroslav Bachorik
ea1c41f454
8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently
...
Reviewed-by: dholmes
2014-01-21 13:04:55 +01:00
Volker Simonis
70041ae4e4
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
Erik Joelsson
30bc289192
8030781: System.setProperties(null) drops all system properties (RELEASE not set)
...
Reviewed-by: alanb
2014-01-08 14:04:35 +01:00
Abhijit Saha
7e9ef6dd1f
Merge
2014-01-16 21:44:18 -08:00
Abhijit Saha
a9a038efa7
Merge
2014-01-15 10:09:00 -08:00
Joe Darcy
48ce9464b0
8031651: Remove unneeded -source and -target flags in jdk repo regression tests
...
Reviewed-by: dfuchs, mullan
2014-01-14 10:08:24 -08:00
Jaroslav Bachorik
a635170108
8030847: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails intermittently again
...
Reviewed-by: dholmes, sla, mchung
2014-01-14 13:09:34 +01:00
Chris Hegarty
be247dff24
Merge
2014-01-10 15:04:46 +00:00
Vladimir Kozlov
71ac207668
Merge
2013-12-12 11:04:11 -08:00
Roger Riggs
fa4d687935
8031961: (process) java/lang/ProcessBuilder/Basic.java uses "cp -p" which is inefficient
...
Replace invocation of /bin/cp with NIO Files.copy
Reviewed-by: martin, alanb
2014-01-16 10:33:07 -05:00
Vladimir Ivanov
3621fb4643
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
Dmitry Nadezhin
a4bef039d5
8030814: Long.parseUnsignedLong should throw exception on too large input
...
Change test for overflow of unsigned long
Reviewed-by: darcy, psandoz
2014-01-15 10:40:22 -08:00
Tristan Yan
167190a3d0
8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout
...
Reviewed-by: mchung
2013-12-19 13:43:30 -08:00
Jaroslav Bachorik
f574d5ef40
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
Alan Bateman
0cf258eec2
8029886: Change SecurityManager check{TopLevelWindow, SystemClipboardAccessAwtEventQueueAccess} to check AllPermission
...
Reviewed-by: mchung, prr, art, mullan
2013-12-18 08:41:46 +00:00
Vladimir Kozlov
75284b677e
Merge
2013-12-05 15:10:36 -08:00
Martin Buchholz
3bca43355b
8029629: java/lang/ProcessBuilder/Basic.java fails intermittently
...
Improved test for Thread.interrupt
Reviewed-by: martin, rriggs
2013-12-05 15:49:53 -05:00
Roger Riggs
efe46c73dd
8029525: java/lang/ProcessBuilder/Basic.java fails intermittently
...
Reviewed-by: alanb, chegar
2013-12-05 16:19:06 +00: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
Jaroslav Bachorik
b77ba98513
6987597: ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS
...
Reviewed-by: mchung
2013-11-28 09:10:18 +01: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
Lana Steuck
33cd414e58
Merge
2013-11-25 09:40:25 -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
Lana Steuck
1a633e63a9
Merge
2013-11-15 07:14:23 -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
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
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
Xueming Shen
dc1dba10e7
8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression
...
To undo the change for 6559590
Reviewed-by: darcy
2013-11-13 22:22:28 -08:00
Eric McCorkle
fadfc31bec
8026884: test for fix of JDK-8021398 does not have @bug tag
...
8028021: @since 1.8 missing for certain methods in java.lang.reflect.Method in generated api docs
Two documentation fixes
Reviewed-by: darcy
2013-11-13 15:48:21 -05:00
Xueming Shen
4208726b35
8027645: Pattern.split() with positive lookahead
...
6559590: Pattern.compile(".*").split("") returns incorrect result
Updated spec/impl for these two corner cases
Reviewed-by: alanb, psandoz
2013-11-13 11:26:01 -08:00
Sergey Bylokhov
9ab430a0d2
8027696: Incorrect copyright header in the tests
...
Reviewed-by: alanb, malenkov, mullan
2013-11-12 20:24:25 +04:00
Vladimir Ivanov
ee23c1f412
8027823: catchException combinator fails with 9 argument target
...
Reviewed-by: jrose
2013-11-09 04:21:28 +04:00
Jaroslav Bachorik
db68e03030
6523160: RuntimeMXBean.getUptime() returns negative values
...
RuntimeMXBean.getUptime() should be based on HR timers rather than on the OS time
Reviewed-by: dholmes, sla
2013-11-10 20:05:03 +01:00
Lana Steuck
84da58d996
Merge
2013-11-08 17:36:14 -08:00