Amy Lu
|
5c73d79296
|
8163934: Remove intermittent key from java/lang/ProcessBuilder/Zombies.java
Reviewed-by: darcy
|
2016-08-30 09:31:28 +08:00 |
|
Claes Redestad
|
60754ca0fb
|
8164569: Generate non-customized invoker forms at link time
Reviewed-by: vlivanov
|
2016-08-24 16:11:21 +02:00 |
|
Alejandro Murillo
|
46babcb5b7
|
Merge
|
2016-08-22 08:27:10 -07:00 |
|
Peter Levart
|
b0aa08888c
|
8164547: Make java.lang.reflect.ClassLoaderValue public for internal use
Move it to jdk.internal.loader and make it public
Reviewed-by: shade, alanb
|
2016-08-22 13:16:51 +02:00 |
|
Alejandro Murillo
|
3fe5cc875a
|
Merge
|
2016-08-19 11:22:17 -07:00 |
|
Michael Haupt
|
22e95f995a
|
8164102: MethodHandles.countedLoop/4 works incorrect for start/end = Integer.MAX_VALUE
Reviewed-by: redestad
|
2016-08-19 10:03:43 +02:00 |
|
Claes Redestad
|
9dcafe04f0
|
8164044: Generate corresponding simple DelegatingMethodHandles when generating a DirectMethodHandle at link time
Reviewed-by: vlivanov, mhaupt, shade
|
2016-08-18 19:00:39 +02:00 |
|
Alejandro Murillo
|
284b527560
|
Merge
|
2016-08-12 14:12:56 -07:00 |
|
Mandy Chung
|
e2a0ff3e0d
|
8136930: Simplify use of module-system options by custom launchers
Reviewed-by: alanb, ksrini, henryjen, sundar
|
2016-08-10 15:51:25 -07:00 |
|
Dmitrij Pochepko
|
91414d0dfc
|
8129523: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java timeout
Reviewed-by: kvn
|
2016-08-08 11:32:11 +03:00 |
|
Alejandro Murillo
|
83f8829c06
|
Merge
|
2016-08-05 09:50:29 -07:00 |
|
Amy Lu
|
4710805267
|
8161024: Remove intermittent key from java/lang/Runtime/exec/LotsOfOutput.java
Reviewed-by: darcy
|
2016-08-04 15:45:24 +08:00 |
|
Roger Riggs
|
8bdadcb9dc
|
8160151: java/lang/ProcessBuilder/Zombies.java failed with error "1 zombies!"
Reviewed-by: dfuchs
|
2016-08-03 12:55:44 -04:00 |
|
Joe Darcy
|
ea95778f91
|
8162817: Annotation toString output not reusable for source input
Reviewed-by: plevart
|
2016-08-03 08:13:45 -07:00 |
|
Alejandro Murillo
|
41186dae1b
|
Merge
|
2016-07-29 16:11:57 -07:00 |
|
Claes Redestad
|
0ae20fdfaa
|
8163476: java/lang/StackWalker/VerifyStackTrace.java fails after JDK-8163369
Reviewed-by: igerasim, chegar
|
2016-08-09 15:02:27 +02:00 |
|
Karen Kinnear
|
201f2252c2
|
8162340: Better class stream parsing
Check package validity
Reviewed-by: lfoltan, coleenp, dholmes
|
2016-07-27 08:33:15 -04:00 |
|
Joe Darcy
|
085f7a6907
|
8162539: Test fails because it expects a blank between method signature and throws exception
Reviewed-by: coleenp
|
2016-07-26 12:56:26 -07:00 |
|
Iris Clark
|
89602315a1
|
8161236: Runtime.Version.{compareTo, equals}IgnoreOpt should be renamed
Reviewed-by: alanb, rfield, ksrini
|
2016-07-21 07:42:05 -07:00 |
|
Alejandro Murillo
|
4cdf3e05bf
|
Merge
|
2016-07-18 13:33:23 -07:00 |
|
Alejandro Murillo
|
50862707c8
|
Merge
|
2016-07-18 09:38:08 -07:00 |
|
Michael Haupt
|
7112e19bd1
|
8161212: Test times out: java/lang/invoke/LoopCombinatorLongSignatureTest.java
Reviewed-by: redestad
|
2016-07-18 14:06:50 +02:00 |
|
Svetlana Nikandrova
|
fc83043219
|
8054213: Class name repeated in output of Type.toString()
Reviewed-by: darcy
|
2016-07-18 14:39:21 +03:00 |
|
Joe Darcy
|
a9f457a94e
|
8161500: Use getTypeName and StringJoiner in core reflection toString methods
Reviewed-by: redestad
|
2016-07-18 10:27:58 -07:00 |
|
Amy Lu
|
a80a380ddb
|
8161347: Mark java/lang/ProcessBuilder/Zombies.java as intermittently failing
Reviewed-by: rriggs
|
2016-07-18 13:13:52 +08:00 |
|
Alejandro Murillo
|
2bff7015a6
|
Merge
|
2016-07-15 09:05:36 -07:00 |
|
Volker Simonis
|
d09561f8c6
|
8160564: TEST: Add a test to check the implementation of VersionProps.versionNumbers()
Reviewed-by: mchung, redestad
|
2016-07-14 16:49:30 +02:00 |
|
Serguei Spitsyn
|
3a2d3df9ed
|
8159147: Add ClassLoader parameter to new ClassFileTransformer transform method
Add ClassLoader parameter to new ClassFileTransformer transform method
Reviewed-by: alanb, dholmes, dcubed, mchung
|
2016-07-09 21:41:14 -07:00 |
|
Amy Lu
|
caddf21da8
|
8132548: java/lang/ThreadGroup/Stop.java fails with "RuntimeException: Failure"
Reviewed-by: dholmes, martin, darcy
|
2016-07-13 10:26:11 +08:00 |
|
Daniel Fuchs
|
d5e84de014
|
8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code
Loggers of the same name now share the same configuration.
Reviewed-by: mchung, mli
|
2016-07-12 11:29:01 +01:00 |
|
Alexandre Iline
|
d1197dfc96
|
8158670: Fix @modules in java/lang/SecurityManager/CheckSecurityProvider.java
Enhanced test to detect if the corresponding module is present and update provider list.
Reviewed-by: mchung, valeriep
|
2016-07-08 00:50:28 +00:00 |
|
Joe Darcy
|
871852cb44
|
8152174: Type annotations with a missing type throw NullPointerException
Reviewed-by: jfranck
|
2016-07-07 10:16:47 -07:00 |
|
Shilpi Rastogi
|
aec121f999
|
8158169: MethodHandles.dropArgumentsToMatch(...)
Reviewed-by: psandoz, mhaupt
|
2016-07-07 09:51:47 +02:00 |
|
Michael Haupt
|
d09f7620fe
|
8160717: MethodHandles.loop() does not check for excessive signature
Reviewed-by: psandoz, redestad
|
2016-07-06 17:10:36 +02:00 |
|
Roger Riggs
|
1e4ea02a07
|
8160848: Add diagnostics to java/lang/ProcessBuilder/Zombies
Reviewed-by: martin
|
2016-07-06 10:33:17 -04:00 |
|
Alejandro Murillo
|
451f529750
|
Merge
|
2016-07-05 13:50:37 -07:00 |
|
Shilpi Rastogi
|
33695b874c
|
8158510: Add test cases to validate Annotation
Reviewed-by: alanb, psandoz, mhaupt
|
2016-07-05 12:44:28 +02:00 |
|
Michael Haupt
|
a06c5e0f57
|
8143211: provide bytecode intrinsics for loop and try/finally executors
Reviewed-by: psandoz, redestad, vlivanov
|
2016-07-04 10:08:18 +02:00 |
|
Alejandro Murillo
|
3689909db0
|
Merge
|
2016-07-01 16:50:37 -07:00 |
|
Vladimir Kozlov
|
b7a4c8d92a
|
Merge
|
2016-06-24 15:06:50 -07:00 |
|
Paul Sandoz
|
3f0273a3c4
|
8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
Reviewed-by: shade
|
2016-06-23 13:46:48 +02:00 |
|
Hamlin Li
|
efac3d44f2
|
8159879: Some typo and minor test bugs in ava/lang/module/ModuleReferenceTest.java and ConfigurationTest.java
Reviewed-by: alanb
|
2016-06-20 18:30:57 -07:00 |
|
Paul Sandoz
|
734dbe4089
|
8158039: VarHandle float/double field/array access should support CAS/set/add atomics
Reviewed-by: shade, vlivanov, darcy
|
2016-06-20 17:57:19 +02:00 |
|
Hamlin Li
|
2ac6a74d79
|
8159762: Some minor test bugs in java/lang/module/ModuleDescriptorTest.java
Reviewed-by: alanb
|
2016-06-18 16:50:19 -07:00 |
|
Roger Riggs
|
2fce52789b
|
8155808: Process.getInputStream().skip() method is faulty
For Process input streams, implement skip as read
Reviewed-by: prappo, dfuchs
|
2016-06-17 15:57:28 -04:00 |
|
Aleksey Shipilev
|
e663206d07
|
8157726: VarHandles/Unsafe should support sub-word atomic ops
Reviewed-by: psandoz, vlivanov, lagergren
|
2016-06-15 11:20:15 +03:00 |
|
Paul Sandoz
|
7dd146f072
|
8160439: Replace asserts in VarHandle.AccessMode with tests
Reviewed-by: vlivanov, rriggs, martin
|
2016-06-29 08:30:49 +02:00 |
|
Amy Lu
|
e926c77845
|
8156536: Remove intermittent key from TreeTest.java and move back to tier1
Reviewed-by: darcy
|
2016-06-28 14:39:09 +08:00 |
|
Xueming Shen
|
6223e843f9
|
8160312: ArrayIndexOutOfBoundsException when comparing strings case insensitive
Reviewed-by: rriggs
|
2016-06-27 13:57:24 -07:00 |
|
Chris Hegarty
|
c53f3cbcbe
|
8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
Reviewed-by: alanb, dholmes, shade
|
2016-06-24 06:47:32 +01:00 |
|