Andrew Brygin
92069b97d0
8011622: Use lcms as the default color management module in jdk8
...
Reviewed-by: prr, vadim
2013-04-15 18:10:55 +04:00
Denis Fokin
439ddacaac
7123476: DesktopOpenTests:When enter the file path and click the open button,it crash
...
Reviewed-by: art, anthony
2013-03-22 19:56:20 +04:00
Lana Steuck
ae7beed0c2
Merge
2013-03-12 16:26:06 -07:00
Andrew Brygin
6c0e480427
8005530: [lcms] Improve performance of ColorConverOp for default destinations
...
Reviewed-by: prr, jgodinez
2013-03-07 14:05:21 +04:00
Thomas Ng
7a31c1d5f3
8008691: Build failure (NEWBUILD=false) on Mac
...
Reviewed-by: art, anthony
2013-02-21 17:55:33 -08:00
Stephen Colebourne
73c043f49e
8007392: JSR 310: DateTime API Updates
...
8007520: Update date/time classes in j.util and j.sql packages
8007572: Replace existing jdk timezone data at <java.home>/lib/zi with JSR310's tzdb
Integration of JSR310 Date/Time API for M7
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Patrick Zhang <patrick.zhang@oracle.com>
Reviewed-by: darcy, alanb, naoto
2013-02-12 09:25:43 -08:00
Stephen Colebourne
df4d235c1f
8003680: JSR 310 Date/Time API
...
Integration of JSR310 Date/Time API for M6
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Richard Warburton <richard.warburton@gmail.com>
Co-authored-by: Michael Nascimento <misterm@gmail.com>
Reviewed-by: alanb, naoto, dholmes
2013-01-22 20:59:21 -08:00
Weijun Wang
85db8f9602
8004235: Disable native JGSS provider on Mac
...
Reviewed-by: erikj, valeriep
2012-12-13 08:11:38 +08:00
Sean Coffey
309e36603f
8002227: (tz) Support tzdata2012i
...
Reviewed-by: peytoia, asaha
2012-11-07 18:48:48 +00:00
Lana Steuck
4a88c62d44
Merge
2012-11-02 17:44:31 -07:00
Alan Bateman
430592a30e
7197491: update copyright year to match last edit in jdk8 jdk repository
...
Reviewed-by: chegar, ksrini
2012-11-02 15:50:11 +00:00
Naoto Sato
e84c0fab29
8001231: Move locale data out of rt.jar (except the US locale)
...
Reviewed-by: alanb, erikj
2012-10-31 11:33:36 -07:00
Lana Steuck
f71c5b3ee0
Merge
2012-10-31 09:49:37 -07:00
Lana Steuck
bbf2d20d03
Merge
2012-10-31 08:29:44 -07:00
Alan Bateman
b9f46f0001
7176225: Remove JDBC-ODBC Bridge
...
Reviewed-by: lancea, ohair, tbell
2012-10-27 09:18:29 +01:00
Andrew Brygin
5d717a96fb
7053526: Upgrade JDK 8 to use Little CMS 2.4
...
Reviewed-by: prr, jgodinez
2012-10-24 05:30:34 +04:00
Bradford Wetmore
30dd7eee31
7197071: Makefiles for various security providers aren't including the default manifest
...
Reviewed-by: valeriep, mullan, katleman
2012-10-23 12:36:47 -07:00
Lana Steuck
736ab82961
Merge
2012-10-23 11:29:53 -07:00
Abhijit Saha
d66bdb868d
Merge
2012-10-18 22:01:26 -07:00
Stephen Flores
037bcf1683
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
...
Reviewed-by: alanb, weijun, mullan
2012-10-14 22:58:59 +01:00
Lana Steuck
703702096b
Merge
2012-10-08 15:39:33 -07:00
Alan Bateman
18688c3a56
8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
...
Reviewed-by: mchung, forax
2012-10-06 13:56:16 +01:00
Abhijit Saha
7bd671250d
Merge
2012-09-25 11:48:00 -07:00
Leonid Romanov
914bc61d4b
7179349: [macosx] Java processes on Mac should not use default Apple icon
...
Reviewed-by: anthony
2012-09-24 18:24:30 +04:00
Lana Steuck
9014f4ced0
Merge
2012-09-05 11:59:27 -07:00
Lana Steuck
047abf380a
Merge
2012-08-30 20:16:07 -07:00
Chris Hegarty
84603e4d94
7189567: java net obselete protocol
...
Reviewed-by: alanb, ahgross
2012-08-29 14:05:37 +01:00
Lana Steuck
a0b3f023db
Merge
2012-08-28 12:24:33 -07:00
Naoto Sato
73ff23b7f7
6336885: RFE: Locale Data Deployment Enhancements
...
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o packaging changes. by Naoto Sato and Masayoshi Okutsu)
Reviewed-by: erikj, sherman, peytoia
2012-08-21 11:00:30 -07:00
Andrew John Hughes
1ec7522737
7110151: Use underlying platform's zlib library for Java zlib support
...
Make SYSTEM_ZLIB more flexible by using ZLIB_{CFLAGS,LIBS} and building on more than just MACOSX.
Reviewed-by: sherman, alanb
2012-08-15 14:35:36 +01:00
Omair Majid
ce9faa4692
7190813: (launcher) RPATH needs to have additional paths
...
Reviewed-by: anthony, ksrini
2012-08-14 17:11:11 -04:00
Xueming Shen
b9fa2e4fb9
6653797: Reimplement JDK charset repository charsets.jar
...
Migrated all jis based charsets to new implementation
Reviewed-by: okutsu
2012-07-24 12:17:39 -07:00
Vinnie Ryan
b530224aad
6880559: Enable PKCS11 64-bit windows builds
...
Reviewed-by: valeriep
2012-07-16 22:38:49 +01:00
Sergey Malenkov
386367a03f
7162476: XMLDecoder security issue via ClassFinder
...
Reviewed-by: art, ahgross
2012-06-19 20:34:06 +04:00
Lana Steuck
272f5e3896
Merge
2012-06-08 12:44:30 -07:00
Kelly O'Hair
623934b5e1
Merge
2012-06-07 18:08:28 -07:00
Erik Joelsson
260708fa26
7170969: Add @GenerateNativeHeader to classes whose fields need to be exported for JNI
...
Reviewed-by: ohair, ohrstrom, ihse
2012-06-07 18:05:09 -07:00
Lana Steuck
477d1d8e7d
Merge
2012-06-05 17:56:16 -07:00
Lana Steuck
7062434474
Merge
2012-06-05 17:40:02 -07:00
Andrew John Hughes
1b6a45d291
7171223: Building ExtensionSubtables.cpp should use -fno-strict-aliasing
...
GCC 4.4+ have stricter aliasing requirements which produces a new warning from this code
Reviewed-by: prr, ohair
2012-05-30 16:17:48 +01:00
David Holmes
884f00e27e
7171653: 32-bit cross-compile on 64-bit build host generates 64-bit data for awt/X11 leading to crash
...
Reviewed-by: ohair, anthony
2012-05-30 00:37:21 -04:00
Erik Gahlin
a982d867cb
7017818: NLS: JConsoleResources.java cannot be handled by translation team
...
Reviewed-by: mchung, mfang
2012-05-25 12:24:57 +02:00
Sean Coffey
c3e4ab9209
7163470: Build fails if javax.crypto src files not present
...
Reviewed-by: valeriep
2012-05-10 10:45:04 +01:00
Lana Steuck
b0654071b7
Merge
2012-04-18 10:21:59 -07:00
Lana Steuck
d4fc10af1d
Merge
2012-04-11 18:52:45 -07:00
Daniel D. Daugherty
5017ee9fdb
7071907: JDK: Full Debug Symbols
...
Add initial FDS support to some libraries and programs.
Reviewed-by: kamg, fparain, sspitsyn, dsamersoff
2012-04-11 07:26:35 -07:00
Phil Race
0d9cb5e775
7159136: JDK 7 font manager refactoring left JNI header generation and inclusion out of sync
...
Reviewed-by: igor, jgodinez
2012-04-05 15:17:19 -07:00
Yuka Kamiya
e35eef1257
7158483: (tz) Support tzdata2012c
...
Reviewed-by: okutsu
2012-04-03 11:52:06 +09:00
Michael McMahon
a9afb48611
7155585: Fix ifeq errors in makefiles [macosx]
...
Reviewed-by: andrew, anthony, ohrstrom, dsamersoff
2012-03-23 11:28:58 +00:00
Valerie Peng
3e2f8ef7eb
7130959: Tweak 7058133 fix for JDK 8 (javah makefile changes)
...
Fixed JAVAHFLAGS setting to use -bootclasspath.
Reviewed-by: wetmore
2012-03-15 14:28:48 -07:00