Chris Hegarty
|
ac490e2fce
|
7073295: TEST_BUG: test/java/lang/instrument/ManifestTest.sh causing havoc (win)
Reviewed-by: mchung
|
2011-08-09 16:39:04 +01:00 |
|
Lana Steuck
|
c25444afe2
|
Merge
|
2011-08-05 16:03:00 -07:00 |
|
Mike Duigou
|
80af4650a8
|
7073296: Executable.equalParamTypes() incorrectly returns true when the number of params differs
Reviewed-by: alanb, darcy
|
2011-08-04 08:53:16 -07:00 |
|
John R Rose
|
8b3e857aab
|
7058651: JSR 292 unit tests need a refresh
Enhancements to unit tests.
Reviewed-by: never, twisti
|
2011-07-16 15:44:33 -07:00 |
|
John R Rose
|
30257105cb
|
7058630: JSR 292 method handle proxy violates contract for Object methods
Reviewed-by: never, twisti
|
2011-07-16 15:40:13 -07:00 |
|
John R Rose
|
8eddf40f8b
|
Merge
|
2011-07-13 01:40:55 -07:00 |
|
Lana Steuck
|
371dfdfc58
|
Merge
|
2011-06-23 14:56:38 -07:00 |
|
Chris Hegarty
|
6482ba14aa
|
7021010: java/lang/Thread/ThreadStateTest.java fails intermittently
Reviewed-by: dholmes, alanb, mchung
|
2011-06-23 13:15:14 +01:00 |
|
Lana Steuck
|
69ce407621
|
Merge
|
2011-06-22 23:23:58 -07:00 |
|
Alan Bateman
|
a12aaa8a35
|
7056447: test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java fails in agentvm
Reviewed-by: emcmanus
|
2011-06-22 15:13:29 +01:00 |
|
Alan Bateman
|
3b79194b8b
|
7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine
Reviewed-by: mchung
|
2011-06-21 16:11:24 +01:00 |
|
Joe Darcy
|
eb2d2e632c
|
7021922: java.lang.annoation.IncompleteExceptions throws NPE when type is null
Reviewed-by: alanb, forax
|
2011-06-17 10:34:44 -07:00 |
|
John R Rose
|
1f3aab409b
|
7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces
Fix non-compliant logic in MethodHandleProxies, fix invalid private classes in MethodHandlesTest
Reviewed-by: twisti, never
|
2011-06-14 22:47:12 -07:00 |
|
John R Rose
|
9acf4f0284
|
7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists.
Reviewed-by: twisti, never
|
2011-06-14 22:47:09 -07:00 |
|
John R Rose
|
ad33af1a1c
|
7051206: JSR 292 method name SwitchPoint.isValid is misleading to unwary users; should be hasBeenInvalidated
Reviewed-by: kvn, never, ysr
|
2011-06-03 11:20:20 -07:00 |
|
John R Rose
|
c0d9c39aa2
|
7049122: java/lang/invoke/RicochetTest.java with MAX_ARITY=255 in -Xcomp mode overflows code cache
Reduce the scope of the unit test (mark high water mark of testing with @ignore tags)
Reviewed-by: never
|
2011-06-01 23:56:51 -07:00 |
|
John R Rose
|
f32795386e
|
7050328: (jsr-292) findConstructor throws ExceptionInInitializerError if run under SecurityManager
Wrap system property and reflection accesses under doPrivileged. Ensure constant pool linkage bypasses the SM as specified.
Reviewed-by: kvn, never
|
2011-06-01 23:56:47 -07:00 |
|
John Coomes
|
93196c8b51
|
Merge
|
2011-05-27 19:03:03 -07:00 |
|
John R Rose
|
025d0aead8
|
7032323: code changes for JSR 292 EG adjustments to API, through Public Review
API code changes and javadoc changes following JSR 292 Public Review comments, through PFD
Reviewed-by: never
|
2011-05-26 17:37:36 -07:00 |
|
David Katleman
|
170844d307
|
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
Reviewed-by: ohair, trims
|
2011-05-25 13:32:36 -07:00 |
|
Erik Trimble
|
0840b597d1
|
Merge
|
2011-05-20 05:24:32 -07:00 |
|
John R Rose
|
8bb387d77e
|
7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one
Point-fixes for 7038847, 7038860, 7042656, 7042829, 7041853, and several other reports
Reviewed-by: never, kvn
|
2011-05-17 19:48:19 -07:00 |
|
John R Rose
|
4b011923e2
|
7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
Implement invocation corner cases, including correct type conversions and interface type enforcement.
Reviewed-by: never
|
2011-05-17 19:48:14 -07:00 |
|
Erik Trimble
|
282881dd84
|
Merge
|
2011-05-17 14:29:59 -07:00 |
|
John R Rose
|
9a58e303d7
|
6939861: JVM should handle more conversion operations
Integrate JDK code with JVM-supplied ricochet frames.
Reviewed-by: never, twisti
|
2011-05-12 19:27:49 -07:00 |
|
John R Rose
|
eb9632506b
|
7034977: JSR 292 MethodHandle.invokeGeneric should be renamed MethodHandle.invoke
Rename invokeGeneric to invoke
Reviewed-by: never, twisti
|
2011-05-12 19:27:33 -07:00 |
|
Xueming Shen
|
4463efaf61
|
7037261: j.l.Character.isLowerCase/isUpperCase need to match the Unicode Standard
Updated j.l.c.lsLowerCase/isUpperCase
Reviewed-by: okutsu
|
2011-04-28 20:18:57 -07:00 |
|
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 |
|