13340 Commits

Author SHA1 Message Date
Chris Hegarty
bc11b9c8b5 8144479: Remove character coders from sun.misc
Reviewed-by: psandoz, rriggs
2015-12-16 12:17:03 +00:00
Chris Hegarty
6853999d56 8145416: Move sun.misc.ProxyGenerator to java.lang.reflect
Reviewed-by: alanb, mchung, rriggs
2015-12-16 08:42:00 +00:00
Alejandro Murillo
4baee38c64 Merge 2015-12-15 19:01:10 -08:00
Mandy Chung
c7bbc840f5 8145430: Fix typo in StackWalker javadoc
Reviewed-by: dfuchs, darcy
2015-12-15 13:02:01 -08:00
Stuart Marks
1789b4f7bf 8145139: clean up jdk_collections and jdk_concurrent test groups
Reviewed-by: martin
2015-12-15 12:47:23 -08:00
Alejandro Murillo
b53399446c Merge 2015-12-15 09:50:07 -08:00
Xueming Shen
f98f28d1df 8145343: CorruptEntry.java fails after push for JDK-8145260
Reviewed-by: weijun
2015-12-15 08:54:35 -08:00
Sebastian Sickelmann
fb053862e5 4906983: java.net.URL constructors throw MalformedURLException in undocumented way
Added some testcases for the corner-cases in question and clarified javadoc

Reviewed-by: chegar, msheppar
2015-12-15 17:35:27 +01:00
Magnus Ihse Bursie
a3410ef323 8142907: Integration of minor fixes from the build-infra project
Reviewed-by: erikj, dholmes
2015-12-15 11:02:12 +01:00
Brian Burkhalter
7a0c72ef9c 8143394: PushbackReader throws NullPointerException
Synchronize on lock in close() to avoid NPE from read()-close() race.

Reviewed-by: alanb, dfuchs
2015-12-15 09:02:46 -08:00
Phil Race
e601b5cebe Merge 2015-12-14 14:12:17 -08:00
Laurent Bourgès
56b95fdc2e 8145055: Marlin renderer causes unaligned write accesses
Reviewed-by: flar, prr
2015-12-14 14:08:37 -08:00
Chris Hegarty
12858e2f81 8145214: Remove sun.misc.Request and RequestProcessor
Reviewed-by: alanb, mchung, rriggs
2015-12-14 19:30:13 +00:00
Chris Hegarty
a979586dce 8144995: Move sun.misc.HexDumpEncoder to sun.security.util
Reviewed-by: psandoz, mchung
2015-12-14 19:24:33 +00:00
Phil Race
6447b5bb8b Merge 2015-12-14 10:36:12 -08:00
Xueming Shen
2b91819eec 8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
Reviewed-by: coffeys
2015-12-14 09:27:15 -08:00
Shinya Yoshida
38302301fd 8144675: Add a filtering collector
Reviewed-by: psandoz, smarks
2015-12-13 15:20:35 +01:00
Tagir Valeev
2a1775f3b1 8145007: Pattern splitAsStream is not late binding as required by the specification
Reviewed-by: chegar, psandoz
2015-12-13 15:10:13 +01:00
Artem Smotrakov
3d4ea51ab1 8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
Reviewed-by: mullan
2015-12-11 19:06:40 -08:00
Alejandro Murillo
0a269e99fc Merge 2015-12-11 17:45:50 -08:00
Stuart Marks
82c454ff4a 8144952: add wildcards to the Map.ofEntries() method
Reviewed-by: darcy, psandoz, chegar
2015-12-11 17:01:01 -08:00
Brian Burkhalter
a3e2ce543c 8144997: "IIOException: Field data is past end-of-stream" when calling TIFFImageReader.read()
Instead of failing for an IFD entry with bad type or offset, continue with the next entry.

Reviewed-by: prr
2015-12-11 15:07:35 -08:00
Brian Burkhalter
5b1765f25d 8144245: [PIT] javax/imageio/plugins/shared/WriteAfterAbort.java
Reset stream position after abort; change IAEs to NPEs.

Reviewed-by: prr, serb
2015-12-11 11:38:18 -08:00
Brian Burkhalter
031af5cb63 8133986: (fs) Remove file deletion from test/java/nio/file/FileSystem/Basic.java checkNoUOE() method
Do not delete file which provoked an unexpected exception.

Reviewed-by: alanb
2015-12-11 08:30:50 -08:00
Volker Simonis
c0929b433d 8145077: AIX: fix harfbuzz support
Reviewed-by: prr
2015-12-11 16:16:55 +01:00
Sean Mullan
6578dc0aa5 8144784: Remove @Deprecated annotation from java.security.acl, javax.security.cert and com.sun.jarsigner packages
Reviewed-by: mchung, weijun, wetmore
2015-12-11 09:34:56 -05:00
Sergei Kovalev
5b80991fea 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
Reviewed-by: martin
2015-12-11 16:35:59 +03:00
Chris Hegarty
61f49a0663 8145390: Remove sun.misc.Queue and replace usages with standard Collections
Reviewed-by: psandoz, mchung, serb
2015-12-15 10:11:04 +00:00
Naveen Kumar
b831ed3c8b 8139572: SimpleDateFormat parse month stand-alone format bug
Reviewed-by: okutsu
2015-12-15 16:42:30 +09:00
Laurent Bourgès
583937011a 8144654: Improve Marlin logging
Reviewed-by: prr, flar
2015-12-10 15:58:01 -08:00
Laurent Bourgès
80222f5b67 8144445: Maximum size checking in Marlin ArrayCache utility methods is not optimal
Reviewed-by: prr, flar
2015-12-10 15:52:14 -08:00
Laurent Bourgès
bb10c3f0de 8144446: Automate the Marlin crash test
Reviewed-by: prr, flar
2015-12-10 15:45:18 -08:00
Phil Race
c588dd42dd 8144858: HBShaper.c does not compiler with VS2010
Reviewed-by: serb, simonis
2015-12-10 12:51:08 -08:00
Phil Race
47cd79c08d Merge 2015-12-10 11:46:23 -08:00
Peter Brunet
eb2d3e3a7b 8071334: Investigate JAB changes required to support the version string change
Remove use of java.version property; no longer needed

Reviewed-by: van, alexsch
2015-12-10 12:16:29 -06:00
Lana Steuck
27809f9ecf Merge 2015-12-10 09:23:49 -08:00
Lana Steuck
6f930291df Added tag jdk-9+96 for changeset 25e9d31417fa 2015-12-10 08:17:08 -08:00
Prasanta Sadhukhan
946e0bc9cc 8040139: Test closed/javax/print/attribute/Services_getDocFl.java fails with NullpointerException
Reviewed-by: jdv, prr
2015-12-10 16:09:42 +03:00
Avik Niyogi
7d9d3a4699 8139169: [macosx] Action registered for keyboard shortcut is called twice
Reviewed-by: serb, alexsch
2015-12-10 14:21:44 +03:00
Chris Hegarty
edabf4afb3 8145082: Remove sun.misc.Unsafe dependency from sun.nio.cs.StringUTF16
Reviewed-by: psandoz, sherman
2015-12-10 10:04:41 +00:00
Xue-Lei Andrew Fan
e03cf9daf6 8136410: AlgorithmDecomposer is not parsing padding correctly
Reviewed-by: weijun
2015-12-10 06:09:36 +00:00
Phil Race
5999226f52 8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
Reviewed-by: serb, jgodinez
2015-12-09 15:20:39 -08:00
Laurent Bourgès
dcf0684317 8144828: Marlin renderer causes unaligned write accesses
Reviewed-by: prr, flar
2015-12-09 13:59:45 -08:00
Nadeesh TV
7d2c07c70d 8142936: Add java.time.Duration methods for days, hours, minutes, seconds, etc
Reviewed-by: rriggs, scolebourne
2015-12-09 15:27:21 -05:00
Sergey Bylokhov
3144cc4a27 8143909: Behavior of null arguments not specified in javax.sound.midi.spi
The specification change was reviewed by Florian Bomers also

Reviewed-by: amenkov
2015-12-09 18:56:59 +03:00
Ambarish Rapte
f23d71b4f4 8144915: TextField throws NPE
Reviewed-by: ssadetsky, serb
2015-12-09 18:12:49 +03:00
Rachna Goel
ee046050d6 8025547: Locale.toString() documentation error
Updated API doc of Locale.toString method.

Reviewed-by: okutsu
2015-12-09 14:20:51 +05:30
Rob McKenna
8da753e1be 8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
Reviewed-by: vinnie
2015-12-09 17:34:09 +00:00
Claes Redestad
d37bb2422b 8143127: InvokerBytecodeGenerator emitConst should handle Byte, Short, Character
Reviewed-by: vlivanov, shade, forax
2015-12-09 18:25:36 +01:00
Rob McKenna
6af208a485 8143397: It looks like InetAddress.isReachable(timeout) works incorrectly
Reviewed-by: xuelei, msheppar
2015-12-09 15:16:00 +00:00