Joe Darcy
|
30bdc40c81
|
7039369: Limit range of strictfp in FloatingDecimal
Additional reviews by sergey.kuksenko@oracle.com
Reviewed-by: alanb
|
2011-04-26 10:35:06 -07:00 |
|
Lana Steuck
|
b550ca992e
|
Merge
|
2011-04-25 15:44:20 -07:00 |
|
Joe Darcy
|
896553f439
|
6998871: Support making the Throwable.stackTrace field immutable
Reviewed-by: dholmes, mchung, forax
|
2011-04-21 15:55:59 -07:00 |
|
Lana Steuck
|
b92cf6375e
|
Merge
|
2011-04-21 11:11:20 -07:00 |
|
Michael McMahon
|
1b62e08853
|
7034570: java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited
Reviewed-by: dholmes, alanb
|
2011-04-20 12:03:30 +01:00 |
|
Erik Trimble
|
0927ad6bb3
|
Merge
|
2011-04-19 18:14:51 -07:00 |
|
Mike Duigou
|
d845140f33
|
7035160: Disable broken test cases for test/java/lang/reflect/Generics/Probe.java
Reviewed-by: alanb
|
2011-04-18 11:31:38 -07:00 |
|
Joe Darcy
|
04d347dde1
|
7021568: Double.parseDouble() returns architecture dependent results
Reviewed-by: alanb
|
2011-04-17 22:52:26 -07:00 |
|
Lana Steuck
|
b99716e22a
|
Merge
|
2011-04-17 16:19:29 -07:00 |
|
Joe Darcy
|
b4d4e3bed4
|
6430675: Math.round has surprising behavior for 0x1.fffffffffffffp-2
Reviewed-by: alanb
|
2011-04-14 21:27:10 -07:00 |
|
Kelly O'Hair
|
7c8e01891a
|
Merge
|
2011-04-13 16:56:16 -07:00 |
|
Erik Trimble
|
5c3b84ba2d
|
Merge
|
2011-04-12 16:37:16 -07:00 |
|
Xueming Shen
|
e27e4cb99b
|
7033561: Missing Unicode Script aliases
Added 6.0 aliases
Reviewed-by: okutsu, peytoia, alanb
|
2011-04-10 23:33:14 -07:00 |
|
John R Rose
|
06a8e9b35e
|
7019529: JSR292: java/dyn/ClassValueTest.java depends on sub-test execution order
Test should not use static variables, because they may contain stale values.
Reviewed-by: twisti
|
2011-04-09 21:38:40 -07:00 |
|
John R Rose
|
e60c5b1af0
|
6817525: turn on method handle functionality by default for JSR 292
JVM bug 6817525 requires changes to some JDK unit tests; update test invocation flags and "Indify" snapshot
Reviewed-by: kvn, twisti
|
2011-04-07 22:07:06 -07:00 |
|
Kelly O'Hair
|
d2b1e20c7d
|
7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes
|
2011-04-06 22:06:11 -07:00 |
|
Lana Steuck
|
1c712d2e72
|
Merge
|
2011-04-04 17:28:28 -07:00 |
|
Lana Steuck
|
1e260ac520
|
Merge
|
2011-04-01 14:47:59 -07:00 |
|
Lana Steuck
|
24ab596494
|
Merge
|
2011-03-31 22:07:32 -07:00 |
|
Joe Darcy
|
92c64a56ae
|
7005628: Clarify NPE behavior of Throwable.addSuppressed(null)
Reviewed-by: dholmes, mchung, jjb
|
2011-03-31 19:09:02 -07:00 |
|
Mandy Chung
|
793f1078b6
|
7024172: Move BufferPoolMXBean and PlatformLoggingMXBean java.lang.management
Reviewed-by: alanb
|
2011-03-29 15:50:55 -07:00 |
|
Sergey Malenkov
|
4eb4d46567
|
6825739: jdk regression test failing on linux: java/lang/reflect/Method/InheritedMethods.java
Reviewed-by: rupashka
|
2011-03-24 21:45:46 +03:00 |
|
Jim Holmlund
|
1273c8e233
|
7029823: (ann) test/java/lang/annotation/package-info.java no longer compiles
Use @Deprecated instead of @java.lang.annotation.Documented
Reviewed-by: jjg, smarks
|
2011-03-24 11:40:13 -07:00 |
|
John R Rose
|
3718824e69
|
7012648: move JSR 292 to package java.lang.invoke and adjust names
Package and class renaming only; delete unused methods and classes; add @since tags; no code changes
Reviewed-by: twisti
|
2011-03-23 23:02:31 -07:00 |
|
Chris Hegarty
|
23ff61a1ff
|
6721694: java/lang/Thread/StartOOMTest.java fails with timeout or with crash
The test is not suitable to be run automatically
Reviewed-by: alanb
|
2011-03-03 16:48:53 +00:00 |
|
Michael McMahon
|
340701d021
|
7018606: (process) test/java/lang/ProcessBuilder/Basic.java failing intermittently (win)
Reviewed-by: alanb
|
2011-03-03 15:34:09 +00:00 |
|
Stuart Marks
|
dd0e38d73a
|
7021209: convert lang, math, util to use try-with-resources
Reviewed-by: alanb, darcy, naoto
|
2011-02-22 15:34:17 -08:00 |
|
Alan Bateman
|
4c2006a780
|
7021327: Changes for 7020888 included changes to other files in error
Reviewed-by: chegar
|
2011-02-22 14:28:13 +00:00 |
|
Alan Bateman
|
17cace4c58
|
7020888: (file) Miscellaneous and trivial clean-ups (typos and opportunities to use suppressed exceptions)
Reviewed-by: mduigou, chegar
|
2011-02-22 12:04:48 +00:00 |
|
Chris Hegarty
|
560ab81595
|
6562203: Thread doesn't terminate immediately if it was stopped before start
Reviewed-by: dholmes, alanb
|
2011-02-16 12:38:13 +00:00 |
|
Dmitry Nadezhin
|
aa6f495fbe
|
4421494: infinite loop while parsing double literal
Reviewed-by: darcy, alanb
|
2011-02-08 19:31:44 +00:00 |
|
Michael McMahon
|
1d6cc8fc42
|
6751021: TEST_BUG: race condition in the test java/lang/Runtime/exec/Duped.java
Reviewed-by: alanb
|
2011-02-03 12:57:04 +00:00 |
|
Lana Steuck
|
fb91d40572
|
Merge
|
2011-01-04 17:05:38 -08:00 |
|
Kelly O'Hair
|
6b6a611c8e
|
6962318: Update copyright year
Reviewed-by: xdono
|
2010-12-28 15:53:50 -08:00 |
|
Stuart Marks
|
6e7cb44eea
|
6880112: Project Coin: Port JDK core library code to use diamond operator
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
|
2010-12-20 13:47:04 -08:00 |
|
Lana Steuck
|
a0eaaf3f1e
|
Merge
|
2010-11-29 10:50:49 -08:00 |
|
Yuka Kamiya
|
4a4fb15178
|
6959267: Support Unicode 6.0.0
Reviewed-by: okutsu
|
2010-11-17 01:02:20 +09:00 |
|
Joe Darcy
|
3aae57e052
|
6991528: Support making Throwable.suppressedExceptions immutable
Reviewed-by: mchung, dholmes
|
2010-11-14 07:22:39 -08:00 |
|
Kelly O'Hair
|
39a2b6c9ff
|
6792706: Add JAR file to bootclasspath when using AggressiveOpts
Reviewed-by: alanb, kvn, darcy
|
2010-11-08 09:29:18 -08:00 |
|
Mandy Chung
|
d0f3de3b59
|
6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
Reviewed-by: dholmes, alanb
|
2010-10-19 10:02:25 -07:00 |
|
Mandy Chung
|
441155f0d9
|
6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang
Reviewed-by: alanb, dholmes
|
2010-10-19 09:49:08 -07:00 |
|
Mandy Chung
|
d990871881
|
6977738: Deadlock between java.lang.ClassLoader and java.util.Properties
Reviewed-by: alanb, sherman, darcy, igor
|
2010-10-11 20:22:27 -07:00 |
|
Alan Bateman
|
1550d01979
|
6989903: (process) test/java/lang/ProcessBuilder/Basic.java failing with "Bad file number" (sol)
Reviewed-by: ohair, chegar
|
2010-10-07 10:35:36 +01:00 |
|
Lana Steuck
|
53e6cf8989
|
Merge
|
2010-09-25 12:00:05 -07:00 |
|
Martin Buchholz
|
11cc8fa5e6
|
6981138: (process) Process.waitFor() may hang if subprocess has live descendants (lnx)
Do exit status handling before trying to close streams
Reviewed-by: alanb, dholmes
|
2010-09-17 14:35:00 -07:00 |
|
Lana Steuck
|
a682d9348d
|
Merge
|
2010-09-16 11:19:43 -07:00 |
|
Kelly O'Hair
|
f7e31fc6c2
|
6982137: Rebranding pass 2 - missed copyright changes
Reviewed-by: mbykov
|
2010-09-09 16:26:46 -07:00 |
|
Mandy Chung
|
c8f3efcc75
|
6981005: TEST BUG: java/lang/ClassLoader/TestCrossDelegate.sh timeout on windows
Increase timeout value
Reviewed-by: alanb
|
2010-08-31 09:15:34 -07:00 |
|
Martin Buchholz
|
aff3ad21b8
|
6980747: Runtime.exec can fail due to SecurityException (lnx)
Add missing doPrivileged to UNIXProcess.java.linux
Reviewed-by: alanb
|
2010-08-28 12:15:52 -07:00 |
|
Mandy Chung
|
a33a3ae92b
|
6921234: TEST_BUG: java/lang/ClassLoader/deadlock/TestCrossDelegate.sh needs to be modified for Cygwin
Add check for CYGWIN
Reviewed-by: ohair
|
2010-08-16 15:36:13 -07:00 |
|