Staffan Larsen
855f7c421e
8044135: Add API to start JMX agent from attach framework
...
Reviewed-by: alanb
2014-06-11 15:47:53 +02:00
Pavel Rappo
66135672e1
8027308: HttpURLConnection should better handle URLs with literal IPv6 addresses
...
Reviewed-by: chegar, alanb, michaelm
2014-06-10 11:15:23 +01:00
Weijun Wang
53c7b2ac2b
8023197: Pre-configured command line options for keytool and jarsigner
...
Reviewed-by: xuelei
2014-06-11 18:27:10 +08:00
Joel Borggrén-Franck
6445980a62
8029674: (reflect) getMethods returns default methods that are not members of the class
...
Filter out methods that have a more specific default method from result
Reviewed-by: darcy, dlsmith
2014-06-10 14:40:20 +02:00
Weijun Wang
1694fa432e
8046499: nativecache.c prints to stdout in debug build
...
Reviewed-by: xuelei
2014-06-11 16:33:23 +08:00
Henry Jen
ea9a7a88a1
8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
...
Reviewed-by: mduigou, lancea, alanb, mullan
2014-06-10 16:18:54 -07:00
Jamil Nimeh
eb521232f2
8046368: Code cleanup in SeedGenerator.java
...
Reviewed-by: mullan
2014-06-10 14:17:32 -07:00
Vinnie Ryan
15f88447cb
8040812: Uninitialised memory in jdk/src/share/native/sun/security/ec/impl/mpi.c
...
Reviewed-by: mullan
2014-06-10 15:49:53 +01:00
Vladimir Ivanov
b2e8017412
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
...
Reviewed-by: psandoz, jrose
2014-06-09 15:40:40 +04:00
Mike Duigou
a76e39b79f
8046085: inserting null key into HashMap treebin fails
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: dl, mduigou, alanb, chegar
2014-06-06 14:23:08 -07:00
Jonathan Lu
879b239e41
8043954: Add async connect() support to NET_Connect() for AIX platform
...
Reviewed-by: alanb
2014-06-07 00:17:02 +08:00
Chris Hegarty
865fac8406
8043613: Update .properties files for serialver tool
...
Reviewed-by: mfang
2014-06-06 10:47:30 +01:00
Michael McMahon
4e1b129be0
8044766: New jdk.net classes have @since 1.9 tags in 8u20
...
Reviewed-by: chegar
2014-06-05 12:13:50 +01:00
Xueming Shen
6d8f7601c4
8044727: Problem reading the contents of some zip files
...
Zis.readLOC() should not interpret ZIP64 data in extra field, if not necessary
Reviewed-by: alanb
2014-06-04 14:00:19 -07:00
Xueming Shen
097a7021b3
8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
...
To upgrade zlib version from 1.2.5 to 1.2.8
Reviewed-by: alanb, iris
2014-06-04 11:25:13 -07:00
Joel Borggrén-Franck
a1ae0af017
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
...
Reviewed-by: psandoz
2014-06-04 14:42:48 +02:00
Chris Hegarty
79188a9310
8044590: Broken links in jre.api.net.socketoptions
...
Reviewed-by: michaelm
2014-06-04 13:37:16 +01:00
Aleksei Efimov
56dcda05d3
8032901: WaitForMultipleObjects() return value not handled appropriately
...
Reviewed-by: dholmes, sla
2014-06-04 16:26:11 +04:00
Xue-Lei Andrew Fan
0c11a6a444
8044771: PKIXValidator indent cleanup
...
Reviewed-by: weijun
2014-06-04 09:48:02 +00:00
Alexander Zuev
b9b322467f
8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
...
Reviewed-by: briangoetz, jjg
2014-06-03 18:31:13 +04:00
Alexander Stepanov
0e0ccc7025
8040081: Tidy warnings cleanup for java.applet
...
Reviewed-by: pchelko
2014-06-03 17:55:58 +04:00
Sean Mullan
33c9aaf7d8
Merge
2014-06-03 07:35:35 -04:00
Sean Mullan
605924f8ef
8036841: Reuse no-perms AccessControlContext object when performing isAuthorized check
...
Reviewed-by: wetmore
2014-06-03 07:34:35 -04:00
Tobias Hartmann
4d074d6309
8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
...
Reviewed-by: vlivanov, jrose, psandoz
2014-06-03 14:58:47 +04:00
Steven Sides
1618f90bc9
8032527: fix a couple doclint errors in java/awt/geom/Path2D
...
Reviewed-by: prr
2014-06-03 12:52:59 +04:00
Anthony Scarpino
77d07416d5
8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris
...
Reviewed-by: valeriep
2014-06-02 17:14:35 -07:00
Anthony Scarpino
9d2221daa6
8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
...
Reviewed-by: valeriep
2014-06-02 17:08:40 -07:00
Joe Darcy
4bc2761620
8044477: Fix fallthrough lint warning in ASM
...
Reviewed-by: lancea
2014-05-30 16:41:18 -07:00
Kumar Srinivasan
58442c77e6
8044046: [asm] refresh internal ASM version to v5.0.3
...
Reviewed-by: psandoz, sundar
2014-05-30 13:37:35 -07:00
Otavio Goncalves de Santana
8f0e6e3060
8044461: Cleanup new Boolean and single character strings
...
Reviewed-by: rriggs, alanb, lancea
2014-05-30 15:46:12 -04:00
Alan Bateman
d4d5655556
8044027: Remove unused XML Signature schema and dtd files from source
...
Reviewed-by: mullan
2014-05-30 14:32:01 +01:00
Weijun Wang
a57ab24f53
8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
...
Reviewed-by: xuelei
2014-05-30 14:37:43 +08:00
Ivan Gerasimov
e85046645b
8044342: build failure on Windows noticed with recent smartcardio fix
...
Reviewed-by: valeriep
2014-05-30 02:33:20 +04:00
Ivan Gerasimov
b6e32cb88d
8043720: (smartcardio) Native memory should be handled more accurately
...
Reviewed-by: valeriep
2014-05-29 10:17:08 +04:00
Joe Darcy
7209293495
8043916: Fix fallthrough lint warnings in java/lang/UNIXProcess.java
...
Reviewed-by: lancea, alanb
2014-05-28 23:08:49 -07:00
Weijun Wang
1b1639105a
8036709: Java 7 jarsigner displays warning about cert policy tree
...
Reviewed-by: mullan
2014-05-29 10:36:06 +08:00
Ivan Gerasimov
6f8ef3eab3
7047033: (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true
...
Reviewed-by: valeriep
2014-05-29 01:50:50 +04:00
Pavel Rappo
f7f994834f
8024832: ServerSocketChannel.socket().accept() throws IllegalBlockingModeException if not bound
...
Reviewed-by: chegar, michaelm, alanb, mr
2014-05-27 10:27:51 +01:00
Ivan Gerasimov
2f8bdbc5fd
8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X
...
Reviewed-by: valeriep
2014-05-28 11:41:26 +04:00
Joe Wang
91d9371566
8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE
...
Reviewed-by: sherman, lancea
2014-05-27 17:26:52 -07:00
Bradford Wetmore
fad1f2601f
Merge
2014-05-27 21:29:13 +00:00
Roger Riggs
20e26966e1
8003488: (process) Provide Process.getPid()
...
Add Process.getPid
Reviewed-by: alanb, martin, igerasim
2014-05-27 16:05:04 -04:00
Mandy Chung
bccd5e4671
8044034: Remove unused com/sun/tools/hat files
...
Reviewed-by: sla
2014-05-27 12:15:08 -07:00
Bradford Wetmore
829859cbd8
Merge
2014-05-27 17:06:18 +00:00
Jonathan Lu
2a4f865234
8043495: Add native FileChannelImpl.transferTo0() implementation for AIX
...
Reviewed-by: alanb
2014-05-27 17:56:35 +08:00
Masayoshi Okutsu
989151115e
8033627: UTC+02:00 time zones are not detected correctly on Windows
...
Reviewed-by: peytoia
2014-05-27 16:20:09 +09:00
James Cheng
9442603fcd
8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler
...
Move the lopp from DigestBase.engineUpdate() to new private method implCompressMultiBlock() which can be intrinsified.
Reviewed-by: psandoz, ascarpino, forax
2014-05-26 18:34:26 -07:00
Bradford Wetmore
892219868a
Merge
2014-05-23 23:55:14 +00:00
Rob McKenna
7f334fe1a1
8041451: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
...
Reviewed-by: vinnie
2014-05-23 19:42:16 +01:00
Phil Race
6a13c2cf98
Merge
2014-05-23 09:05:24 -07:00