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 |
|
Steve Drach
|
fe8757403b
|
8157524: Revert JarFile methods "entries" and "stream" to Java 8 behavior
Reviewed-by: alanb, psandoz, redestad
|
2016-07-19 10:05:22 -07:00 |
|
Michael Haupt
|
c777916f51
|
8158571: Additional method handle validation
Reviewed-by: jrose, ahgross, mchung
|
2016-06-08 21:45:34 +01:00 |
|
Michael Haupt
|
95535658a6
|
8155985: Persistent Parameter Processing
Reviewed-by: jrose, vlivanov, ahgross
|
2016-05-20 09:58:14 +01:00 |
|
John R Rose
|
a4ff82596a
|
8154475: Clean up lookup visibility
Reviewed-by: vlivanov, mhaupt, ahgross
|
2016-04-23 05:04:27 -07: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 |
|
Brian Burkhalter
|
d46ee264df
|
8161413: Math.fma javadoc doesn't have @since 9
Add @since tag for float and double versions of fma().
Reviewed-by: rriggs
|
2016-07-15 12:30:10 -07:00 |
|
Alan Bateman
|
90e6b1dedd
|
8161036: Fix copyright header
Reviewed-by: mchung
|
2016-07-15 17:31:30 +01: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 |
|
Steve Drach
|
0062a02e07
|
8150680: JarFile.Release enum needs reconsideration with respect to it's values
Reviewed-by: alanb, psandoz
|
2016-07-13 11:43:45 -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 |
|
Joe Darcy
|
098053564e
|
6226715: (ann) java.lang.annotation.AnnotationTypeMismatchException could not be serialized
Reviewed-by: rriggs
|
2016-07-05 21:11:40 -07:00 |
|
Alejandro Murillo
|
451f529750
|
Merge
|
2016-07-05 13:50:37 -07: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 |
|
Volker Simonis
|
50623e2781
|
8160457: VersionProps.versionNumbers() is broken
Reviewed-by: redestad, mchung, iris
|
2016-06-29 10:07:15 +02:00 |
|
Vladimir Kozlov
|
b7a4c8d92a
|
Merge
|
2016-06-24 15:06:50 -07:00 |
|
Alejandro Murillo
|
d26d73b61e
|
Merge
|
2016-06-23 17:11:19 -07:00 |
|
Paul Sandoz
|
3f0273a3c4
|
8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
Reviewed-by: shade
|
2016-06-23 13:46:48 +02:00 |
|
Claes Redestad
|
6c5912ccaa
|
8159590: Remove deprecated methods from jdk.internal.misc.VM
Reviewed-by: chegar, dholmes
|
2016-06-21 12:05:23 +02: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 |
|
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 |
|
Claes Redestad
|
a2ed889002
|
8160000: Runtime.version() cause startup regressions in 9+119
Reviewed-by: mchung, psandoz, erikj, forax, iris
|
2016-06-28 00:39:26 +02:00 |
|
Xueming Shen
|
6223e843f9
|
8160312: ArrayIndexOutOfBoundsException when comparing strings case insensitive
Reviewed-by: rriggs
|
2016-06-27 13:57:24 -07:00 |
|
Ivan Gerasimov
|
e8dfc516f8
|
8160264: Reuse Latin1/UTF16 compare routines
Reviewed-by: psandoz
|
2016-06-27 16:09:09 +03: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 |
|
Claes Redestad
|
63715643fa
|
8158933: String concat stringifiers setup should avoid unnecessary lookups
Reviewed-by: shade
|
2016-06-09 16:13:09 +02:00 |
|
Aleksey Shipilev
|
41b6361f34
|
8158851: MH.publicLookup() init circularity, triggered by custom SecurityManager with String concat and -limitmods java.base
Reviewed-by: alanb, redestad, jlaskey
|
2016-06-08 11:14:45 +03:00 |
|
Alejandro Murillo
|
331a214428
|
Merge
|
2016-06-06 12:45:17 -07:00 |
|
Naoto Sato
|
ffd210aefb
|
8146156: Inconsistent default locale in string formatter methods
Reviewed-by: sherman
|
2016-06-06 10:52:21 -07:00 |
|
Alejandro Murillo
|
023b8f4338
|
Merge
|
2016-06-06 09:58:04 -07:00 |
|
Shilpi Rastogi
|
389fc2ae25
|
8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE
Reviewed-by: sundar, mhaupt
|
2016-06-06 09:13:35 +02:00 |
|
Brent Christian
|
3af1187ad7
|
8152893: StackWalker#getCallerClass is not filtering hidden/ reflection frames when walker is configured to show hidden /reflection frames
Reviewed-by: mchung
|
2016-06-03 17:01:23 -07:00 |
|
Mandy Chung
|
74c27aab0f
|
8157892: StackFrame::getFileName returns null when a source file exists for native methods
8157977: getByteCodeIndex method from StackFrame does not return negative number when StackFrame is a native frame
Reviewed-by: dfuchs, bchristi
|
2016-06-02 16:39:14 -07:00 |
|
Alejandro Murillo
|
6e70c4d112
|
Merge
|
2016-06-02 14:58:53 -07:00 |
|
Michael Haupt
|
3eec24e560
|
8156868: MethodHandles.zero(Class) doc issues
Reviewed-by: psandoz, mhaupt
|
2016-06-02 14:28:16 +02:00 |
|
Joe Darcy
|
77859dc5ca
|
8158312: Update String.join example code to use List convenience factory methods
Reviewed-by: lancea, smarks
|
2016-05-31 19:13:21 -07:00 |
|
Alan Bateman
|
8547893efe
|
8158456: ModuleDescriptor.read does not verify dependence on java.base in module-info.class
8159248: ModuleFinder.of not clear that FindException thrown if module descriptor cannot be derived for automatic module
Reviewed-by: chegar, mchung
|
2016-06-17 08:41:39 +01:00 |
|
Joe Darcy
|
b4934af2e2
|
8159330: Improve deprecation text for Class.newInstance
Reviewed-by: rriggs, weijun
|
2016-06-14 09:03:12 -07:00 |
|
Claes Redestad
|
3fe3701880
|
8159334: ModuleDescriptor retains overlapping sets for all and concealed packages
Reviewed-by: alanb, mchung
|
2016-06-13 14:02:04 +02:00 |
|
Joe Darcy
|
0530bceffc
|
5041778: (ann) AnnotationFormatError if "default" Class type not found
Reviewed-by: jfranck
|
2016-06-12 12:14:52 -07:00 |
|
Srikanth Adayapalam
|
3d91ba0bc6
|
8033812: javadoc for java.lang.annotation.ElementType needs minor correction
Fix incorrect count of type contexts.
Reviewed-by: mcimadamore
|
2016-05-28 09:47:28 +05:30 |
|
Alejandro Murillo
|
62c695b852
|
Merge
|
2016-05-26 14:24:50 -07:00 |
|
Joe Darcy
|
c1630c7e87
|
6961865: javadoc for Boolean.valueOf(String) with null argument not clearly specified
Reviewed-by: shade
|
2016-05-26 13:18:32 -07:00 |
|
Mandy Chung
|
afae52743f
|
8157877: Clean up StackWalker permission checks
Reviewed-by: lancea, ahgross
|
2016-05-25 14:05:51 -07:00 |
|
Alan Bateman
|
bfb7fba79b
|
8156142: ModuleReader instances don't always throw NPE for passed null args
Reviewed-by: chegar, mchung
|
2016-05-25 20:12:32 +01:00 |
|