Joe Darcy
|
751adf9af1
|
8035452: Fix serial lint warnings in core libs
Reviewed-by: smarks
|
2014-03-04 18:32:27 -08:00 |
|
Joe Darcy
|
3889cebe94
|
8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
Reviewed-by: smarks
|
2014-03-04 18:28:56 -08:00 |
|
Robert Field
|
2e148fb065
|
8035776: Consistent Lambda construction
Reviewed-by: ahgross, briangoetz, dlsmith
|
2014-03-04 15:33:30 -08:00 |
|
Chris Hegarty
|
15411a6579
|
8036584: Review comments from 8035897
Reviewed-by: alanb
|
2014-03-04 13:27:55 +00:00 |
|
Chris Hegarty
|
558cb26d1c
|
8035897: Better memory allocation for file descriptors greater than 1024 on macosx
Reviewed-by: michaelm
|
2014-03-02 19:27:43 +00:00 |
|
Chris Hegarty
|
cde48c9e25
|
8035868: Check for JNI pending exceptions in windows/native/sun/net/spi/DefaultProxySelector.c
Reviewed-by: alanb
|
2014-03-02 19:21:18 +00:00 |
|
Roger Riggs
|
2b22a25617
|
8035813: Broken link in java.lang.Iterable
Fixed link to ../util/
Reviewed-by: lancea
|
2014-03-01 11:57:57 -05:00 |
|
Vladimir Ivanov
|
255307847f
|
8033666: Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke
Reviewed-by: twisti, jrose
|
2014-03-01 02:07:30 +04:00 |
|
Vladimir Ivanov
|
856f5c5823
|
8027827: Improve performance of catchException combinator
8034120: MethodHandles.catchException doesn't handle VarargsCollector right
Reviewed-by: lagergren, psandoz, jrose
|
2014-03-01 02:05:53 +04:00 |
|
Roger Riggs
|
81b6eb6a69
|
8035106: Typo in java.time.format.Parsed error message
Reviewed-by: lancea
|
2014-02-28 17:01:12 -05:00 |
|
Volker Simonis
|
3eb1d7659f
|
8035949: Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h}
Reviewed-by: chegar, alanb
|
2014-02-28 17:14:08 +01:00 |
|
Weijun Wang
|
76e336a948
|
8035759: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/krb5/NativeCreds.c
Reviewed-by: valeriep
|
2014-02-28 08:40:27 +08:00 |
|
Xueming Shen
|
037c46281a
|
8035814: Broken link in java.nio.charset.StandardCharsets
Fixed the broken link
Reviewed-by: alanb
|
2014-02-27 09:43:28 -08:00 |
|
Volker Simonis
|
36a8ed24d8
|
8035876: AIX build issues after '8034174: Remove use of JVM_* functions from java.net code'
Reviewed-by: alanb, chegar
|
2014-02-27 10:53:07 +01:00 |
|
Ivan Gerasimov
|
e66ea0fddc
|
6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
Reviewed-by: mchung, mduigou, rriggs
|
2014-02-27 02:44:04 +04:00 |
|
Yong Jeffrey Huang
|
648627721f
|
8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
Reviewed-by: okutsu
|
2014-02-26 19:11:00 -08:00 |
|
Brent Christian
|
1c27a0720c
|
8027640: String.indexOf(String,int) for the empty string case not specified
Spec & wording clean up of indexOf(), lastIndexOf()
Reviewed-by: psandoz
|
2014-02-26 13:02:05 -08:00 |
|
Michael McMahon
|
814e8d0479
|
8035653: InetAddress.getLocalHost crash
Reviewed-by: chegar
|
2014-02-26 16:18:08 +00:00 |
|
Vladimir Ivanov
|
56bce7519d
|
8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
8033278: Missed access checks for Lookup.unreflect* after 8032585
Reviewed-by: jrose, twisti
|
2014-02-21 17:12:23 +04:00 |
|
Erik Joelsson
|
0ce0cb0d53
|
8035187: Move fontconfig src files to make/data
Reviewed-by: tbell, ihse
|
2014-02-26 10:37:23 +01:00 |
|
Martin Buchholz
|
dfcc8f710d
|
7089615: Broken javadoc link in AbstractQueuedSynchronizer
Reviewed-by: chegar
|
2014-02-25 19:15:13 +00:00 |
|
Alejandro Murillo
|
210b1540d8
|
Merge
|
2014-02-25 10:25:32 -08:00 |
|
Chris Hegarty
|
490655441c
|
8034174: Remove use of JVM_* functions from java.net code
Reviewed-by: alanb, dsamersoff, michaelm
|
2014-02-25 12:35:14 +00:00 |
|
Mikael Vidstedt
|
c97996c573
|
8035054: JarFacade.c should not include ctype.h
Reviewed-by: alanb
|
2014-02-24 11:24:43 -08:00 |
|
Petr Pchelko
|
0390c16ac8
|
8035640: JNU_CHECK_EXCEPTION should support c++ JNI syntax
Reviewed-by: anthony, alanb
|
2014-02-25 11:51:25 +04:00 |
|
Joe Darcy
|
da7601aeec
|
8035453: Fix serial lint warnings in com.sun.tools and elsewhere
Reviewed-by: psandoz
|
2014-02-24 22:43:45 -08:00 |
|
Alejandro Murillo
|
a428afb96f
|
Merge
|
2014-02-21 08:22:54 -08:00 |
|
Xueming Shen
|
65263943ae
|
Merge
|
2014-02-20 09:57:26 -08:00 |
|
Xueming Shen
|
e2a87a0e2c
|
8035076: Pattern$BnMS never used due to bug in Pattern$BnM.optimize
Updated SliceS to subclass Slice node
Reviewed-by: alanb, martin
|
2014-02-20 09:52:50 -08:00 |
|
Vladimir Kozlov
|
f6ebcf51d7
|
Merge
|
2014-02-18 15:48:14 -08:00 |
|
Mandy Chung
|
328fa609d0
|
8030010: cleanup native code warnings
Co-authored-by: Francis Andre <francis.andre.kampbell@orange.fr>
Reviewed-by: alanb, lancea
|
2014-02-12 10:51:50 -08:00 |
|
Alan Bateman
|
fa26d0e934
|
8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c for JNI pending exceptions
Reviewed-by: chegar, henryjen
|
2014-02-12 17:51:31 +00:00 |
|
Alan Bateman
|
87ed9d213a
|
8034780: Remove used imports
Reviewed-by: sundar, chegar, lancea, dfuchs
|
2014-02-12 14:23:52 +00:00 |
|
Alan Bateman
|
961783d954
|
8034776: Remove sun.misc.Service
Reviewed-by: sundar, lancea, chegar
|
2014-02-12 14:07:55 +00:00 |
|
Erik Joelsson
|
b7c3e72147
|
8034173: Move JavaApp.icns to proper place in make/data
Reviewed-by: ihse, tbell
|
2014-02-12 11:02:47 +01:00 |
|
Alan Bateman
|
bad49f6fba
|
8034182: Misc. warnings in java.net code
Reviewed-by: chegar
|
2014-02-11 16:43:57 +00:00 |
|
Ivan Gerasimov
|
6b108289ad
|
8033943: Typo in the documentation for the class Arrays
Reviewed-by: martin
|
2014-02-08 00:22:33 +04:00 |
|
Alan Bateman
|
f776be9c0f
|
8034043: Native methods for preferences API should not be in libjava
8034026: SCDynamicStoreConfig.m should not be in src/macosx/native/java/util
Reviewed-by: erikj, weijun, mchung
|
2014-02-11 09:59:34 +00:00 |
|
Joe Darcy
|
d03152e11b
|
8034050: Fix serial lint warnings in javax.print
Reviewed-by: alanb, prr
|
2014-02-10 18:09:40 -08:00 |
|
Joe Darcy
|
401de1c53e
|
8034046: Fix serial lint warnings in javax.sound
Reviewed-by: alanb, serb
|
2014-02-10 08:53:13 -08:00 |
|
Staffan Larsen
|
6720161012
|
8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
Reviewed-by: alanb, dsamersoff, jbachorik
|
2014-02-10 13:00:50 +01:00 |
|
Staffan Larsen
|
79bbec5d8a
|
8033917: Keep track of file paths in file streams and channels for instrumentation purposes
Reviewed-by: alanb, dsamersoff
|
2014-02-10 12:59:31 +01:00 |
|
Henry Jen
|
e956dc0c43
|
8033590: java.util.Comparator::thenComparing has unnecessary type restriction
Reviewed-by: psandoz
|
2014-02-06 10:30:18 -08:00 |
|
Xueming Shen
|
8cdace2575
|
8032012: String.toLowerCase/toUpperCase performance improvement
Updated the implementation to improve the performance
Reviewed-by: psandoz, forax
|
2014-02-07 09:04:17 -08:00 |
|
Mandy Chung
|
7be40556f6
|
8033900: Remove reference to JNU_Equals in GSSLibStub.c
Reviewed-by: valeriep
|
2014-02-06 16:42:25 -08:00 |
|
Michael McMahon
|
3981cc3f41
|
8031588: warnings from b03 for jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
Reviewed-by: chegar, mullan
|
2014-02-06 22:12:09 +00:00 |
|
Naoto Sato
|
79938735a2
|
8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
Reviewed-by: msheppar
|
2014-02-06 10:06:09 -08:00 |
|
Roger Riggs
|
81c4d4ed41
|
8033565: Remove unused nativeNewStringPlatform
Remove also nativeGetStringPlatformChars
Reviewed-by: mchung, dholmes, alanb
|
2014-02-06 11:01:27 -05:00 |
|
Chris Hegarty
|
2ffde4a993
|
8033778: ObjectIn/OutputStream improvements
Co-authored-by: Robert Stupp <snazy@gmx.de>
Reviewed-by: smarks, psandoz, mduigou, plevart
|
2014-02-06 14:45:12 +00:00 |
|
Vinnie Ryan
|
5911461228
|
8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586)
Reviewed-by: alanb
|
2014-02-06 12:24:42 +00:00 |
|