Ulf Zibis
|
aa6a17064b
|
6934270: Remove javac warnings from Character.java
Use generics and conform to coding style
Reviewed-by: sherman
|
2010-06-30 16:11:32 -07:00 |
|
Ulf Zibis
|
9c3e20af57
|
6963749: Minor improvements to Character.UnicodeBlock
Fix surrogate area docs; make source more readable
Reviewed-by: okutsu, sherman
|
2010-06-30 16:11:32 -07:00 |
|
Martin Buchholz
|
0af0decb66
|
6940381: Wording improvements for String.indexOf, String.lastIndexOf
Make wording of javadoc clearer and more consistent
Reviewed-by: sherman
|
2010-06-30 16:11:32 -07:00 |
|
Ulf Zibis
|
9c81e25271
|
6937112: String.lastIndexOf confused by unpaired trailing surrogate
Rewrite lastIndexOf for performance and correctness
Reviewed-by: sherman
|
2010-06-30 16:11:32 -07:00 |
|
Ulf Zibis
|
a0f3e72c24
|
6934265: Add public method Character.isBmpCodePoint
Move isBmpCodePoint from sun.nio.cs.Surrogate to Character
Reviewed-by: sherman
|
2010-06-30 16:11:32 -07:00 |
|
Ulf Zibis
|
30d5c660bc
|
6934268: Better implementation of Character.isValidCodePoint
Use the cleverest possible bit-twiddling micro-optimizations
Reviewed-by: sherman
|
2010-06-30 16:11:31 -07:00 |
|
Lana Steuck
|
acc448eb85
|
Merge
|
2010-06-29 10:50:11 -07:00 |
|
Kumar Srinivasan
|
7511a7950b
|
6856415: Enabling java security manager will make programe thrown wrong exception ( main method not found )
Reviewed-by: darcy
|
2010-06-28 18:25:03 -07:00 |
|
Chris Hegarty
|
85a8187c52
|
6954525: Testcase failure java/net/Authenticator/B4769350.java
Reviewed-by: michaelm, weijun
|
2010-06-28 14:55:25 +01:00 |
|
Weijun Wang
|
c93ecb6623
|
6946669: SSL/Krb5 should not call EncryptedData.reset(data, false)
Reviewed-by: xuelei
|
2010-06-24 14:26:35 +08:00 |
|
Weijun Wang
|
6426b52076
|
6844907: krb5 etype order should be from strong to weak
Reviewed-by: valeriep
|
2010-06-24 14:26:28 +08:00 |
|
Weijun Wang
|
4bdcad4b69
|
6958026: Problem with PKCS12 keystore
Reviewed-by: mullan
|
2010-06-24 14:26:22 +08:00 |
|
Joshua Bloch
|
50f960454d
|
6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks
6911261: Project Coin: Retrofit Automatic Resource Management (ARM) support onto platform APIs
6962571: Infinite loop in printing out Throwable stack traces with circular references
Reviewed-by: darcy, alanb
|
2010-06-23 17:03:40 -07:00 |
|
Jeremy Manson
|
9a0c9857b1
|
6942989: 2/2 Memory leak of java.lang.ref.WeakReference objects
Use ReferenceQueues to manage WeakReferences in LogManager and Logger.
Reviewed-by: dholmes, alanb, emcmanus, tonyp
|
2010-06-22 10:54:59 -07:00 |
|
Mandy Chung
|
239fc2abf7
|
6962815: support enable and disable of the servicetag's system registry for testing purpose
Allow the system registry to be disabled/enabled at runtime
Reviewed-by: ksrini
|
2010-06-21 15:02:47 -07:00 |
|
Mandy Chung
|
4d0c91a7c9
|
6962478: Privacy page referenced in register_ja.html is incorrect
Fix the URL for the privacy page
Reviewed-by: ogino
|
2010-06-20 19:56:42 -07:00 |
|
Kumar Srinivasan
|
30c988b71e
|
6712743: pack200: should default to 150.7 pack format for classfiles without any classes
Reviewed-by: jrose
|
2010-06-19 17:42:39 -07:00 |
|
John R Rose
|
2fb4d43825
|
Merge
|
2010-06-19 01:14:40 -07:00 |
|
John R Rose
|
f3779adaed
|
Merge
|
2010-06-18 15:23:57 -07:00 |
|
Alan Bateman
|
0b946fc36e
|
4981129: (dc) DatagramSocket created by DatagramChannel does not provide sender info
Reviewed-by: chegar
|
2010-06-18 16:16:51 +01:00 |
|
Weijun Wang
|
5141220c5e
|
6959292: regression: cannot login if session key and preauth does not use the same etype
Reviewed-by: xuelei, valeriep
|
2010-06-17 13:46:15 +08:00 |
|
Lana Steuck
|
ce4febb72c
|
Merge
|
2010-06-16 14:07:47 -07:00 |
|
Kumar Srinivasan
|
fad23a5a1f
|
6575373: Error verifying signatures of pack200 files in some cases
Reviewed-by: jrose, forax
|
2010-06-16 12:36:49 -07:00 |
|
Mandy Chung
|
1696f0a3a6
|
6952161: Rebranding: Registration html for servicetag
Rebrand register.html and jdk_header.png
Reviewed-by: ohair, asaha, ogino, mfang
|
2010-06-15 09:49:31 -07:00 |
|
Martin Buchholz
|
45b78120fc
|
6944584: Improvements to subprocess handling on Unix
Use thread pool for reaper thread; move most I/O operations out of reaper thread
Reviewed-by: michaelm, hiroshi
|
2010-06-11 18:55:45 -07:00 |
|
Andrew John Hughes
|
5b0c4babe6
|
6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror
Remove unneeded casts, add generic types and make better use of static data
Reviewed-by: sherman
|
2010-06-12 01:32:43 +01:00 |
|
Alan Bateman
|
356e978bce
|
6938230: (so) SocketAdaptor.close() does not translate IOException resulting in Error
Reviewed-by: chegar
|
2010-06-11 14:47:22 +01:00 |
|
Weijun Wang
|
b0277a9631
|
6958869: regression: PKIXValidator fails when multiple trust anchors have same dn
Reviewed-by: xuelei, wetmore, mullan
|
2010-06-11 11:38:36 +08:00 |
|
Martin Buchholz
|
d6dea71e06
|
6959259: Minor improvements to static Random field caching
Cache fields in locals; small javadoc clarifications
Reviewed-by: emcmanus, dholmes, forax, dl
|
2010-06-10 15:55:26 -07:00 |
|
Martin Buchholz
|
e267adc80a
|
6960394: Stop linking with -lnsl on Linux
Define LIBNSL (like LIBSOCKET), non-empty only on Solaris
Reviewed-by: ohair
|
2010-06-10 15:54:25 -07:00 |
|
Mandy Chung
|
22ac1684a0
|
6959965: jstat: Add new -classload option to print class loading statistics
Add a new jstat -classload option
Reviewed-by: alanb
|
2010-06-10 14:14:17 -07:00 |
|
John R Rose
|
4df63bafc0
|
6939203: JSR 292 needs method handle constants
Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType to verifier; put in runtime support upcall.
Reviewed-by: twisti
|
2010-06-08 23:08:56 -07:00 |
|
Joe Darcy
|
bc95863f7d
|
6935997: Please add a nested throwable constructor to AssertionError
Reviewed-by: martin, forax, wetmore
|
2010-06-08 18:52:17 -07:00 |
|
Lana Steuck
|
27a539e27c
|
Merge
|
2010-06-07 17:08:26 -07:00 |
|
Lana Steuck
|
17a997cfe3
|
6888130: SwingSet2: Demo is not launching and throwing NPE
Reviewed-by: prr
|
2010-06-07 15:35:36 -07:00 |
|
Weijun Wang
|
2d9fcecd29
|
6951366: kerberos login failure on win2008 with AD set to win2000 compat mode
Reviewed-by: valeriep, xuelei
|
2010-06-04 19:28:53 +08:00 |
|
Martin Buchholz
|
72ec2d876a
|
6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)
Allow setSeed only during construction
Reviewed-by: dl, dholmes
|
2010-06-02 17:53:54 -07:00 |
|
Lana Steuck
|
2c036dc823
|
Merge
|
2010-06-01 21:36:00 -07:00 |
|
Lana Steuck
|
51e5e8ccfc
|
Merge
|
2010-06-01 21:25:26 -07:00 |
|
Lana Steuck
|
282d182ec2
|
Merge
|
2010-06-01 14:17:38 -07:00 |
|
Lana Steuck
|
12def42a95
|
Merge
|
2010-05-29 23:26:16 -07:00 |
|
Lana Steuck
|
fd45b4188c
|
Merge
|
2010-05-28 12:10:14 -07:00 |
|
Clemens Eisserer
|
1771e20459
|
6307603: [X11] Use RENDER extension for complex operations done in software
Reviewed-by: bae, igor, prr
|
2010-05-28 11:37:44 -07:00 |
|
Kelly O'Hair
|
bef3a5238c
|
6955707: Correct addNotices.sh logic in Makefiles
6949590: exes(java.exe, javaws.exe) show Copyright Year as 2004, COMPANY as Sun
Reviewed-by: weijun, alanb
|
2010-05-28 11:09:24 -07:00 |
|
Andrew John Hughes
|
6fc6efb062
|
Merge
|
2010-05-28 17:01:20 +01:00 |
|
Andrew John Hughes
|
c093127f24
|
6956840: (ch) Rawtype warning when compiling sun.nio.ch.CompletedFuture
Add missing generic type to CompletedFuture construction and remove unneeded SuppressWarnings annotations.
Reviewed-by: alanb
|
2010-05-28 16:59:44 +01:00 |
|
Alexander Potochkin
|
bb99e22943
|
6670274: Incorrect tab titles for JTabbedPane if using HTML (BasicTabbedPanelUI problem)
Reviewed-by: rupashka
|
2010-05-28 19:55:52 +04:00 |
|
Alexander Potochkin
|
38bcbb7d6f
|
6889007: No resize cursor during hovering mouse over JTable
Reviewed-by: rupashka
|
2010-05-28 19:46:26 +04:00 |
|
Peter Zhelezniakov
|
e54c515e8a
|
6954231: SynthTextPaneUI.installUI() doesn't set component to opaque even if prop was not set by client progr
Reviewed-by: alexp
|
2010-05-28 13:32:40 +04:00 |
|
Phil Race
|
8b69138923
|
6954424: Support OpenType/CFF fonts in JDK 7
Reviewed-by: bae, igor
|
2010-05-27 08:53:45 -07:00 |
|