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 |
|
Lana Steuck
|
a179d150d8
|
Added tag jdk9-b94 for changeset f7903471c8b3
|
2015-11-29 11:00:05 -08:00 |
|
Alejandro Murillo
|
20665191e3
|
Merge
|
2015-11-27 11:44:20 -08:00 |
|
Miroslav Kos
|
4eb501e6d8
|
8131334: SAAJ Plugability Layer: using java.util.ServiceLoader
Reviewed-by: lancea
|
2015-11-27 11:30:46 +01: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 |
|
Ambarish Rapte
|
bcb6785755
|
8055197: TextField deletes multiline strings
Reviewed-by: serb, alexsch
|
2015-11-26 19:12:28 +04:00 |
|
Alexander Kulyakhtin
|
59b496f94a
|
8143121: javax/management/remote/mandatory/loading/MethodResultTest.java fails intermittently
Changing the test to retry if the connection fails
Reviewed-by: jbachorik
|
2015-11-26 15:12:32 +03: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
|
9ea1a16abd
|
8142441: Improve jtreg tests for java.util.concurrent
Reviewed-by: martin, psandoz, chegar, shade, plevart
|
2015-11-25 18:56:44 -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
|
d28c703325
|
8072015: java/util/Collections/CheckedMapBash.java failed TreeSet(reverseOrder)
Reviewed-by: martin, psandoz, chegar, shade, plevart
|
2015-11-25 18:45:53 -08:00 |
|
Doug Lea
|
19cd84ef8c
|
8140471: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java timed out
Reviewed-by: martin, psandoz, chegar, shade, plevart
|
2015-11-25 18:40:41 -08:00 |
|
Doug Lea
|
247c08f85d
|
8140468: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java failed with java.lang.Error: Completed == 4; expected 2
8040928: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java: java.lang.Error: Completed != 2
Reviewed-by: martin, psandoz, chegar, shade, plevart
|
2015-11-25 18:35:27 -08:00 |
|
Doug Lea
|
22fa6c1f25
|
8141031: java/util/concurrent/Phaser/Basic.java starts failing intermittently
Reviewed-by: martin, psandoz, chegar, shade, plevart
|
2015-11-25 18:30:07 -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 |
|
Lance Andersen
|
2667a7cfed
|
8085984: Add JDBC Sharding API
Reviewed-by: ulfzibis, joehw
|
2015-11-25 15:36:03 -05:00 |
|
Lance Andersen
|
0c8069758d
|
8143165: Add Statement.isSimpleIdentifier and update enquoteLiteral
Reviewed-by: rriggs, joehw
|
2015-11-25 15:28:30 -05:00 |
|
Prasanta Sadhukhan
|
69b04049b5
|
7063986: Wrong JNi method call in font scaler
Reviewed-by: prr, rchamyal
|
2015-11-25 14:44:29 +03: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 |
|
Naveen Kumar
|
f5466fa917
|
7047633: remove @ignore 6876961 from test/java/util/ResourceBundle/Test4300693.java
Reviewed-by: peytoia, okutsu
|
2015-11-25 13:29:14 +09:00 |
|
Weijun Wang
|
054349cd8b
|
8143913: MSCAPI keystore should accept Certificate[] in setEntry()
Reviewed-by: vinnie
|
2015-11-25 11:58:30 +08:00 |
|
Amanda Jiang
|
32b34954c2
|
8143377: Test PKCS8Test.java fails
Reviewed-by: weijun
|
2015-11-25 09:42:34 +08:00 |
|
Steven Loomis
|
3c1af17159
|
8068619: remove unused internal function in layout
No functional change. Removes unused code. Makes JDK's layout engine have the same signature as ICU HarfBuzz's wrapper. Reviewed: http://mail.openjdk.java.net/pipermail/2d-dev/2015-March/005156.html
Reviewed-by: prr
|
2015-11-24 13:36:12 -08:00 |
|
Erik Joelsson
|
5f8e39900c
|
8143895: Fix LDFLAGS issues after JDK-8056925
Reviewed-by: ihse
|
2015-11-24 15:40:03 +01:00 |
|
Erik Joelsson
|
f21d693218
|
8142336: Convert the SA agent build to modular build-infra makefiles
Reviewed-by: ihse, sla, dsamersoff, twisti
|
2015-11-24 12:18:25 +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 |
|
Rachna Goel
|
da87510683
|
7011840: TEST_BUG java/util/Locale/LocaleEnhanceTest.java
Outputting extra information in LocaleEnhanceTest.java
Reviewed-by: peytoia, naoto
|
2015-11-24 14:46:09 +05:30 |
|
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 |
|
Erik Joelsson
|
81ef7af09e
|
8143141: Bring in minor build changes from the jigsaw/jake forest
Reviewed-by: ihse, mchung
|
2015-11-24 15:46:14 +01:00 |
|
Attila Szegedi
|
b651c20764
|
8141338: Move jdk.internal.dynalink package to jdk.dynalink
Reviewed-by: alanb, mchung, sundar
|
2015-11-24 10:22:26 +01: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 |
|
Laurent Bourgès
|
155cc1f5bc
|
8143849: Integrate Marlin renderer per JEP 265
Reviewed-by: flar, prr
|
2015-11-23 15:02:19 -08:00 |
|
Jim Graham
|
8571ce9809
|
8143848: changeset was pushed with wrong attributions
Reviewed-by: prr
|
2015-11-23 14:56:43 -08:00 |
|
Jiangli Zhou
|
fa7027d6e4
|
Merge
|
2015-11-23 23:42:47 +01:00 |
|
Jim Graham
|
be42ed8890
|
8076529: Marlin antialiasing renderer integration
Reviewed-by: flar, prr
|
2015-11-23 14:35:55 -08: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 |
|
Brian Burkhalter
|
17a615784e
|
8143342: Integrate Java Image I/O support for TIFF per JEP 262
Port TIFF reader and writer plugins from JAI Image I/O Tools to JDK 9
Reviewed-by: prr, serb
|
2015-11-23 12:26:12 -08:00 |
|
Alexandre Iline
|
fb7027bca9
|
8139430: Refactor test library to decrease module dependencies of tests
Reviewed-by: mchung, alanb
|
2015-11-23 11:49:04 -08:00 |
|
Jiangli Zhou
|
451f42dd5b
|
Merge
|
2015-11-23 14:37:04 -05: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 |
|
Phil Race
|
301586f462
|
8143177: Integrate harfbuzz opentype layout engine per JEP 258
Reviewed-by: srl, vadim, serb
|
2015-11-23 09:58:44 -08:00 |
|
Joe Darcy
|
bcdeeca800
|
8143813: Problem list PKCS8Test.java
Reviewed-by: mullan
|
2015-11-23 08:11:25 -08:00 |
|