Xueming Shen
b1408532df
7096080: UTF8 update and new CESU-8 charset
...
7082884: Incorrect UTF8 conversion for sequence ED 31
7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
Updated UTF8 and added CESU-8 to following the latest Standard
Reviewed-by: alanb
2011-11-07 13:46:02 -08:00
Chris Hegarty
de7b261476
7104209: Cleanup and remove librmi (native library)
...
Reviewed-by: mduigou, alanb
2011-10-24 20:55:08 +01: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
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
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
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
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
Lana Steuck
3c59a998c6
Merge
2011-09-05 23:58:19 -07:00
Xueming Shen
2304b235a1
Merge
2011-08-17 14:18:30 -07:00
Michael Fang
614fdf63b3
Merge
2011-08-17 14:18:26 -07:00
Xueming Shen
0ec73ca081
6237353: Remove sun.io package from j2se binary
...
Removed sun.io package and related test cases
Reviewed-by: alanb
2011-08-17 14:14:21 -07:00
Alexandre Boulgakov
45b0a4eb00
7077389: Reflection classes do not build with javac -Xlint:all -Werror
...
Reviewed-by: darcy
2011-08-15 17:17:21 -07:00
Alexandre Boulgakov
598c79031d
7064075: Security libraries don't build with javac -Xlint:all,-deprecation -Werror
...
Reviewed-by: xuelei, mullan
2011-08-15 11:48:20 -07:00
Yong Jeffrey Huang
f5cc085a5b
7066203: Update currency data to the latest ISO 4217 standard
...
Reviewed-by: naoto
2011-08-14 23:46:08 -07:00
Joe Darcy
24e63f385c
7075098: Remove unused fdlibm files
...
Reviewed-by: alanb, mduigou
2011-08-06 14:35:58 -07:00
Alexandre Boulgakov
abdf98fef8
7072523: java.math should be built with javac -Xlint:all -Werror
...
Reviewed-by: darcy
2011-07-29 16:45:37 -07:00
Alexandre Boulgakov
d5e142fba4
7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror
...
Reviewed-by: alanb, chegar
2011-07-28 13:34:31 -07:00
Alexandre Boulgakov
a9a95f25de
7068617: Core libraries don't build with javac -Xlint:all -Werror
...
Reviewed-by: darcy
2011-07-20 12:19:41 -07:00
David Holmes
5d0d741efe
7039182: PPC: NIO: java.io.IOException: Invalid argument in sun.nio.ch.FileDispatcherImpl.read0
...
Allow platform specific files to be located at build time instead of generating them
Reviewed-by: alanb, ohair
2011-06-27 20:13:48 -04:00
Frederic Parain
e075dabb40
7036199: Adding a notification to the implementation of GarbageCollectorMXBeans
...
Add a JMX notification to GarbageCollectorMXBeans
Reviewed-by: acorn, mchung
2011-05-16 17:28:18 +02:00
Lana Steuck
04247c5b48
Merge
2011-05-14 11:24:26 -07:00
Erik Trimble
a4fbf5eda5
Merge
2011-05-10 18:31:47 -07:00
Alan Bateman
914105d32e
7042979: Rename StandardSocketOption and StandardWatchEventKind
...
Reviewed-by: forax, chegar
2011-05-09 18:45:33 +01:00
Frederic Parain
186fce71ec
7028071: Add two attributes to the OperatingSystemMXBean to provide CPU Load info
...
Add getProcessCpuLoad() and getSystemCpuLoad() to the OperatingSystemMXBean
Reviewed-by: acorn, dholmes, mchung
2011-05-06 18:09:33 +02:00
Mike Duigou
b2a0b94b36
7041612: Rename StandardCharset to StandardCharsets
...
Reviewed-by: alanb, mr, darcy
2011-05-03 16:32:47 -07:00
Lana Steuck
abc0e63cbc
Merge
2011-04-30 16:55:46 -07:00
Xueming Shen
4463efaf61
7037261: j.l.Character.isLowerCase/isUpperCase need to match the Unicode Standard
...
Updated j.l.c.lsLowerCase/isUpperCase
Reviewed-by: okutsu
2011-04-28 20:18:57 -07:00
Mike Duigou
ca62bf6b7a
Merge
2011-04-28 10:14:12 -07:00
Mike Duigou
972c4e25d6
7040381: Add StandardCharset.java to FILES_java.gmk
...
Reviewed-by: alanb
2011-04-28 10:12:02 -07:00
Alan Bateman
bbadc1bb04
7039186: (ch) EPoll based asynchronous I/O implementation should be portable to linux-arm and linux-ppc
...
Reviewed-by: dholmes
2011-04-27 13:46:22 +01:00
Vinnie Ryan
dc6eb040b7
6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM
...
Reviewed-by: mullan
2011-04-22 17:03:51 +01:00
Lana Steuck
8a0e9f26d9
Merge
2011-04-18 14:00:34 -07:00
Lana Steuck
b99716e22a
Merge
2011-04-17 16:19:29 -07:00
Lana Steuck
fcc61389fc
Merge
2011-04-16 20:16:55 -07:00
Masayoshi Okutsu
899e0913f3
7028818: (lc) Lazily initialize locale extension
...
7029740: (lc) New Locale class implementation doesn't follow the Java coding conventions
7032820: (lc) sun.util.locale.InternalLocaleBuilder.CaseInsensitiveChar.equals problems
7033503: (lc) Restore optimization code for Locale class initialization
7033504: (lc) incompatible behavior change for ja_JP_JP and th_TH_TH locales
Reviewed-by: naoto
2011-04-14 15:59:47 +09:00
Kelly O'Hair
7c8e01891a
Merge
2011-04-13 16:56:16 -07:00
Suchen Chien
b1860c6416
7022841: LocaleNames_no_NO_NY.class is missing in rt.jar
...
Reviewed-by: katleman, ohair
2011-04-12 13:58:32 -07:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Kumar Srinivasan
8725555c40
7033954: (launcher) Launchers not built with mapfiles
...
Reviewed-by: ohair
2011-04-06 19:31:30 -07:00
Alan Bateman
e1a6f9cdea
7030249: Eliminate use of LoadLibrary and other clean-ups
...
Reviewed-by: ohair, chegar, mchung
2011-04-04 18:35:16 +01:00
Lana Steuck
24ab596494
Merge
2011-03-31 22:07:32 -07:00
Erik Trimble
344dad5b73
Merge
2011-03-29 13:28:10 -07:00
Lana Steuck
3588e1424d
Merge
2011-03-26 00:10:12 -07:00
Chris Hegarty
d6fce83042
7030256: Cleanup/Remove code supporting old Windows versions (98, NT, 2000, etc)
...
Reviewed-by: alanb, mduigou
2011-03-25 16:38:09 +00:00
John R Rose
9b0b7b91d5
Merge
2011-03-24 00:17:59 -07:00
John R Rose
3718824e69
7012648: move JSR 292 to package java.lang.invoke and adjust names
...
Package and class renaming only; delete unused methods and classes; add @since tags; no code changes
Reviewed-by: twisti
2011-03-23 23:02:31 -07:00
David Holmes
93af7b4699
7025066: Build systems changes to support SE Embedded Integration
...
Define Embedded specific files and include them in the main files. Allow finer control over some build options.
Reviewed-by: ohair, bobv, collins
2011-03-22 18:56:16 -04:00
Yong Jeffrey Huang
c09ed84373
7020960: CurrencyNames_sr_RS.properties is missing
...
Reviewed-by: naoto
2011-03-20 23:47:10 -07:00
Michael Fang
8df3dbea9d
Merge
2011-03-19 19:12:28 -07:00