9963 Commits

Author SHA1 Message Date
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
Rob McKenna
9be082f402 8042857: 14 stuck threads waiting for notification on LDAPRequest
Reviewed-by: vinnie
2014-05-23 16:24:43 +01:00
Miroslav Kos
4cac8137e0 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
Reviewed-by: chegar
2014-05-23 16:35:10 +02:00
Jaroslav Bachorik
264825d4bf 8043572: demo/jvmti/mtrace/TraceJFrame.java fails with AWTError: Can't connect to X11 window server using '$DISPLAY_SITE' as the value of the DISPLAY variable
Reviewed-by: sla
2014-05-23 15:07:22 +02:00
Ivan Gerasimov
26e2d0e096 8043507: javax.smartcardio.CardTerminals.list() fails on MacOSX
Reviewed-by: valeriep
2014-05-23 07:07:33 +04:00
Lana Steuck
9537405582 Merge 2014-05-22 14:39:32 -07:00
Otavio Goncalves de Santana
ec539d9064 8043342: Replace uses of StringBuffer with StringBuilder within crypto code
JCE components of 8041679 here due to code signing process.

Reviewed-by: xuelei, wetmore
2014-05-22 20:24:42 +00:00
Dmitry Samersoff
c82d0f2418 8043716: JDI test com/sun/jdi/ProcessAttachTest.sh and other 3 jdi tests failed in nightly
InetAddress.getLocalHost() returns configured host name instead of localhost.

Reviewed-by: dcubed
2014-05-22 13:03:10 -07:00
David Katleman
2af1faabc9 Added tag jdk9-b14 for changeset 2e754d3dbdf2 2014-05-22 12:54:02 -07:00
Ivan Gerasimov
ccdd942921 8043772: Typos in Double/Int/LongSummaryStatistics.java
Reviewed-by: rriggs
2014-05-22 20:19:08 +04:00
Michael Fang
47f996990c Merge 2014-05-22 09:15:01 -07:00
Sandipan Razzaque
a8c4f42722 8037343: Wrong dateformat for locale es_DO
Reviewed-by: okutsu
2014-05-22 08:13:14 -07:00
Pavel Rappo
85ac546ee7 8042887: Remove serialver -show, this tool does not need a GUI
Reviewed-by: alanb, chegar
2014-05-21 14:33:33 +01:00
Katja Kantserova
c3d3305c76 8043520: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, egahlin
2014-05-22 11:05:36 +02:00
Masayoshi Okutsu
c05f339b0c 8032650: [parfait] warning from b124 for jdk/src/share/native/java/util: jni exception pending
Reviewed-by: naoto
2014-05-22 13:21:47 +09:00
Valerie Peng
393ceefdc7 8037745: Consider re-enabling PKCS11 mechanisms previously disabled due to Solaris bug 7050617
Remove digest mechanisms from the disabled mechanisms section

Reviewed-by: ascarpino, wetmore
2014-05-21 23:30:17 +00:00
Weijun Wang
53cb60f148 8043537: Changes for JDK-8039951 introduced circular dependency between Kerberos and com.sun.security.auth
Reviewed-by: alanb
2014-05-22 07:04:57 +08:00
Staffan Larsen
9e710c30f7 8043551: [TESTBUG] sun/tools/jcmd/TestJcmdSanity.java failure in nightly jdk9-dev fastdebug build
Add -XX:+UsePerfData to the test

Reviewed-by: dholmes
2014-05-21 10:22:20 +02:00
Alexander Zuev
24c1439f36 8037398: integer overflow in jdk/src/share/bin/java.c
Reviewed-by: ksrini
2014-05-20 23:17:01 +04:00
Dmitry Samersoff
878ab77469 8041435: Make JDWP socket connector accept only local connections by default
Bind to localhost only if no address specified. Require * to bind to all available addresses

Reviewed-by: dcubed, sspitsyn
2014-05-20 06:11:05 -07:00
Ivan Gerasimov
56436ec3c3 7195480: javax.smartcardio does not detect cards on Mac OS X
Reviewed-by: valeriep
2014-05-20 10:11:23 +04:00
Rob McKenna
4b44e25310 8028627: Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings
Reviewed-by: mullan
2014-05-19 14:28:08 +01:00
Steven Sides
3172613954 8040893: Add block tags for @return and @param to swing border classes
Reviewed-by: malenkov, alexsch
2014-05-19 10:43:09 +04:00
Steven Sides
764a4758cb 8039966: Add @return and @param block tags in colorchooser and filechooser swing classes
Reviewed-by: malenkov, alexsch
2014-05-19 10:34:42 +04:00
Staffan Larsen
192bd8a421 8043382: TempDirTest.java times out
Remove explicit timeout

Reviewed-by: alanb
2014-05-18 20:42:10 +02:00
Lance Andersen
ae0d3204f0 8043278: Add initial unit tests for javax.sql.rowset.serial
Reviewed-by: rriggs
2014-05-16 14:48:34 -04:00
Christian Thalinger
3a555f0516 8032606: ClassValue.ClassValueMap.type is unused
Reviewed-by: jrose, vlivanov
2014-05-16 09:20:56 -07:00
Dmitriy Ermashov
4bb7d28843 8042089: Fix doclint warnings from javax.swing.tree and javax.swing.undo packages
Reviewed-by: alexsch
2014-05-16 17:45:35 +04:00
Alexander Stepanov
c9787c534d 8042120: Fix doclint warnings from javax.swing.text.html.parser
Reviewed-by: alexsch
2014-05-16 17:41:47 +04:00
Lana Steuck
fa77b083c4 Merge 2014-05-15 10:41:25 -07:00
David Katleman
7f31c9fecd Added tag jdk9-b13 for changeset c946ad0de0ac 2014-05-15 10:25:51 -07:00
Pavel Rappo
a134b62a96 7153400: ThreadPoolExecutor's setCorePoolSize method allows corePoolSize > maxPoolSize
Reviewed-by: chegar, martin, mduigou
2014-05-14 15:46:27 +01:00
Aleksei Efimov
d395efe8f5 8043012: (tz) Support tzdata2014c
Reviewed-by: okutsu, peytoia
2014-05-15 18:18:19 +04:00
Naoto Sato
d0dadf23c5 8041791: String.toLowerCase regression - violates Unicode standard
Reviewed-by: peytoia
2014-05-14 10:52:51 -07:00
Alan Bateman
3b959b9adf 8043119: (props) Properties.storeToXML closes output stream
Reviewed-by: lancea
2014-05-14 16:40:53 +01:00
Michael McMahon
df9743eb64 8034170: src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java
Reviewed-by: chegar
2014-05-14 11:16:41 +01:00
David DeHaven
17a7184b51 8003900: X11 dependencies should be removed from Mac OS X build
Reviewed-by: anthony, art, pchelko
2014-05-13 10:29:12 -07:00
Alexander Zvegintsev
6975db94bc 8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
Reviewed-by: pchelko, serb
2014-05-15 20:24:13 +04:00
Anton Litvinov
5b7ccb7c0a 8041725: Nimbus JList selection colors persist across L&F changes
Reviewed-by: alexsch, alexp
2014-05-15 20:21:17 +04:00
Oleg Pekhovskiy
9aa0cef64a 8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
Reviewed-by: serb, pchelko
2014-05-15 20:09:38 +04:00
Andrew Brygin
a89eab1dc7 6945174: IndexOutOfBoundsException calling ImageIO.read() on malformed PNG
Reviewed-by: prr, serb
2014-05-14 18:19:14 +04:00