Chris Hegarty
de7b261476
7104209: Cleanup and remove librmi (native library)
...
Reviewed-by: mduigou, alanb
2011-10-24 20:55:08 +01:00
Jennifer Godinez
51c07ae53a
6604109: javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups
...
Reviewed-by: bae, prr
2011-10-24 09:58:47 -07:00
Yuka Kamiya
27ae28ada0
7103405: Correct display names for Pacific/Apia timezone
...
Reviewed-by: okutsu
2011-10-21 18:01:01 +09:00
Yuka Kamiya
2f1ee9427a
7103108: (tz) Support tzdata2011l
...
Reviewed-by: okutsu
2011-10-21 15:56:24 +09:00
David Katleman
7c5f436a8a
Added tag jdk8-b10 for changeset 0c1ab928e08c
2011-10-20 10:32:47 -07:00
Lana Steuck
2e49137b38
Merge
2011-10-17 19:06:53 -07:00
Andrew Brygin
8863ec439e
6997116: The case automatically failed due to java.lang.ClassCastException
...
Reviewed-by: jgodinez, prr
2011-10-17 15:20:51 +04:00
David Katleman
70a4d09791
Added tag jdk8-b09 for changeset 8b314218e3ab
2011-10-13 10:35:43 -07:00
Charles Lee
16b47aa177
7107957: AWT: Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
...
Use POSIX defined includes for unistd.h and fcntl.h
Reviewed-by: anthony, ngmr
2011-10-13 13:02:37 +01:00
Alexandr Scherbatiy
bd73f1cc1d
6955919: Intermittent ClassCastException in bug4492274 test
...
Reviewed-by: rupashka
2011-11-03 14:14:36 +04:00
Sean Chou
c59424668d
7049024: DnD fails with JTextArea and JTextField
...
Reviewed-by: rupashka
2011-11-02 23:53:16 +03:00
Alexander Kouznetsov
34c1a2b716
7074853: TransparentRuler demos Readme should mention the correct jar file name
...
Reviewed-by: rupashka
2011-11-02 17:39:30 +04:00
Alexandr Scherbatiy
6612f2a7e6
6624077: Regression test fails: closed/javax/swing/ToolTipManager/6256140/bug6256140.java
...
Reviewed-by: rupashka
2011-11-02 14:17:16 +04:00
Federico Tello Gentile
d3cb1a4bdd
7105529: XAWT: Optimize getFieldsAsString() methods generated by WrapperGenerator
...
Replace string concatenation with StringBuilder.append()
Reviewed-by: anthony, son
2011-11-01 18:03:56 +03:00
Federico Tello Gentile
60689cf49b
7104625: sun.awt.X11.XEvent is creating 600 MB of char[] for no good reason
...
Wrap logging calls with if(){} statements
Reviewed-by: anthony, son
2011-11-01 18:01:58 +03:00
David Buck
756974b448
6887286: StackOverflowError at sun.awt.image.ImageWatched$WeakLink.isWatcher
...
Fixed OffScreenImageSource to call imageComplete() with SINGLEFAMEDONE, not STATICIMAGEDONE. This fixed memory leak (that caused SOFE when we use recursion to iterate over linked list).
Reviewed-by: bae
2011-10-17 19:06:24 -07:00
Alexandr Scherbatiy
45109520ef
7077293: javax/swing/JComponent/4337267/bug4337267.java failed on windows 2003
...
Reviewed-by: rupashka
2011-10-17 17:19:43 +04:00
Alexandr Scherbatiy
0819253023
7100004: javax.swing.JTable.setAutoCreateRowSorter(boolean autoCreateRowSorter) should mention default value
...
Reviewed-by: rupashka
2011-10-17 16:40:34 +04:00
Alexandr Scherbatiy
224bf60e30
7099251: javax.swing.text.html.HTMLDocument.insertAfterStart(null, something) throws NPE
...
Reviewed-by: rupashka
2011-10-17 15:10:42 +04:00
Charles Lee
448e208ddb
7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
...
Use POSIX defined includes for unistd.h and fcntl.h
Reviewed-by: dholmes, alanb, chegar, ngmr
2011-10-13 12:30:51 +01:00
Michael McMahon
75c70b068f
Merge
2011-10-20 09:26:20 +01:00
Michael McMahon
0ec5b82c85
7102665: Move tests to Problemlist
...
Reviewed-by: chegar, alanb
2011-10-20 09:21:03 +01:00
Kurchi Subhra Hazra
ed977156e5
7102704: test/java/net/DatagramSocket/ChangingAddress.java failing
...
Reviewed-by: chegar
2011-10-20 09:08:38 +01:00
Darryl Mocek
8d1c6cf60e
5029031: Add Collections.checkedQueue()
...
Reviewed-by: mduigou
2011-10-19 14:17:47 -07:00
Sean Mullan
fd5b382022
Merge
2011-10-19 10:16:22 -04:00
Sean Mullan
f1f3aad11c
7102686: Restructure timestamp code so that jars and modules can more easily share the same code
...
Reviewed-by: mchung
2011-10-19 10:15:23 -04:00
Bradford Wetmore
d25a9c128f
7031830: bad_record_mac failure on TLSv1.2 enabled connection with SSLEngine
...
Reviewed-by: xuelei, weijun, asaha
2011-10-18 11:58:57 -07:00
Sean Mullan
6e1235fe09
Merge
2011-10-18 10:15:08 -04:00
Sean Mullan
9852219b7e
7092897: sun.security.util.Cache should be generified
...
Reviewed-by: xuelei
2011-10-18 10:12:14 -04:00
Weijun Wang
ab1010388d
7099399: cannot deal with CRL file larger than 16MB
...
Reviewed-by: xuelei, mullan
2011-10-17 17:11:26 +08:00
Sean Mullan
8dd8726505
Merge
2011-10-13 13:53:13 -04:00
Sean Mullan
4bc227715b
6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
...
Reviewed-by: mchung
2011-10-13 13:50:17 -04:00
Vinnie Ryan
e6e820c647
7099228: Use a PKCS11 config attribute to control encoding of an EC point
...
Reviewed-by: valeriep, mullan
2011-10-13 12:00:51 +01:00
Lana Steuck
8eac661507
Merge
2011-10-12 12:26:03 -07:00
Lana Steuck
9e05d4f813
Merge
2011-10-12 12:25:03 -07:00
Naoto Sato
f54e7ec9bc
7027061: Testcase failure: java/util/Locale/Bug6989440.java - java.util.ConcurrentModificationException
...
Reviewed-by: dholmes, chegar
2011-10-12 12:12:25 -07:00
Alexandr Scherbatiy
6fb68448cc
7076791: closed/javax/swing/JColorChooser/Test6827032.java failed on windows
...
Reviewed-by: rupashka
2011-10-11 15:22:40 +04:00
David Katleman
1d6d5772d7
Added tag jdk8-b08 for changeset 88f1603ed2de
2011-10-06 14:01:37 -07:00
Pavel Porvatov
72f4cfb2e7
7072167: The "root" field in BufferStrategyPaintManager leaks memory
...
Reviewed-by: alexp
2011-10-05 18:21:23 +04:00
John Coomes
92bbff7143
Merge
2011-10-04 12:39:42 -07:00
Lana Steuck
8401a88197
Merge
2011-10-03 18:26:01 -07:00
Xue-Lei Andrew Fan
3c41c66fb1
7096936: issue in jsse/runtime
...
7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
Reviewed-by: wetmore, jdn, xuelei
2011-09-30 18:47:53 -07:00
John Coomes
5bd84d92a1
Merge
2011-09-30 17:20:56 -07:00
David Katleman
723ea00e0c
Added tag jdk8-b07 for changeset 3286cf6d9881
2011-09-29 18:53:53 -07:00
Xue-Lei Andrew Fan
73b50710f0
7064341: jsse/runtime security problem
...
Reviewed-by: wetmore
2011-09-29 17:31:30 -07:00
Kurchi Subhra Hazra
e83fde21ff
7092375: Security Libraries don't build with javac -Werror
...
Changes to security related java and make files to remove warnings
Reviewed-by: xuelei
2011-09-28 15:10:02 -07:00
Chris Hegarty
08d82ca044
7099488: TwoStacksPlainSocketImpl should invoke super.create(stream), typo in fix for 7098719
...
Reviewed-by: coffeys
2011-10-11 12:06:46 +01:00
Neil Richards
bbcff1b792
Merge
2011-10-10 16:13:38 +01:00
Chris Hegarty
e92787f075
7098755: test/sun/misc/JarIndex/metaInfFilenames/Basic.java should use supported compiler interface
...
Reviewed-by: mcimadamore
2011-10-10 15:29:24 +01:00
Steve Poole
9a2fc5f236
7099119: Remove unused dlinfo local variable in launcher code
...
Reviewed-by: ohair, chegar, ngmr
2011-10-10 14:50:51 +01:00
Chris Hegarty
214254cac5
7098719: -Dsun.net.maxDatagramSockets and Socket constructor does not work correctly with System.gc()
...
Reviewed-by: michaelm
2011-10-10 10:38:35 +01:00
Vinnie Ryan
a3fcc12dc8
7094377: Com.sun.jndi.ldap.read.timeout doesn't work with ldaps
...
Reviewed-by: chegar
2011-10-07 14:09:53 +01:00
Naoto Sato
7af669ecc0
7098394: JDK8 TL repo build fails in src/solaris/native/java/util/TimeZone_md.c
...
Reviewed-by: chegar
2011-10-06 17:40:16 -07:00
Chris Hegarty
d5e5ad5996
7090499: missing rawtypes warnings in anonymous inner class
...
Fix anonymous inner classes with raw types currently being built in the jdk with -Werror
Reviewed-by: mcimadamore, alanb
2011-10-06 12:15:07 +01:00
Masayoshi Okutsu
a9ef11a8d4
7092679: (tz) Java getting wrong timezone/DST info on Solaris 11
...
6984762: Invalid close of file descriptor '-1' in findZoneinfoFile
Reviewed-by: coffeys, ohair, naoto, peytoia
2011-10-05 15:13:40 +09:00
Chris Hegarty
1d5bbbec86
7095949: java/net/URLConnection/RedirectLimit.java and Redirect307Test fail intermittently
...
Reviewed-by: alanb
2011-10-04 16:37:08 +01:00
Kurchi Subhra Hazra
ebd4f912d7
6953455: CookieStore.add() cannot handle null URI parameter, contrary to the API
...
Reviewed-by: chegar, mduigou
2011-10-04 13:48:41 +01:00
Weijun Wang
650bd8320d
7077646: gssapi wrap for CFX per-message tokens always set FLAG_ACCEPTOR_SUBKEY
...
Reviewed-by: valeriep
2011-09-28 14:21:11 +08:00
Weijun Wang
a912e7557c
7077640: gss wrap for cfx doesn't handle rrc != 0
...
Reviewed-by: valeriep
2011-09-28 14:21:10 +08:00
Weijun Wang
a099202006
7089889: Krb5LoginModule.login() throws an exception if used without a keytab
...
Reviewed-by: xuelei, valeriep
2011-09-28 14:21:10 +08:00
Oleg Pekhovskiy
45df73bc12
7073337: Crash after playing Java game on Pogo
...
Reviewed-by: art, uta
2011-09-27 13:38:29 +04:00
Kurchi Subhra Hazra
09ff856431
7088502: Security libraries don't build with javac -Werror
...
Changes to files in src/share/classes/com/sun/org/apache/xml/internal/security and its subpackages to remove warnings
Reviewed-by: mullan
2011-09-26 17:20:45 -07:00
David Buck
daa2552a25
7029903: Splash screen is not shown in 64-bit Linux with 16-bit color depth
...
Added Xflush() call after splash screen is updated to ensure update is no stuck in client side buffer until JVM starts up. See JET review request 4154 for details.
Reviewed-by: kevinw, anthony
2011-09-26 15:40:05 -07:00
Lana Steuck
3d1e626d8f
Merge
2011-09-26 14:32:38 -07:00
Lana Steuck
9f70387b50
Merge
2011-09-26 14:30:38 -07:00
Lana Steuck
79c9b7b711
Merge
2011-09-26 14:29:34 -07:00
Kurchi Subhra Hazra
8987ea2bdf
7084030: DatagramSocket.getLocalAddress inconsistent on XP/2003 when IPv6 enabled and socket is connected
...
Use family of connected IP address to retrieve desired local address of the datagram socket
Reviewed-by: chegar
2011-09-26 11:48:37 -07:00
Denis Fokin
89371ad57d
7080289: AWTKeystroke class registers a subclass factory during deserialization
...
Reviewed-by: serb
2011-09-26 18:18:29 +04:00
Chris Hegarty
2d492ea7e1
7094141: test/sun/misc/JarIndex/metaInfFilenames/Basic.java no longer compiles
...
Reviewed-by: alanb
2011-09-26 15:04:59 +01:00
Clemens Eisserer
20558b33b9
7081670: Disposing an AppContext can lead to a spinning EventDispatchThread
...
Reviewed-by: art, anthony, dholmes
2011-09-26 17:59:52 +04:00
Pavel Porvatov
3cfef23dff
7088744: SwingUtilities.isMiddleMouseButton does not work with ALT/Meta keys
...
Reviewed-by: alexp
2011-09-26 17:37:08 +04:00
Weijun Wang
0ac639e5b0
7094842: test/javax/security/auth/Subject/{Synch.java,Synch2.java,Synch3.java} loop forever in agentvm mode
...
Reviewed-by: alanb
2011-09-26 17:13:47 +08:00
Lana Steuck
633ccfc791
Merge
2011-09-23 23:29:56 -07:00
Lana Steuck
f13c56e8aa
Merge
2011-09-23 16:51:29 -07:00
Lana Steuck
f181b4c76d
Merge
2011-09-23 16:50:37 -07:00
Neil Richards
2a7fbdb25b
7105640: Unix printing does not check the result of exec'd lpr/lp command
...
Add checking, exception for spool process failure
Reviewed-by: prr, jgodinez
2011-09-23 15:18:32 +01:00
Lana Steuck
e869a890ad
Merge
2011-10-26 17:59:13 -07:00
Doug Lea
2d19ea519b
7091003: ScheduledExecutorService never executes Runnable with corePoolSize of zero
...
Reviewed-by: dholmes, chegar
2011-09-23 14:24:04 +01:00
David Katleman
7b62b4870c
Added tag jdk8-b06 for changeset d91b32b59eda
2011-09-22 16:02:08 -07:00
Joe Darcy
82e488e3ae
7092404: Add Math.nextDown and Double.isFinite
...
Reviewed-by: mduigou
2011-09-21 23:22:11 -07:00
Weijun Wang
035522bd7a
7092627: use agentvm mode instead of samevm in regtests
...
Reviewed-by: alanb, dsamersoff
2011-09-22 12:05:26 +08:00
Stuart Marks
6f12fe9039
7092186: adjust package access in rmiregistry
...
Reviewed-by: asaha, coffeys
2011-09-21 15:37:52 -07:00
Michael McMahon
9486648fdf
Merge
2011-09-21 14:54:38 +01:00
Michael McMahon
98f96fac17
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
...
Reviewed-by: chegar, alanb
2011-09-21 14:51:01 +01:00
Charles Lee
daed5f0dd3
7032018: The file list in JFileChooser does not have an accessible name
...
Reviewed-by: rupashka
2011-09-21 17:08:02 +04:00
David Holmes
d9b7e6c18c
7012206: ~20 tools tests failing due to -XX:-UsePerfData default in Java SE Embedded
...
Explicitly enable UsePerfData for the tools that require it to be enabled
Reviewed-by: alanb, ohair
2011-09-20 22:20:05 -04:00
Daniel D. Daugherty
43b11a7dca
7085944: 3/3 FDS: gdb does not find debug symbols for libjsig link
...
Add support for importing .debuginfo files from HSX.
Reviewed-by: phh
2011-09-20 19:16:21 -07:00
Joe Darcy
17af9b241a
6268216: Boolean.getBoolean() throws SecurityException
...
Reviewed-by: mduigou
2011-09-20 18:33:25 -07:00
Mike Duigou
b9c11d661e
7074264: Switches to packages tree view and adds unit tests to sources
...
Reviewed-by: igor
2011-09-20 12:27:45 -07:00
Weijun Wang
4d4a89de9b
7091290: fails to build jdk8 b05 Embedded build
...
Reviewed-by: xuelei, dholmes
2011-09-20 12:40:23 +08:00
Lana Steuck
2d432bc656
Merge
2011-09-19 19:40:59 -07:00
Michael McMahon
b88865d91f
7091369: DatagramSocket/Limit.java failing on 8 and 7u2
...
Reviewed-by: chegar, alanb
2011-09-19 15:14:17 +01:00
Andrew Brygin
b89d40e747
7088287: libpng need to be updated
...
Reviewed-by: jgodinez, prr
2011-09-19 05:56:44 -07:00
Joe Darcy
5b7643e258
7091682: Move sun.misc.FpUtils code into java.lang.Math
...
Reviewed-by: alanb
2011-09-18 18:14:07 -07:00
Alan Bateman
19f1338ae9
7091935: (fs) Polling based WatchService not used on Linux
...
Reviewed-by: forax
2011-09-18 12:33:56 +01:00
Kurchi Subhra Hazra
3580661098
7090158: Networking Libraries don't build with javac -Werror
...
Minor changes to networking java files to remove warnings
Co-authored-by: Alexandre Boulgakov <sasha_bu@hotmail.com>
Reviewed-by: chegar, weijun, hawtin
2011-09-16 12:09:04 -07:00
Suchen Chien
0d44b9c7af
Added tag jdk8-b05 for changeset d9917af875f5
2011-09-15 18:53:28 -07:00
Sean Chou
40ce6ba310
6988099: jvmti demos missing Publisher (COMPANY resource) in dlls/exes on windows
...
Add creation/linking of resource data to link step for demos on Windows
Reviewed-by: dcubed, zgu, ngmr, ohair
2011-09-15 19:29:07 +01:00
Michael McMahon
49849e0dcf
Merge
2011-09-15 14:10:30 +01:00
Michael McMahon
f9cd96b19b
7073491: -Dsun.net.maxDatagramSockets=1 does not work correctly with system.gc()
...
Reviewed-by: ngmr
2011-09-15 13:50:30 +01:00
Pavel Porvatov
782f6f887e
7090007: Missing style.css in nimbus/doc-files/properties.html
...
Reviewed-by: alexp
2011-09-15 16:43:25 +04:00
Yuka Kamiya
0594a39498
7090843: (tz) Support tzdata2011j
...
Reviewed-by: okutsu
2011-09-15 15:02:05 +09:00
Yuka Kamiya
3674ebe6e6
7090844: Support a timezone whose offset is changed more than once in the future
...
Reviewed-by: okutsu
2011-09-15 14:45:35 +09:00
Mala Bankal
6624a6c8d1
Merge
2011-09-14 22:36:02 -07:00
Mala Bankal
d9777d76bd
7049963: DISTINGUISHED NAMES FOR CERT ARE ESCAPED IN JROCKIT 1.6(NOT COMPATIBLE WITH JROC
...
Reviewed-by: mullan
2011-09-14 21:43:42 -07:00
Suchen Chien
89e97c18e5
Merge
2011-09-14 15:55:35 -07:00
Joe Darcy
2c3a780b41
7088500: there is no @since tag on SafeVarargs
...
Reviewed-by: mduigou
2011-09-14 13:09:15 -07:00
Joe Darcy
30d2b45bd8
6879143: java.math.BigInteger misses the xxxValueExact methods
...
Reviewed-by: alanb
2011-09-14 11:32:11 -07:00
Mandy Chung
16a24a909d
6915797: Remove sun.tools.jar.JarImageSource that is not used
...
7090178: Move java.util.XMLUtils to another package to avoid split package
Reviewed-by: alanb, sherman
2011-09-14 08:33:34 -07:00
Sean Coffey
81d33c4727
7082769: FileInputStream/FileOutputStream/RandomAccessFile allow file descriptor be closed when still in use
...
Reviewed-by: alanb
2011-09-13 11:21:51 +01:00
Lana Steuck
73fe789af2
Merge
2011-09-12 16:59:34 -07:00
Lana Steuck
122ddd54d0
Merge
2011-09-12 15:49:08 -07:00
Lana Steuck
7189a0b227
Merge
2011-09-10 21:30:20 -07:00
Alan Bateman
b1fadc8f75
7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile
...
Reviewed-by: darcy, jrose
2011-09-10 14:55:14 +01:00
Lana Steuck
9d02eadfed
Merge
2011-09-09 17:23:05 -07:00
Lana Steuck
4ade26a0ee
Merge
2011-09-09 17:22:03 -07:00
Misha Bykov
6d8ffa0972
7087932: Wrong legal notice introduced in the JDK8 changeset a976ff46116b
...
Reviewed-by: ohair, darcy
2011-09-09 15:21:34 -07:00
Michael McMahon
d961381c47
7088747: Use multicatch in Socket constructor
...
Reviewed-by: alanb
2011-09-09 15:24:35 +01:00
Charles Lee
0b8205428e
7024118: possible hardcoded mnemonic for JFileChooser metal and motif l&f
...
Reviewed-by: alexp
2011-09-09 17:44:11 +04:00
Michael McMahon
2eb4e18d75
Merge
2011-09-09 14:14:01 +01:00
Michael McMahon
518e846e10
7085981: XXSocket types depend on impl finalizer to close if constructor throws exception
...
Reviewed-by: alanb, chegar
2011-09-09 14:04:44 +01:00
Weijun Wang
700ceee11e
7047200: keytool safe store
...
Reviewed-by: xuelei
2011-09-09 11:18:18 +08:00
Suchen Chien
ae1f9680b6
Added tag jdk8-b04 for changeset d4c5e59b82f8
2011-09-08 16:59:40 -07:00
Tom Rodriguez
50bc4343b3
7082631: JSR 292: need profiling support in GWTs
...
Add CountingMethodHandle
Reviewed-by: twisti, jrose
2011-09-07 21:05:24 -07:00
Weijun Wang
6b8980e983
7087428: move client tests out of jdk_misc
...
Reviewed-by: alanb, ohair
2011-09-08 09:04:28 +08:00
Mandy Chung
34e0b54108
7078024: Update JDK service tag for JDK 8
...
Reviewed-by: paulk
2011-09-07 13:42:34 -07:00
Vikram Aroskar
732ac029ec
7012783: JFileChooser fails to resolve DFS links on Windows Vista SP2
...
Changes to code to handle DFS links
Reviewed-by: rupashka
2011-09-07 03:17:21 -07:00
Joe Darcy
a1f5f73508
7086192: (reflect) Have TypeVariable extend AnnotatedElement
...
Reviewed-by: mcimadamore
2011-09-06 21:19:31 -07:00
Weijun Wang
ba77c3a48f
7067974: multiple ETYPE-INFO-ENTRY with same etype and different salt
...
Reviewed-by: valeriep
2011-09-07 08:56:55 +08:00
Phil Race
b3aa4cdcba
7050826: Hebrew characters are not rendered on OEL 5.6
...
Reviewed-by: bae, jgodinez
2011-09-06 13:40:31 -07:00
Joe Darcy
2a22d4691a
6838776: Defer initialization of static fields in java.math.BigInteger
...
Reviewed-by: mduigou, mduigou
2011-09-06 06:17:52 -07:00
Lana Steuck
3c59a998c6
Merge
2011-09-05 23:58:19 -07:00
Joe Darcy
59a4dbb95a
7086710
: java/util/Formatter/Basic.java failing after 7082971
...
Reviewed-by: alanb
2011-09-05 08:04:04 -07:00
Denis Fokin
077625bba2
7071248: IME composition window does not disappear when file dialog is closed : Japanese WinXP
...
Reviewed-by: naoto, art
2011-09-05 18:54:49 +04:00
Sean Coffey
92de2299c5
7049079: NTSYSTEM CLASS IS LEAKING WINDOWS TOKENS
...
Reviewed-by: weijun
2011-09-05 11:28:23 +01:00
Weijun Wang
b0fb95c8d3
7081411: DSA keypair generation affected by Solaris bug
...
Reviewed-by: xuelei, mullan, alanb
2011-09-05 18:17:55 +08:00
Weijun Wang
833bcd2277
7081783: jarsigner error when no $HOME/.keystore
...
Reviewed-by: xuelei
2011-09-05 11:22:27 +08:00
Kurchi Subhra Hazra
179b982e9d
7084032: test/java/net/Inet6Address/B6558853.java fails on Windows XP/2003 if IPv6
...
Reviewed-by: chegar
2011-09-03 07:46:35 +01:00
Joe Darcy
3d9f3ee2b1
6989067: BigInteger's array copiers should be converted to System.arraycopy()
...
Reviewed-by: mduigou, forax
2011-09-02 16:06:08 -07:00
Xueming Shen
9f67707386
6898310: (cs) Charset cache lookups should be synchronized
...
Synchronize the lookup in iterator
Reviewed-by: alanb
2011-09-02 10:20:08 -07:00
David Buck
aeec78ab37
7074386: fallback to fontconfig.<major_version>.bfc/properties if fontconfig.<major_version>.<minor_version>
...
Fallback to fontconfig.<major_version>.bfc/properties if fontconfig.<major_version>.<minor_version>. is not found
Reviewed-by: prr, robm
2011-09-02 04:28:49 -07:00
Sergey Kuksenko
238bb5d3bb
7082971: More performance tuning of BigDecimal and other java.math classes
...
Reviewed-by: darcy
2011-09-01 23:00:09 -07:00
Suchen Chien
ea16c13048
Added tag jdk8-b03 for changeset 11c81bbc7690
2011-09-01 13:54:38 -07:00
Denis Fokin
4be64adddd
7081012: REGRESSION:Component.transferFocusBackward invokes clearGlobalFocusOwner()
...
Reviewed-by: ant
2011-09-01 17:29:37 +04:00
Chris Hegarty
bfeee8da4d
7041800: URI.equals may incorrectly return true with escaped octets
...
Reviewed-by: alanb, michaelm
2011-09-01 13:53:59 +01:00
Chris Hegarty
db62441424
7014860: Socket.getInputStream().available() not clear for shutdown input
...
Reviewed-by: alanb, michaelm
2011-09-01 06:45:00 +01:00
Michael Fang
8256d8cf31
Merge
2011-08-31 09:56:44 -07:00
Nils Loodin
2e7a0438c9
7067811: Update demo/sample code to state it should not be used for production
...
Added comment block after copyright block stating that code is unfit for production.
Reviewed-by: ohair
2011-08-31 13:48:04 +02:00
Weijun Wang
a37d582eec
7083664: test hard code of using c:/temp but this dir might not exist
...
Reviewed-by: xuelei, ohair
2011-08-31 09:22:50 +08:00
Stuart Marks
97583c8f0d
7083012: fix for RMI Registry
...
Reviewed-by: jdn, valeriep
2011-08-30 17:29:36 -07:00