1078 Commits

Author SHA1 Message Date
Jaroslav Bachorik
fbce4be2e6 8138677: IllegalAccessException Class sun.usagetracker.UsageTrackerClient$4 (module java.base) can not access a member of class java.lang.management.ManagementFactory (module java.management)
Reviewed-by: alanb, mchung, dholmes, erikj, ihse
2015-12-11 14:02:41 +01:00
Volker Simonis
c19bf5ef49 8145212: ISO-8859-1 isn't properly handled as 'fastEncoding' in jni_util.c
Reviewed-by: martin, rriggs
2015-12-14 15:32:03 +01:00
Chris Hegarty
78853b0d46 8143185: Cleanup for handling proxies
Reviewed-by: alanb, darcy, robm, rriggs, skoivu, rriggs
2015-12-01 12:38:28 +00:00
Michael Haupt
1d4561775d 8081512: Remove sun.invoke.anon classes, or move / co-locate them with tests
Reviewed-by: mchung, sundar
2015-12-09 11:02:54 +00:00
Alejandro Murillo
8d7fe09e10 Merge 2015-12-03 22:30:21 -08:00
Michael Haupt
03e64cef7b 8143343: add JEP 274 Javadoc tests to JavaDocExamplesTest
Reviewed-by: sundar
2015-12-03 15:36:20 +01:00
Michael Haupt
d66865cb0f 8072844: Use more efficient LambdaForm type representation
Reviewed-by: sundar, redestad
2015-12-03 15:34:39 +01:00
Hamlin Li
d3f047f9cf 8144214: Some log messages will be discarded when VM is bootstrapping
Use logp instead of log.

Reviewed-by: dfuchs
2015-12-02 19:27:16 -08:00
Masayoshi Okutsu
00cf15a96c 8141243: Unexpected timezone returned after parsing a date
Reviewed-by: naoto, peytoia
2015-12-03 15:34:08 +09:00
Phil Race
ab52dbb30c Merge 2015-12-02 16:37:55 -08:00
Stuart Marks
2b8f5ec785 8143858: typo in Timer.purge() doc
Reviewed-by: darcy
2015-12-02 14:18:26 -08:00
Vyom Tewari
dc93a924ee 6856817: Poor performance of Writer#append with CharBuffer
Poor performance of Writer#append with CharBuffer

Reviewed-by: rriggs, dfuchs, sherman, shade
2015-12-02 21:32:40 +01:00
Phil Race
c410a92fed Merge 2015-12-02 11:22:27 -08:00
Lana Steuck
af7402f069 Merge 2015-12-02 09:34:55 -08:00
Phil Race
214c48d9d2 Merge 2015-12-02 09:15:12 -08:00
Nadeesh TV
96842473fa 8144349: @since tag missed
Reviewed-by: rriggs, scolebourne
2015-12-02 10:24:54 -05:00
Roger Riggs
e863272e84 8143879: jdk/internal/jimage/JImageReadTest.java crashes jvm in msvcr120.dll
Correct iteration in ImageFileReader.remove and contains()

Reviewed-by: jlaskey
2015-12-02 10:15:26 -05:00
Roger Riggs
bdca5d5f82 8143876: test/java/lang/ProcessHandle/TreeTest.java failed intermittently with assertion error
The parent pid may be re-used, check that the child was started after the parent

Reviewed-by: darcy
2015-12-02 09:40:14 -05:00
Claes Redestad
7010cf730d 8143131: Remove unused code from java.lang.invoke
Reviewed-by: vlivanov, jrose, mhaupt
2015-12-02 12:28:24 +01:00
Weijun Wang
8fc9b58a4e 8130132: jarsigner should emit warning if weak algorithms or keysizes are used
Reviewed-by: mullan
2015-12-02 16:44:57 +08:00
Weijun Wang
7779102abc 8141457: keytool default cert fingerprint algorithm should be SHA-256
Reviewed-by: mullan
2015-12-02 16:44:54 +08:00
Vinnie Ryan
a63d39ad89 8144093: JEP 244/8051498 - TLS Application-Layer Protocol Negotiation Extension
Reviewed-by: wetmore, xuelei, mullan, coffeys
2015-12-02 03:37:29 +00:00
Alejandro Murillo
40272426a0 Merge 2015-12-01 11:12:27 -08:00
Nils Eliasson
072a8dc245 Merge 2015-12-01 19:18:46 +01:00
Claes Redestad
6e98557332 8143926: ObjectStreamField constructor eagerly load ObjectStreamClass
Reviewed-by: chegar, alanb, shade
2015-12-01 09:22:01 +01:00
Xue-Lei Andrew Fan
c8fdd35dd5 8136442: Don't tie Certificate signature algorithms to ciphersuites
Reviewed-by: mullan
2015-12-01 01:32:51 +00:00
Alejandro Murillo
b068c21ff1 Merge 2015-11-30 13:55:09 -08:00
Jesper Wilhelmsson
a5b3e891de Merge 2015-11-30 18:40:06 +01:00
Rob McKenna
4a95c1495d 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
Reviewed-by: alanb, simonis
2015-11-30 17:37:48 +00:00
Iris Clark
70e00d742f Merge 2015-11-29 20:29:45 -08:00
Alejandro Murillo
20665191e3 Merge 2015-11-27 11:44:20 -08:00
Tobias Hartmann
4dd2fac63c 8142303: C2 compilation fails with "bad AD file"
Move range checks into intrinsics for String methods.

Reviewed-by: kvn, aph
2015-11-27 09:37:33 +01:00
Doug Lea
7dcef1554f 8143087: Miscellaneous changes imported from jsr166 CVS 2015-11
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 19:45:15 -08:00
Doug Lea
4f79cf98f7 8139574: ReentrantReadWriteLock documentation example has compile time error
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:51:06 -08:00
Doug Lea
a5fdc4aef7 8143086: Document that ForkJoinWorkerThreadFactory.newThread can return null to reject request
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:24:21 -08:00
Doug Lea
777901e994 8143073: Improve documentation for ConcurrentHashMap serialized form
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:18:28 -08:00
Doug Lea
6c32c063cf 8140587: Atomic*FieldUpdaters should use Class.isInstance instead of direct class check
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:12:38 -08:00
Michael Haupt
063afcee2f 8143798: jck failures: api/java_lang/invoke/MethodHandle/index_MethodsTests[asSpreaderWMTE]: java.lang.VerifyError: Bad type on operand stack
Reviewed-by: vlivanov
2015-11-25 09:23:07 +01:00
Mandy Chung
6c2e3ff586 8143967: The stream state check should handle unsigned anchor value
Reviewed-by: dfuchs, dcubed, coleenp, sspitsyn
2015-11-24 15:30:58 -08:00
Mandy Chung
eb2c6c52bb 8143911: Reintegrate JEP 259: Stack-Walking API
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Hamlin Li <huaming.li@oracle.com>
Reviewed-by: coleenp, dfuchs, bchristi, psandoz, sspitsyn
2015-11-24 15:05:58 -08:00
Christian Tornqvist
a45dc82702 Merge 2015-11-24 18:32:38 +00:00
Christian Tornqvist
557f4f366f 8143931: Back out JDK-8140450
Reviewed-by: coleenp
2015-11-24 10:12:32 -08:00
Chris Hegarty
a5f7704c26 8140687: Move @Contended to the jdk.internal.vm.annotation package
Reviewed-by: alanb, dholmes, psandoz, shade
2015-11-24 11:50:20 +00:00
Aleksey Shipilev
7fafbde248 8136500: Integer/Long getChars and stringSize should be more idiomatic
Reviewed-by: igerasim, sherman, psandoz, jrose
2015-11-24 19:02:33 +03:00
Naveen Kumar
0138e1fe6e 8073211: javadoc of Format parseObject methods should specify NullPointerExceptions
Reviewed-by: naoto, peytoia, okutsu
2015-11-24 13:22:00 +09:00
Mandy Chung
500a73cdb1 8140450: Implement JEP 259: Stack-Walking API
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Hamlin Li <huaming.li@oracle.com>
Reviewed-by: coleenp, dfuchs, bchristi, psandoz, sspitsyn
2015-11-23 12:44:50 -08:00
Xueming Shen
f9fa8afa11 8143553: StringBuffer.getByte(byte[], int, byte) should be package private (not protected)
Reviewed-by: thartmann
2015-11-23 10:36:15 -08:00
Phil Race
d1c0c842fb Merge 2015-11-23 10:00:50 -08:00
Nils Eliasson
affbf9c6bd Merge 2015-11-23 11:07:36 +01:00
Daniel Fuchs
bd8942b7a1 8140364: JEP 264 Platform Logger API and Service Implementation
Initial implementation for JEP 264 Platform Logger API and Service

Reviewed-by: mchung, psandoz, rriggs
2015-11-20 19:26:16 +01:00