Jesper Wilhelmsson
ace4ef5700
Merge
2016-03-05 10:10:20 +01:00
Xue-Lei Andrew Fan
3c244740c6
8148108: Disable Diffie-Hellman keys less than 1024 bits
...
Reviewed-by: vinnie, mullan
2016-03-04 14:04:01 +00:00
Coleen Phillimore
d0426d7d41
8150778: Reduce Throwable.getStackTrace() calls to the JVM
...
Replace JVM_GetStackTraceDepth and JVM_GetStackTraceElement, with JVM_GetStackTraceElements that gets all the elements in the StackTraceElement[]
Reviewed-by: dfuchs, mchung, shade, hseigel
2016-03-10 14:20:59 -05:00
Aleksey Shipilev
f6ca30aea5
8150465: Unsafe methods to produce uninitialized arrays
...
Reviewed-by: jrose, kvn, psandoz, aph, twisti, flar
2016-03-03 23:57:07 +03:00
Mikael Vidstedt
a42172d65b
8149159: Clean up Unsafe
...
Reviewed-by: jrose, kvn, stsmirno, chegar, aph, psandoz, redestad, twisti
2016-03-03 09:12:05 -08:00
Rachel Protacio
29383473b1
8145098: JNI GetVersion should return JNI_VERSION_9
...
Updated JNI_VERSION for current version to be JNI_VERSION_9
Reviewed-by: hseigel, gtriantafill, dholmes, alanb
2016-03-02 14:52:35 -05:00
Ramanand Patil
dae73946be
8087104: DateFormatSymbols triggers this.clone() in the constructor
...
Instead of using its own instance for caching and calling clone in DateFormatSymbols, a nested class SymbolsCacheEntry is introduced.
Reviewed-by: okutsu, peytoia
2016-03-02 23:28:59 +05:30
Steve Drach
da10efd829
8150679: closed/javax/crypto/CryptoPermission/CallerIdentification.sh fails after fix for JDK-8132734
...
Also fixes JDK-8150920
Reviewed-by: psandoz, redestad
2016-03-03 09:47:40 -08:00
Doug Lea
a9c908bcb3
8150417: Make ThreadLocalRandom more robust against static initialization cycles
...
Reviewed-by: martin, psandoz, dholmes, mhaupt
2016-03-03 10:39:34 -08:00
Vyom Tewari
b053911474
8150521: SharedSecrets.getJavaNetInetAddressAccess should ensure that InetAddress is initialised
...
Reviewed-by: alanb, chegar
2016-03-03 17:27:35 +00:00
Vyom Tewari
96f1a8250d
8148609: socket impl supportedOptions() should return an immutable set
...
Reviewed-by: alanb, chegar
2016-03-03 17:21:08 +00:00
Chris Hegarty
622963bd4d
8151140: Replace use of lambda/method ref in jdk.Version constructor
...
Reviewed-by: psandoz
2016-03-03 12:07:45 +00:00
Chris Hegarty
d6208a2b4a
8150162: Move sun.misc.Version to a truly internal package
...
Reviewed-by: alanb, iris, mchung, rriggs
2016-03-03 12:07:13 +00:00
Tagir F. Valeev
c880124c81
8147505: BaseStream.onClose() should not allow registering new handlers after stream is consumed
...
Reviewed-by: psandoz
2016-03-03 10:06:25 +01:00
Tagir F. Valeev
90adb4174f
8072727: add variation of Stream.iterate() that's finite
...
Reviewed-by: psandoz, briangoetz
2016-03-03 10:06:16 +01:00
Mikael Vidstedt
2255be0267
8149596: Remove java.nio.Bits copy wrapper methods
...
Reviewed-by: bpb, chegar, psandoz
2016-03-02 13:21:20 -08:00
Michael Haupt
1619ac11c9
8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException
...
Reviewed-by: psandoz
2016-03-02 20:16:11 +01:00
Chris Hegarty
645c21e16f
8150976: JarFile and MRJAR tests should use the JDK specific Version API
...
Reviewed-by: alanb, mchung
2016-03-02 16:25:29 +00:00
Michael Haupt
fc2641e57f
8150953: j.l.i.MethodHandles: example section in whileLoop(...) provides example for doWhileLoop
...
Reviewed-by: psandoz
2016-03-02 14:15:15 +01:00
Ivan Gerasimov
2c101cfb09
8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
...
Reviewed-by: martin
2016-03-02 14:10:40 +03:00
Kumar Srinivasan
99bfb14042
8147755: ASM should create correct constant tag for invokestatic on handle point to interface static method
...
Updates asm to v5.1
Reviewed-by: forax
2016-03-01 12:33:04 -08:00
Hamlin Li
569de7b0ea
8151785: Doc typo in src/../java/util/stream/PipelineHelper.java
...
Change from "intoWrapped" to "copyInto".
Reviewed-by: rriggs
2016-03-15 12:38:35 +08:00
Alejandro Murillo
58fcd079ce
Merge
2016-03-14 14:28:53 -07:00
Abhijit Roy
c6a6f496a8
8151062: Unclosed parenthesis in java.util.EnumMap.clone() Javadoc
...
Reviewed-by: rriggs
2016-03-12 00:58:39 +05:30
Michael Haupt
bfb7e8cd07
8150782: findClass / accessClass throw unexpected exceptions
...
Reviewed-by: sundar
2016-03-13 20:26:29 +01:00
Daniel Fuchs
a2f7bf924c
8150856: Inconsistent API documentation for @param caller in System.LoggerFinder.getLogger
...
@throws clause is correct; @param caller documentation fixed: caller must not be null.
Reviewed-by: martin
2016-03-01 12:05:14 +01:00
Jesper Wilhelmsson
633dd2bf9d
Merge
2016-02-29 15:24:51 +01:00
Michael Haupt
2d20eec823
8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
...
Reviewed-by: redestad
2016-02-29 14:16:20 +01:00
Tobias Hartmann
a09d434fda
Merge
2016-02-29 09:02:14 +01:00
Cheleswer Sahu
b9e4cabc43
8130425: libjvm crash due to stack overflow in executables with 32k tbss/tdata
...
Reviewed-by: kevinw, dholmes
2016-02-26 16:19:04 +05:30
Jamil Nimeh
572b48bca5
8145854: SSLContextImpl.statusResponseManager should be generated if required
...
Implement server-side lazy initialization of StatusResponseManagers in the SSLContextImpl class.
Reviewed-by: xuelei
2016-02-25 16:10:15 -08:00
Steve Drach
e2181b48a5
8151339: Adding fragment to JAR URLs breaks ant
...
Reviewed-by: alanb
2016-03-07 19:37:10 +00:00
Sean Mullan
ed0eef5c6b
Merge
2016-03-07 10:11:59 -05:00
Sean Mullan
e868165acc
8138653: Default key sizes for the AlgorithmParameterGenerator and KeyPairGenerator implementations should be upgraded
...
Reviewed-by: coffeys, vinnie
2016-03-07 10:10:04 -05:00
Vinnie Ryan
3698f154bf
8151149: CipherSpi implementation of PBEWithSHA1AndDESede returns key size in bytes
...
Reviewed-by: xuelei
2016-03-07 14:52:36 +00:00
Michael McMahon
095027bd74
8087112: HTTP API and HTTP/1.1 implementation
...
Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
2016-02-25 23:14:22 +00:00
Christian Tornqvist
fb338bec25
8150490: Update OS detection code to recognize Windows Server 2016
...
Reviewed-by: mgronlun, alanb, dholmes
2016-02-24 16:33:19 -05:00
Aleksey Shipilev
7386fd0385
8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
...
Reviewed-by: psandoz, kvn, jrose, adinn, simonis, coleenp
2016-02-23 22:10:02 +03:00
Aleksey Shipilev
ef5eb42e40
8150180: String.value contents should be trusted
...
Reviewed-by: vlivanov, redestad, jrose, twisti
2016-02-23 17:55:28 +03:00
Alejandro Murillo
d147a661d8
Merge
2016-02-18 15:19:41 -08:00
Roger Riggs
1ea7533dbf
8149750: Decouple sun.misc.Signal from the base module
...
Reviewed-by: chegar, dholmes
2016-02-18 14:44:50 -05:00
Jesper Wilhelmsson
a81de9e451
Merge
2016-02-18 18:07:47 +01:00
Xue-Lei Andrew Fan
0dd8a15d8d
8148500: [Spec] Enabled SSL Protocols may not be used
...
Reviewed-by: mullan, jnimeh
2016-02-18 02:49:44 +00:00
Xue-Lei Andrew Fan
da96e1d07a
8139565: Restrict certificates with DSA keys less than 1024 bits
...
Reviewed-by: mullan
2016-02-18 02:36:38 +00:00
Aleksey Shipilev
6fe8f6f2f5
8149835: StringConcatFactory should emit classes with the same package as the host class
...
Reviewed-by: psandoz, alanb, mchung
2016-02-17 19:29:16 +03:00
Vladimir Ivanov
410f75949f
8148518: Unsafe.getCharUnaligned() loads aren't folded in case of -XX:-UseUnalignedAccesses
...
Reviewed-by: kvn, shade
2016-02-17 18:49:38 +03:00
Chris Hegarty
2753ab4610
8068686: Remove meta-index support
...
Reviewed-by: alanb, erikj, mchung
2016-02-17 11:45:46 +00:00
Daniel D. Daugherty
4d0a1d0222
Merge
2016-02-16 12:09:11 -08:00
Doug Lea
eb6ab98ebc
8145485: Miscellaneous changes imported from jsr166 CVS 2016-02
...
Reviewed-by: martin, psandoz, chegar
2016-02-16 09:52:49 -08:00
Doug Lea
1e1ba84461
8139927: Improve documentation for CompletableFuture composition
...
8143089: CompletableFuture.whenComplete should use addSuppressed
Reviewed-by: martin, psandoz, chegar, plevart
2016-02-16 09:49:14 -08:00