Doug Lea
6a14cb99e0
7023006: Reduce unnecessary thread activity in ForkJoinPool
...
Reviewed-by: chegar, dholmes
2011-03-08 18:16:14 +00:00
Doug Lea
f048eee643
6495521: (doc) ConcurrentSkipListMap links to web page NOT describing SkipList
...
Update link, and minor implementation comment in Exchanger
Reviewed-by: chegar, mduigou
2011-03-08 17:52:32 +00:00
Lana Steuck
8b14c7551d
Merge
2011-03-07 14:48:27 -08:00
Lana Steuck
5f0efd5e7c
Merge
2011-03-07 11:36:37 -08:00
Lana Steuck
1b471215b4
Merge
2011-03-05 20:54:53 -08:00
Michael Fang
96741fdfe3
Merge
2011-03-04 14:31:00 -08:00
Alan Bateman
7b97cd1c34
Merge
2011-03-04 09:33:05 +00:00
Alan Bateman
1d820278f6
6944810: (ch) Assert failure in sun.nio.ch.PendingIoCache.clearPendingIoMap [win]
...
Reviewed-by: chegar
2011-03-04 09:29:56 +00:00
Michael McMahon
21d168ce93
Merge
2011-03-03 17:16:13 +00:00
Michael McMahon
9d85a7afc4
7024264: HttpURLConnection/NetPermission doc issue
...
Reviewed-by: chegar
2011-03-03 17:14:23 +00:00
Chris Hegarty
98a8940e33
7018137: HTML4 compliance issues
...
Move end list items tags to after nested list
Reviewed-by: alanb
2011-03-03 16:44:44 +00:00
Lana Steuck
49f555c5b5
Merge
2011-03-01 14:04:59 -08:00
Alan Bateman
c4da54f7a9
7023034: Files.createTempDirectory((Path)null, "temp") does not throw NPE
...
Reviewed-by: forax
2011-03-01 12:03:44 +00:00
Weijun Wang
b777a1fbae
7021789: Remove jarsigner -crl option
...
Reviewed-by: mullan
2011-02-28 23:02:37 +08:00
Masaki Katakai
464a65b11c
6998391: Serbian (Latin) locale support
...
Reviewed-by: naoto
2011-02-26 03:53:06 -08:00
Erik Trimble
41fcd26eb6
Merge
2011-02-25 12:48:18 -08:00
Stuart Marks
cea2f39843
7021582: convert jar/zip code and tests to use try-with-resources
...
Reviewed-by: alanb, dholmes, sherman
2011-02-25 02:06:10 -08:00
Mandy Chung
579f3ad056
7016707: Remove the BootClassLoaderHook for jkernel support
...
Reviewed-by: alanb, ohair
2011-02-25 12:11:20 -08:00
Lana Steuck
d686419127
Merge
2011-02-23 10:29:15 -08:00
Doug Lea
ad3d04a30c
7017493: ConcurrentLinkedDeque: Unexpected initialization order can lead to crash due to use of Unsafe
...
Reviewed-by: chegar
2011-02-23 14:56:44 +00:00
Masayoshi Okutsu
7e8c6fd47b
6955047: (tz) javadoc for TimeZone.getDisplayName(boolean daylight, int style, Locale locale) is not clear
...
7021680: (tz) daylight savings time should be daylight saving time
Reviewed-by: peytoia
2011-02-23 16:50:13 +09:00
Masayoshi Okutsu
66ca7600c4
6623219: Font.canDisplayUpTo does not work with supplementary characters
...
Reviewed-by: prr, peytoia
2011-02-23 14:09:23 +09:00
Stuart Marks
dd0e38d73a
7021209: convert lang, math, util to use try-with-resources
...
Reviewed-by: alanb, darcy, naoto
2011-02-22 15:34:17 -08:00
Alan Bateman
4c2006a780
7021327: Changes for 7020888 included changes to other files in error
...
Reviewed-by: chegar
2011-02-22 14:28:13 +00:00
Alan Bateman
17cace4c58
7020888: (file) Miscellaneous and trivial clean-ups (typos and opportunities to use suppressed exceptions)
...
Reviewed-by: mduigou, chegar
2011-02-22 12:04:48 +00:00
Lana Steuck
9e058711b1
Merge
2011-02-21 14:33:58 -08:00
Lana Steuck
12134b9ba9
Merge
2011-02-21 14:31:07 -08:00
Xueming Shen
2c97d8fb44
6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters
...
Updated to make sure the system properties are accessable by vm during initialization
Reviewed-by: alanb, mchung
2011-02-16 11:11:31 -08:00
Chris Hegarty
560ab81595
6562203: Thread doesn't terminate immediately if it was stopped before start
...
Reviewed-by: dholmes, alanb
2011-02-16 12:38:13 +00:00
Masayoshi Okutsu
0bfde7d243
6936350: API clarification needed on useDaylightTime() for timezones that have defined usage dates
...
Reviewed-by: peytoia
2011-02-16 16:51:21 +09:00
Igor Nekrestyanov
c4c3bd2b78
Merge
2011-02-15 19:16:39 -08:00
John R Rose
24715146fd
7016520: JSR 292 rules for polymorphic signature processing must be in package-info
...
Insert rules for bytecode processors to recognize signature polymorphic names
Reviewed-by: twisti
2011-02-15 00:16:56 -08:00
John R Rose
ba8c992976
7014755: JSR 292 member lookup interaction with security manager
...
Add security manager interactions for Lookup methods
Reviewed-by: twisti
2011-02-15 00:16:53 -08:00
John R Rose
53a35e23ee
7016261: JSR 292 MethodType objects should be serializable
...
Define private writeObject, readObject, and readResolve methods. Also add unit tests.
Reviewed-by: twisti
2011-02-15 00:16:50 -08:00
Neil Richards
32b8c54ea3
6927486: Hashtable writeObject() may deadlock
...
Do not synchronize on self while writing hash table elements
Reviewed-by: alanb, mduigou
2011-02-14 11:00:02 -08:00
Neil Richards
709cabc2f1
6934356: Vector.writeObject() serialization may deadlock
...
No longer synchronize on self while writing other objects.
Reviewed-by: alanb, forax, mduigou, peterjones
2011-02-14 10:38:51 -08:00
Xueming Shen
05a3d3acb6
6996192: Console.readPassword race: input echo off must be prior to writing prompt
...
To turn off echo before prompt
Reviewed-by: alanb
2011-02-11 17:09:35 -08:00
Weijun Wang
d43bb4114c
6742654: Code insertion/replacement attacks against signed jars
...
6911041: JCK api/signaturetest tests fails for Mixed Code PIT builds (b91) for all trains
6921823: JarVerifier csdomain field not initialized
6921839: Update trusted.libraries list
Reviewed-by: dgu
2011-02-12 05:09:36 +08:00
Lana Steuck
3eb4164d84
Merge
2011-02-11 12:14:38 -08:00
John R Rose
f485ab561e
7013730: JSR 292 reflective operations should report errors with standard exception types
...
Remove NoAccessException, replace it by ReflectiveOperationException subtypes; adjust javadoc of exceptions
Reviewed-by: twisti
2011-02-11 01:26:32 -08:00
John R Rose
54e473f9f8
7012650: implement JSR 292 EG adjustments through January 2010
...
Misc. EG changes and polishes (excluding 7013417)
Reviewed-by: twisti
2011-02-11 01:26:28 -08:00
John R Rose
eedbedae93
7013417: JSR 292 needs to support variadic method handle calls
...
Implement MH.asVarargsCollector, etc., and remove withTypeHandler.
Reviewed-by: twisti
2011-02-11 01:26:24 -08:00
Lana Steuck
6641ee235d
Merge
2011-02-09 10:28:20 -08:00
Alan Bateman
81d9e046a3
Merge
2011-02-09 16:30:37 +00:00
Vladimir Yaroslavskiy
35f815a7b4
7018258: Dual-pivot updates in 7013585 can fail with ArrayIndexOutOfBoundsException
...
Reviewed-by: alanb
2011-02-09 15:59:27 +00:00
Andy Herrick
1aae9e05cf
Merge
2011-02-09 09:32:04 -05:00
Andy Herrick
a0b7ff8369
7016724: Remove sun.jkernel.* classes in JDK 7
...
Remove sun.jkernel.* classes in JDK 7
Reviewed-by: ohair, alanb, mchung
2011-02-09 09:19:33 -05:00
Chris Hegarty
71a1558a67
7013961: Threads attached via JNI attach prevent daemon ThreadGroups from being destroyed
...
Reviewed-by: dholmes
2011-02-09 09:53:07 +00:00
Lana Steuck
3899723bda
Merge
2011-02-08 14:25:33 -08:00
Lana Steuck
458118d44d
Merge
2011-02-08 14:19:54 -08:00