Commit Graph

1561 Commits

Author SHA1 Message Date
Vinnie Ryan b530224aad 6880559: Enable PKCS11 64-bit windows builds
Reviewed-by: valeriep
2012-07-16 22:38:49 +01:00
Lana Steuck e51eadc837 Merge 2012-06-26 10:57:46 -07:00
Gary Collins 3675d9eacb 7178483: Change version string for Embedded releases
Reviewed-by: dholmes, lancea
2012-06-20 22:40:32 -04:00
Sergey Malenkov 386367a03f 7162476: XMLDecoder security issue via ClassFinder
Reviewed-by: art, ahgross
2012-06-19 20:34:06 +04:00
Masayoshi Okutsu 94a6496726 6380549: (rb) ResourceBundle.Control global binding support
Reviewed-by: naoto
2012-06-19 16:21:17 +09:00
Lana Steuck d27529f4ab Merge 2012-06-17 21:34:42 -07:00
Alan Bateman 4c73c02d6d 7176485: (bf) Allow temporary buffer cache to grow to IOV_MAX
Reviewed-by: chegar, coffeys
2012-06-15 17:16:25 +01:00
Lana Steuck 272f5e3896 Merge 2012-06-08 12:44:30 -07:00
Staffan Larsen 240b19f9f2 Merge 2012-06-08 05:39:14 -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
Lance Andersen 3efc9785b3 7172551: Remove Native calls from DriverManager for jigsaw
Reviewed-by: alanb, chegar, darcy, mchung
2012-06-07 20:11:26 -04:00
Abhijit Saha b74ef2f6b6 Merge 2012-06-07 12:31:10 -07:00
Staffan Larsen a253545487 7165257: Add JFR tests to the JDK code base
Reviewed-by: ohair, dholmes, nloodin, mgronlun
2012-06-07 15:28:38 +02:00
Lana Steuck 477d1d8e7d Merge 2012-06-05 17:56:16 -07:00
Nils Loodin cbe6d65df3 7163471: Licensee source bundle failed around 7u4
Reviewed-by: dholmes, sla, brutisso, erikj
2012-06-05 13:43:39 +02:00
Jonas Oreland 43eb7b646e 7174861: all/OPT jdk build on Solaris with FDS enabled sets wrong options
Use CFLAGS_COMMON instead of CC_OPT and CXXFLAGS_COMMON instead of CXX_OPT for setting FDS options. FDS should also set OPTIMIZATION_LEVEL.

Reviewed-by: ihse, dholmes, ohair, dcubed
2012-06-06 13:16:37 -07:00
Alan Bateman 08c4f120c9 7172826: (se) Selector based on the Solaris event port mechanism
Reviewed-by: coffeys, chegar
2012-06-06 17:59:29 +01:00
Lana Steuck 7062434474 Merge 2012-06-05 17:40:02 -07:00
Xueming Shen 543792f154 6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter
Updated MS936 and GBK mappings

Reviewed-by: alanb
2012-06-05 12:11:58 -07:00
Mike Duigou 705c53b045 7126277: Alternative String hashing implementation
All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck.

Reviewed-by: alanb, forax, dl
2012-05-30 22:18:37 -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
Abhijit Saha 5d202b67cc Merge 2012-05-21 15:13:13 -07:00
Lana Steuck 016976afd1 Merge 2012-05-21 11:44:01 -07:00
Lana Steuck 8b00bb1651 Merge 2012-05-21 11:41:33 -07:00
Lana Steuck cc0d0b06ff Merge 2012-05-25 16:32:02 -07:00
Daniel D. Daugherty 594b196afc 7170449: Management is completely broken at least on Solaris 11 X86
Work around 'gobjcopy' failures on Solaris by adding temporary tools to add the '.gnu_debuglink' section and remove the SHF_ALLOC flag from "empty" section headers.

Reviewed-by: sspitsyn, acorn
2012-05-25 08:20:12 -07: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
Daniel D. Daugherty eb7d35d85e 7168520: No jdk8 TL Nightly linux builds due to broken link in b39-2012-05-13_231
ZIP libjsig.debuginfo links into libjsig.diz files since aurora doesn't like dangling symlinks

Reviewed-by: katleman
2012-05-17 06:26:05 -07:00
Alexander Scherbatiy f7483afe41 7158928: [macosx] NLS: Please change the mnemonic assignment system
Reviewed-by: rupashka, serb
2012-05-16 18:11:48 +04:00
Michael Fang 9b0ee815d4 7157855: jvisualvm.1 not included in binaries
Reviewed-by: katleman, thurka
2012-05-15 11:46:41 -07:00
Lana Steuck a472974402 Merge 2012-05-11 12:53:03 -07:00
Magnus Ihse Bursie 101d88a655 7168208: Change use of @ in one sed command involving paths to different character
Reviewed-by: ohair
2012-05-11 08:21:30 -07: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 d30eeff9a1 Merge 2012-05-08 13:08:17 -07:00
Abhijit Saha 9c3e5a2081 Merge 2012-05-08 07:34:53 -07:00
Christopher Gruszka aa3de76bc8 Merge 2012-04-27 14:37:44 -04:00
Lana Steuck 6c68dd5523 Merge 2012-04-26 14:21:19 -07:00
Scott Kovatch 9dac65e6e5 7128699: Fix bundle name so it contains the bugfix number in the name
Reviewed-by: robilad
2012-04-25 12:18:10 -07:00
Staffan Larsen bf5a3b90fb 7163524: Add SecTaskAccess attribute to jstack [macosx]
Reviewed-by: dholmes
2012-04-23 16:34:32 +02:00
Coleen Phillimore e776b337e8 Merge 2012-04-19 10:53:35 -04:00
Lana Steuck b0654071b7 Merge 2012-04-18 10:21:59 -07:00
Daniel D. Daugherty ea4cd6ca39 7159320: change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available
Reviewed-by: ohair, jmelvin, sspitsyn
2012-04-17 09:02:57 -07:00
James Melvin d090606f36 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
On Mac OS X, align system property "os.arch" with Apple legacy JDKs.  Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.

Reviewed-by: dcubed, phh, ohair, katleman
2012-04-16 18:09:53 -04:00
Daniel D. Daugherty 9de05ceb7a 7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo
Do not install .debuginfo files in bin dir.

Reviewed-by: ksrini, sspitsyn
2012-04-12 16:23:24 -07:00
Lana Steuck d4fc10af1d Merge 2012-04-11 18:52:45 -07:00
David Katleman 06ec3d779f Merge 2012-04-11 14:09:48 -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
Lana Steuck 25e2d2bf5c Merge 2012-04-10 23:18:33 -07:00
Abhijit Saha d7dd0a253b Merge 2012-04-10 10:44:46 -07:00
Fredrik Ohstrom e32ab98b32 7074397: Build infrastructure changes (makefile re-write)
New makefiles transition, old and new living side by side for now.

Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Torbjorn Granat <torbjorn.granat@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
2012-04-10 08:22:03 -07:00
Joel Borggrén-Franck 8a66dbf077 7158930: (ann) library support for repeating annotations is not built when compiling the JDK
Reviewed-by: ohair, erikj
2012-04-10 10:45:56 +02: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
Lana Steuck d636893400 Merge 2012-04-04 13:16:52 -07:00
Lana Steuck 6b12eddc42 Merge 2012-04-04 12:35:44 -07:00
Alexander Zuev f3a8763e5c Merge 2012-04-04 20:32:39 +04:00
Alexander Zuev 38e189dcc0 7153735: [macosx] Text with diacritics is pasted with broken encoding
Reviewed-by: anthony
2012-04-04 20:31:50 +04:00
Daniel D. Daugherty f2364fbf5c 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
Build option FULL_DEBUG_SYMBOLS=0 only affects OPT builds. Finish enabling ENABLE_FULL_DEBUG_SYMBOLS flag on Windows.

Reviewed-by: ohair, jmelvin, sspitsyn
2012-04-03 12:57:47 -07:00
Yuka Kamiya e35eef1257 7158483: (tz) Support tzdata2012c
Reviewed-by: okutsu
2012-04-03 11:52:06 +09:00
Lana Steuck 1ae8995f36 Merge 2012-03-30 16:57:50 -07:00
Yuka Kamiya e127bc8acf 7070436: Support Unicode 6.1.0 in JDK 8
Reviewed-by: okutsu
2012-03-29 18:02:36 +09:00
Frederic Parain 193b4ea20e 7156831: The jcmd man page is not included in generated bundles
Reviewed-by: dholmes, sla, dsamersoff
2012-03-28 02:20:09 -07:00
Michael McMahon 1e4dfcfbf0 7134701: [macosx] Support legacy native library names
Reviewed-by: alanb, dcubed
2012-03-27 21:08:52 +01:00
Anthony Petrov f1484f0cd4 7150516: [macosx] appletviewer shouldn't link against libX11 on the Mac
Don't link against libX11 on the Mac

Reviewed-by: art
2012-03-27 15:41:55 +04:00
Sean Coffey 502876ad9a 7143851: Improve IIOP stub and tie generation in RMIC
7149048: Changes to corba rmic stubGenerator class are not used during jdk build process

Reviewed-by: mschoene, robm
2012-03-26 14:03:09 +01:00
Nils Loodin 4d9e420aa7 7156000: Change makefile to reflect refactored classes
Reviewed-by: dholmes
2012-03-23 11:02:11 +01:00
Daniel D. Daugherty a2edf55463 7136506: FDS: rework jdk repo Full Debug Symbols support
Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Preserve symlinks in zip archives.

Reviewed-by: dholmes, ohair
2012-03-23 09:27:44 -07: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
Lana Steuck a3f1271a63 Merge 2012-03-21 13:38:55 -07:00
David Katleman 69aa6d19c3 Merge 2012-03-14 13:50:37 -07:00
Valerie Peng c6974571dd Merge 2012-03-15 14:40:53 -07: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
Michael McMahon baec1b577c Merge 2012-03-15 16:46:47 +00:00
Michael McMahon 7138ff4750 7151898: Check for LANG in Mac OS X jdk build sanity check [macosx]
Reviewed-by: ohair, smarks
2012-03-15 16:45:55 +00:00
Jonathan Gibbons 5fc1a2e66e 7150368: javac should include basic ability to generate native headers
Reviewed-by: mcimadamore, darcy, ohrstrom
2012-03-13 15:44:26 -07:00
Mike Duigou bbd20b347d 7151595: Disable creation of db demos if NO_DEMOS is specified
Reviewed-by: weijun, dholmes
2012-03-08 13:44:33 -08:00
Michael McMahon 57a9560def 7152186: java.awt.HeadlessException when running AWT apps [macosx]
Reviewed-by: anthony
2012-03-08 14:38:26 +00:00
Deepak Bhole 1ee1acb94f 7150392: Linux build breaks with GCC 4.7 due to unrecognized option
Remove -mimpure-text option.

Reviewed-by: ohair, dholmes, phh, andrew
2012-03-08 14:04:44 +00:00
Alan Bateman 3269d85838 7113349: Initial changeset for Macosx port to jdk
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00
Phil Race 3f9a51509a 7078053: Solaris JDK build: C compiler writing tmp files into the make tree
Reviewed-by: ohair, alanb
2012-03-05 09:33:44 -08:00
Vinnie Ryan 92e8e7960b Merge 2012-03-05 14:15:01 +00:00
Vinnie Ryan 594e178180 7151109: backout CR 6988842
Reviewed-by: mullan
2012-03-05 14:13:29 +00:00
Kurchi Subhra Hazra 0006ef0cc8 7146763: Warnings cleanup in the sun.rmi and related packages
Cleanup warnings and use jkd7 features in sun.rmi.*

Reviewed-by: smarks, chegar, forax, dmocek
2012-03-02 13:48:43 -08:00
Vinnie Ryan 1e3b108ef9 6988842: jce/ECC test fails for SunPKCS11 provider using nss library
Reviewed-by: mullan
2012-03-02 17:24:08 +00:00
Lana Steuck b697d670cb Merge 2012-02-28 18:01:54 -08:00
Mike Duigou 0193199d57 7143162: Allow disable building of jdk demos and samples
Reviewed-by: ohair
2012-02-27 18:10:03 -08:00
Sean Coffey 27720df27a 7133138: Improve io performance around timezone lookups
Reviewed-by: okutsu
2012-02-24 09:10:27 +00:00
Lana Steuck cd51c0ed25 Merge 2012-02-23 00:14:45 -08:00
Abhijit Saha 162d75c68c Merge 2012-02-20 11:31:53 -08:00
Frederic Parain a1429e482e 7145925: Removing remote access to diagnostic commands in the HotSpotDiagnosticMBean
Reviewed-by: acorn, mchung, phh
2012-02-15 10:46:55 -08:00
Lana Steuck 4156261cf3 Merge 2012-09-28 14:56:38 -07:00
Andrew John Hughes 0fa038b4e0 7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK
Allow OpenJDK to use the unlimited crypto policy.

Reviewed-by: wetmore, ohair
2012-09-27 17:55:10 +01:00
Lana Steuck 13686b8d12 Merge 2012-02-09 22:55:28 -08:00
Joe Darcy 6667bfa0a9 7041249: Remove apt tool and API from the JDK
Reviewed-by: jjg, ohair
2012-02-05 21:49:45 -08:00
Miroslav Kos 33859eda7a 7140918: Remove dependency on apt and com.sun.mirror API
Co-authored-by: Martin Grebac <martin.grebac@oracle.com>
Reviewed-by: darcy
2012-02-05 12:29:31 +00:00
Chris Hegarty 511e7438d7 7041778: Move SCTP implementation out of sun.nio.ch and into its own package
Reviewed-by: alanb
2012-02-04 07:29:11 +00:00
Lana Steuck 9ad29a120a Merge 2012-01-31 19:08:36 -08:00
Lana Steuck afe805a586 Merge 2012-01-28 22:21:54 -08:00
Lana Steuck 0f98d16ad1 Merge 2012-01-28 20:41:27 -08:00
Chris Hegarty 036e845b65 7110002: Rename xawt/libmawt.so and headless/libmawt.so so they can be colocated with libawt
Reviewed-by: art, prr, dholmes, alanb
2012-01-27 13:48:40 +00:00
Rickard Bäckman 804ef2d9ee 7133124: Remove redundant packages from JAR command line
Reviewed-by: acorn, alanb, dholmes, rottenha
2012-01-26 09:51:35 +01:00
David Katleman 3afc06730d Merge 2012-01-25 13:54:28 -08:00
Mark Reinhold 77ad1e47c1 7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
Reviewed-by: ohair
2012-01-23 12:39:41 -08:00
Lana Steuck 9ccc60ae83 Merge 2012-01-18 20:24:41 -08:00
Lana Steuck 5fa3c57f37 Merge 2012-01-18 11:27:56 -08:00
Lana Steuck bb8ab4aa4f Merge 2012-01-18 11:00:20 -08:00
Rickard Bäckman 4953b8bfa5 7132386: makefile support for tracing/Java Flight Recorder framework phase I
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Erik Gahlin <erik.gahlin@oracle.com>
Co-authored-by: Nils Loodin <nils.loodin@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Reviewed-by: ohair, dholmes, rottenha
2012-01-17 16:20:52 +01:00
Alan Bateman a2cb0c3029 7132204: Default testset in JPRT should not run all tests
Reviewed-by: ohair
2012-01-24 09:09:08 +00:00
David Buck e6ade0739d 7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
Reviewed-by: bae, prr
2012-01-16 11:52:51 +04:00
Valerie Peng eafb7ad68c 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
Added the OracleUcrypto provider for utilizing the Solaris ucrypto API.

Reviewed-by: weijun
2012-01-12 16:04:03 -08:00
David Katleman a742ba1ba3 Merge 2012-01-11 16:13:21 -08:00
Jonathan Lu 467c036ccf 7128320: Fix freetype sanity check to make it more generic
Reviewed-by: luchsh, katleman
2012-01-09 09:18:37 -08:00
Valerie Peng 1081efba4f 6414899: P11Digest should support cloning
Enhanced the PKCS11 Digest implementation to support cloning

Reviewed-by: vinnie
2012-01-05 18:18:04 -08:00
Kelly O'Hair 892dcc25fc 7127104: Build issue with prtconf and zones, also using := to avoid extra execs
Reviewed-by: katleman
2012-01-04 17:42:25 -08:00
Lana Steuck a43e73eb81 Merge 2012-01-04 10:57:39 -08:00
Frederic Parain d1c86caeaa 7104647: Adding a diagnostic command framework
Reviewed-by: mchung, dholmes
2012-01-04 03:49:35 -08:00
Christopher Gruszka 66d59b683f Merge 2012-01-03 14:34:08 -05:00
Stuart Marks 79235d3197 7122061: add -Xlint:all -Werror to warning-free build steps
Reviewed-by: chegar, alanb, dholmes, ohair
2011-12-29 16:39:51 -08:00
Christopher Gruszka 29d2647a0a Merge 2011-12-23 10:43:48 -05:00
Lana Steuck 3f5f0b4dc0 Merge 2011-12-20 15:27:55 -08:00
Igor Nekrestyanov 30c9b2b165 Merge 2011-12-19 10:06:23 -08:00
Stuart Marks be40fd7800 7122235: stop the build if javac fails
Reviewed-by: chegar, dholmes, mcimadamore, ohair
2011-12-17 08:21:23 -08:00
Christopher Gruszka 928809708d Merge 2011-12-16 15:01:55 -05:00
Lana Steuck f1c7c499bf Merge 2011-12-15 19:52:13 -08:00
Masayoshi Okutsu 666bd54f80 6351654: Problem with java/classes_util_i18n
Reviewed-by: hawtin, coffeys
2011-12-14 11:23:21 +09:00
Kelly O'Hair f5bfcb05b2 7119829: Adjust default jprt testing configuration
Reviewed-by: alanb
2011-12-12 08:17:28 -08:00
Jim Holmlund 6d0e8939c1 7117053: Fix build warnings in com/sun/tools/jdi/*
Warnings fixed.  Also reviewed by serguei.spitsyn@oracle.com, who is not yet an openjdk reviewer

Reviewed-by: ksrini
2011-12-09 12:56:22 -08:00
Lana Steuck 2850e97062 Merge 2011-12-06 20:25:20 -08:00
Igor Nekrestyanov 1d6ad94698 Merge 2011-12-06 16:31:58 -08:00
Christopher Gruszka 85b77bf993 Merge 2011-12-05 12:41:38 -05:00
Sergey Bylokhov 34876429cb 7115400: jdk 8 awt-gate build fails in headless toolkit on solaris
Reviewed-by: prr, art, bae
2011-12-05 17:11:57 +04:00
Stuart Marks af629d027c 7116322: enhance javac make rule with a little bit of instrumentation
Reviewed-by: dholmes, ohair
2011-11-30 13:11:16 -08:00
Lana Steuck 5a5111e51f Merge 2011-11-29 15:57:33 -08:00
Xueming Shen 8df2ceb118 7109837: Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer
Added methods Adler32/CRC32.update(ByteBuffer)

Reviewed-by: alanb
2011-11-29 13:05:35 -08:00
Xueming Shen 5b3d1ed37b 7110149: Update the JDK8 bundled zlib library to the latest version 1.2.5
Updated to zlib-1.2.5

Reviewed-by: alanb
2011-11-29 11:39:59 -08:00
David Holmes ac8579d7f8 7109092: Wrong computation results with double at armsflt
Need to link to custom soft-float library with required FP accuracy

Reviewed-by: alanb, ohair
2011-11-29 00:26:22 -05:00
Lana Steuck 7bcad978ba Merge 2011-11-18 15:49:09 -08:00
Lana Steuck 9240eb2ee9 Merge 2011-11-18 11:11:11 -08:00
Andy Herrick 638a8b7435 Merge 2011-11-18 06:35:36 -05:00
Christopher Gruszka 383070b5f8 Merge 2011-11-18 01:03:03 -05:00
Christopher Gruszka f1a031d983 Merge 2011-11-17 16:57:00 -05:00
Kumar Srinivasan 70b9eef84e 7112160: jdk8 javadoc failure in jdk/make/docs javadoc: error - java.lang.OutOfMemoryError
Reviewed-by: ohair, katleman
2011-11-16 12:23:53 -08:00
Thomas Ng fe50fa5abf 7112298: remove security baseline sanity check
Reviewed-by: ccheung, igor, ohair
2011-11-15 23:33:49 -08:00
Lana Steuck 613e94ca6f Merge 2011-11-14 18:15:37 -08:00
Thomas Ng f622d7c806 7109885: security baseline for 7u2 or above is not set correctly
Reviewed-by: ccheung, igor, ohair
2011-11-13 21:39:57 -08:00
Sergey Bylokhov c007822f02 6996291: command line selection of MToolkit by -Dawt.toolkit=sun.awt.motif.MToolkit fails from jdk7 b21 on
Reviewed-by: art, dcherepanov, bae, prr
2011-11-12 04:13:38 +04:00
Danesh Dadachanji ca86a52a6c 7103610: _NET_WM_PID and WM_CLIENT_MACHINE are not set
Set the properties to all top-level windows

Reviewed-by: anthony
2011-11-11 15:17:51 +03:00
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 15d761f763 7104650: rawtype warnings in several net, nio and security source files
Also reviewed by Ulf.Zibis@gmx.de

Reviewed-by: mcimadamore, alanb, dholmes
2011-10-26 13:58:46 +01:00
Chris Hegarty f5ff85a77a 7103549: Remove dependencies on libjava and libjvm from security libraries
Reviewed-by: vinnie, ohair, alanb, dholmes
2011-10-24 21:03:41 +01:00
Chris Hegarty de7b261476 7104209: Cleanup and remove librmi (native library)
Reviewed-by: mduigou, alanb
2011-10-24 20:55:08 +01:00
Yuka Kamiya 2f1ee9427a 7103108: (tz) Support tzdata2011l
Reviewed-by: okutsu
2011-10-21 15:56:24 +09:00
Christopher Gruszka 0929b68ecc 7099017: jdk7u2-dev does not build
Changes to skip demo/DEMOS_LICENSE and sample/SAMPLES_LICENSE when building OPENJDK

Reviewed-by: ohair, billyh
2011-10-18 14:21:47 -04:00
Sean Mullan 4bc227715b 6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
Reviewed-by: mchung
2011-10-13 13:50:17 -04: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
Kurchi Subhra Hazra 09ff856431 7088502: Security libraries don't build with javac -Werror
Changes to files in src/share/classes/com/sun/org/apache/xml/internal/security and its subpackages to remove warnings

Reviewed-by: mullan
2011-09-26 17:20:45 -07: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
Mike Duigou b9c11d661e 7074264: Switches to packages tree view and adds unit tests to sources
Reviewed-by: igor
2011-09-20 12:27:45 -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
Sean Chou 40ce6ba310 6988099: jvmti demos missing Publisher (COMPANY resource) in dlls/exes on windows
Add creation/linking of resource data to link step for demos on Windows

Reviewed-by: dcubed, zgu, ngmr, ohair
2011-09-15 19:29:07 +01:00
Christopher Gruszka 64c2502a16 7066713: Separate demos from the bundles on Solaris and Linux
Add new license files to demos and samples, new directory for bundling

Reviewed-by: katleman, ohair, billyh
2011-09-15 13:59:13 -04:00
Yuka Kamiya 0594a39498 7090843: (tz) Support tzdata2011j
Reviewed-by: okutsu
2011-09-15 15:02:05 +09:00
Yuka Kamiya 3674ebe6e6 7090844: Support a timezone whose offset is changed more than once in the future
Reviewed-by: okutsu
2011-09-15 14:45:35 +09: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 7189a0b227 Merge 2011-09-10 21:30:20 -07:00
Weijun Wang 6b8980e983 7087428: move client tests out of jdk_misc
Reviewed-by: alanb, ohair
2011-09-08 09:04:28 +08:00
Mandy Chung 34e0b54108 7078024: Update JDK service tag for JDK 8
Reviewed-by: paulk
2011-09-07 13:42:34 -07:00
Lana Steuck 3c59a998c6 Merge 2011-09-05 23:58:19 -07:00
Michael Fang 8256d8cf31 Merge 2011-08-31 09:56:44 -07:00
Nils Loodin 2e7a0438c9 7067811: Update demo/sample code to state it should not be used for production
Added comment block after copyright block stating that code is unfit for production.

Reviewed-by: ohair
2011-08-31 13:48:04 +02: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 0c5879c7e2 7079606: tl nightly build failure due to incomplete generification
Reviewed-by: jjg
2011-08-17 05:41:20 -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
Sean Coffey c26005b40e 7047325: Internal API to improve management of direct buffers
Reviewed-by: alanb, mduigou
2011-08-11 12:40:24 +01:00
Alexandre Boulgakov 1fb6680207 7072353: JNDI libraries do not build with javac -Xlint:all -Werror
Reviewed-by: xuelei
2011-08-10 13:44:58 -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 545b41c9ab 7069870: Parts of the JDK erroneously rely on generic array initializers with diamond
Reviewed-by: ksrini, mcimadamore
2011-07-25 16:20:39 -07:00
Kelly O'Hair 45bcef756e Merge 2011-07-22 21:31:12 -07:00
Kelly O'Hair b98e69d69b 7069993: Adjust make/jprt.properties file for jdk8
Reviewed-by: katleman
2011-07-22 17:35:39 -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
Alexandre Boulgakov ae4c0a9af1 7060849: Eliminate pack200 build warnings
Reviewed-by: ksrini, jjg
2011-07-08 10:25:57 -07:00
Valerie Peng e2857af6b5 Merge 2011-07-01 17:12:22 -07:00
Valerie Peng 2c1ce646b9 7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk
Changed javah to use the newly built classes specified by $(CLASSDESTDIR)

Reviewed-by: vinnie
2011-06-30 18:42:37 -07:00
Alexandre Boulgakov 182cb26581 7058708: Eliminate JDK build tools build warnings
Reviewed-by: ohair, jjg
2011-06-30 17:59:13 -07:00
Alexandre Boulgakov c1deb9188b 7061195: Clean up makefiles for JDK 8
Reviewed-by: ohair, jjg
2011-06-30 16:50:34 -07:00
Alexandre Boulgakov fa7e844eb4 7061190: Update boot JDK version for JDK 8
Reviewed-by: ohair, jjg
2011-06-30 16:48:44 -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
Lana Steuck 69ce407621 Merge 2011-06-22 23:23:58 -07:00
Lana Steuck 1379c0101b Merge 2011-06-15 16:10:30 -07:00
Joe Darcy 70b94c5b15 7052122: Update JDK_MINOR_VERSION for JDK 8
Reviewed-by: mr, katleman
2011-06-13 12:17:20 -07:00
Dag Wanvik a51853081c 7046557: Changes to the Java DB README files in JDK7
Update <jdkroot>/README.html with correct mention of Java DB, add JDK specific README files to <jdkroot>/db and <jdkroot>/demo/db.

Reviewed-by: ohair
2011-06-10 17:44:43 +02:00
Lana Steuck 4ce35dcaa5 Merge 2011-06-06 19:04:30 -07:00
Lana Steuck 94891cacc0 Merge 2011-06-02 13:38:28 -07:00
Bradford Wetmore 582efc86b4 7042097: JDK 7's Unlimited Cryptographic Policy bundle text files must be updated
Reviewed-by: valeriep
2011-05-31 12:45:17 -07:00
David Holmes 6988092430 7024120: Verify reduced JRE contents for java 7
Stripped all symbols from libs and executables to reduce JRE size. Restored missing classes needed to pass JCK in headless mode

Reviewed-by: bobv, ohair
2011-05-27 19:04:48 -04:00
Abhijit Saha cfdb3ec24b Merge 2011-05-26 21:37:40 -07:00
Lana Steuck cef72337b1 Merge 2011-05-18 18:18:04 -07:00
Lana Steuck a9493d71a0 Merge 2011-05-16 18:19:34 -07: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 b5f9d4cad8 Merge 2011-05-14 16:51:25 -07:00
Lana Steuck 04247c5b48 Merge 2011-05-14 11:24:26 -07:00
Kelly O'Hair d3055ef8e0 Merge 2011-05-12 07:28:52 -07:00
Kelly O'Hair 30a20e1d62 7043921: generate java-rmi.cgi on 64 bit platform
Reviewed-by: omajid, katleman
2011-05-12 07:24:37 -07:00
Anthony Petrov b14549c78a 7043455: Taking a screenshot may fail on X11 after 6903034
Backout 6903034

Reviewed-by: art, dcherepanov
2011-05-11 17:51:46 +04:00
Erik Trimble a4fbf5eda5 Merge 2011-05-10 18:31:47 -07:00
Christopher Gruszka 6137404f00 Merge 2011-05-10 17:56:11 -04:00
Jennifer Godinez 271bfc2715 Merge 2011-05-09 12:32:40 -07:00
Alan Bateman 914105d32e 7042979: Rename StandardSocketOption and StandardWatchEventKind
Reviewed-by: forax, chegar
2011-05-09 18:45:33 +01:00
Mike Duigou 66f7633b48 Merge 2011-05-09 08:58:00 -07:00
Alan Bateman ca08676916 Merge 2011-05-09 01:57:28 -07:00
Abhijit Saha 4e033ce5f2 Merge 2011-05-06 14:33:44 -07: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
Abhijit Saha 92df2d2184 Merge 2011-05-05 22:29:05 -07:00
Andrew John Hughes 24b0b30f9e Merge 2011-05-06 02:27:10 +01:00
Christine Lu e20a4c4a39 7026163: gzip tar files
Reviewed-by: katleman
2011-05-05 18:05:24 -07:00
Andrew John Hughes 6e40ce24d5 7042040: Remove disk space sanity check
Remove outdated disk space checks using df

Reviewed-by: ohair, omajid
2011-05-06 01:55:29 +01:00
David Holmes 679f58d07c 7041284: arm/ppc Missing launcher mapfiles prevent build
Disable use of launcher mapfiles when cross-compiling

Reviewed-by: ohair, ksrini
2011-05-04 22:16:28 -04:00
Abhijit Saha 1859ff359e Merge 2011-05-04 16:39:05 -07:00
Abhijit Saha 2a4463da40 7035172: Reintroduce LICENSE file in JDK/JRE bundle
Reviewed-by: billyh
2011-05-04 11:11:40 -07:00
Kelly O'Hair 1fdcbe61a1 Merge 2011-05-04 09:25:05 -07:00
Jennifer Godinez d98cd779b7 Merge 2011-05-03 22:16:58 -07:00
Mike Duigou b2a0b94b36 7041612: Rename StandardCharset to StandardCharsets
Reviewed-by: alanb, mr, darcy
2011-05-03 16:32:47 -07:00
Bhavesh Patel 9678eb8476 6553182: Need to modify javadoc doclet for GPL
Reviewed-by: jjg
2011-05-02 10:14:27 -07:00
Lana Steuck abc0e63cbc Merge 2011-04-30 16:55:46 -07:00
Lana Steuck ba45f1edf0 Merge 2011-04-29 16:03:09 -07:00
Suchen Chien f1c12a7da4 6903609: Max memory of 896 may be too large for typical windows developer environment
Reviewed-by: ksrini, katleman
2011-04-29 11:52:58 -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
Michael Fang bb3a24d770 Merge 2011-04-28 14:30:28 -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
Mandy Chung d97d48b225 7037081: Remove com.sun.tracing from NON_CORE_PKGS
Reviewed-by: ohair, jjg, jmasa
2011-04-28 08:51:43 -07:00
Christine Lu c75e285d73 Merge 2011-04-27 19:23:13 -07:00
Kelly O'Hair ca53ccfc32 7040096: Fix broken hg tip for 'make source'
Reviewed-by: katleman
2011-04-27 14:02:01 -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
Shinya Ogino 1037728a03 7036955: Japanese man pages in linux should be in utf-8 encoding
Reviewed-by: ohair, mfang
2011-04-26 21:46:20 -07:00
Kelly O'Hair bb6082b053 6631003: Add hg tip changeset to build image
Reviewed-by: mduigou
2011-04-26 16:27:40 -07:00
Valerie Peng b0c37f182f 7003952: SEC: securely load DLLs and launch executables using fully qualified path
Enforce full path when specifying library locations.

Reviewed-by: wetmore, ohair
2011-04-26 15:59:51 -07:00
Thomas Ng 0aabdd5de8 Merge 2011-04-26 15:48:03 -07:00
Yuka Kamiya 58aa826b31 7039469: (tz) Support tzdata2011g
Reviewed-by: okutsu
2011-04-26 10:46:19 +09:00
Lana Steuck b550ca992e Merge 2011-04-25 15:44:20 -07:00
Kelly O'Hair 218457a845 6595663: Manifest on jars contain JavaBeans entries
Reviewed-by: alanb, mchung
2011-04-22 10:21:37 -07: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
Keith McGuigan c6e8b72333 Merge 2011-04-22 04:57:48 -07:00
Kelly O'Hair 4e01afab2d 7038711: Fix CC_VER checks for compiler options, fix use of -Wno-clobber
Reviewed-by: igor
2011-04-21 18:26:04 -07:00
Lana Steuck b92cf6375e Merge 2011-04-21 11:11:20 -07:00
Abhijit Saha 51829716bb Merge 2011-04-21 08:39:52 -07:00
Abhijit Saha c82deda455 7018125: Reverting the JFB version string for JDK releases
Reviewed-by: katleman
2011-04-20 14:22:08 -07:00
Abhijit Saha 68c514a747 Merge 2011-04-20 09:31:11 -07:00
Thomas Ng d682436a54 Merge 2011-04-19 16:01:27 -07: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
Dag Wanvik 49e24e3e8f 7036048: Bring the Java DB in JDK7 to the same level as JDK 6 (Java DB v10.6.2.1)
Replace the existing Java DB bundles with newer ones, and move demo dir into JDK's demo dir as db

Reviewed-by: ohair
2011-04-15 23:01:09 +02:00
Keith McGuigan 6d199252f6 6519228: JDWP Spec: need references at capability canRequestMonitorEvents for JDWP 1.6 Monitor* events
Add descriptions in event type table

Reviewed-by: ohair, jjh, acorn, dcubed
2011-04-15 10:17:23 -04:00
Zhengyu Gu 6c5cc4e2d9 7003964: SERV: securely load DLLs and launch executables using fully qualified path
Linked in Windows libraries that are available on jdk7 supported platforms, and used GetModuleHandle instead of LoadLibrary for already loaded Dlls.

Reviewed-by: dcubed, alanb
2011-04-15 09:53:05 -04:00
Kevin Walls 258de27aef 6994753: Optional tracking of JRE usage
Reviewed-by: mchung, ksrini, ohair
2011-04-15 14:42:09 +01: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
Jim Holmlund bbf16c0b3a 7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks
7032965: API files in java.io need to updated for references to JVM Spec with editions/hyperlinks
7032958: API files in java.lang need to updated for references to JLS with editions/hyperlinks
7032961: API files in java.lang need to updated for references to JVM with editions/hyperlinks
7032976: API files in javax.lang need to be updated for references to JLS with editions/hyperlinks
7032959: API files in java.util need to updated for references to JLS with editions/hyperlinks
7032962: API files in java.util need to updated for references to JVM Spec with editions/hyperlinks
7032967: API files in java.security need to updated for references to JVM Spec with editions/hyperlinks
7032955: API files in java.math need to updated for references to JLS with editions/hyperlinks

Removed URLs and 'edition' references

Reviewed-by: darcy
2011-04-13 12:16:13 -07:00
Bradford Wetmore c2de8bb04d 6914617: JCE framework code signing certificate is expiring at the end of 2010
Reviewed-by: valeriep, weijun, mullan
2011-04-13 11:36:34 -07:00
Kelly O'Hair 016121d4b0 Merge 2011-04-12 22:22:03 -07:00
Kelly O'Hair d4ab380c60 7033957: Library built without a mapfile: libxinerama.so
Reviewed-by: ksrini
2011-04-12 14:23:37 -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
Rickard Bäckman f159608a01 7026304: Fork-Join sample
Implement a merge-sort sample using Fork-Join

Reviewed-by: hosterda, chegar, dholmes
2011-04-12 13:14:05 +02:00
Rickard Bäckman 3382d83790 7026287: Asynchronous API sample
Implement a chat server using the new asynchronous networking API

Reviewed-by: hosterda, alanb
2011-04-12 09:04:57 +02:00
Lana Steuck 12320dbfc3 Merge 2011-04-10 10:23:28 -07:00
David Holmes 4114756f39 7035109: Regression: awt SplashScreen/test18.sh fails - missing mapfile entry
Reviewed-by: alanb, ksrini
2011-04-09 15:30:58 -07:00
Kelly O'Hair 852e8daf7a 7019210: Fix misc references to /bugreport websites
Reviewed-by: skannan
2011-04-07 19:59:28 -07:00
Kumar Srinivasan bc945571e4 7034700: (unpack200) build fails with fastdebug builds
Reviewed-by: ohair
2011-04-07 17:08:16 -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
Kelly O'Hair 4819e529c3 7033960: Do not check for mapfiles when fastdebug building
Reviewed-by: dcubed
2011-04-05 17:24:44 -07:00
Kelly O'Hair 01179544fd Merge 2011-04-05 07:43:50 -07:00
Robert Strout II 863e692b16 6989729: jarreorder warnings (classlists files are out of date)
Reviewed-by: ohair
2011-04-04 18:03:23 -07:00
Lana Steuck 1c712d2e72 Merge 2011-04-04 17:28:28 -07:00
Lana Steuck c88dc579bd Merge 2011-04-04 17:20:24 -07:00
Kelly O'Hair efb31c0079 7029905: demo applets missing some html files
Reviewed-by: omajid, mchung, igor
2011-04-04 15:11:06 -07:00
Anthony Petrov cd674679e6 7033579: XRobotPeer._dispose() native method should be added to the make/sun/xawt/mapfile-vers
Reviewed-by: art, dcherepanov
2011-04-04 23:01:24 +04: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
Yuka Kamiya e0f158c0a0 7033174: (tz) Support tzdata2011e
Reviewed-by: okutsu
2011-04-04 15:24:05 +09:00
Lana Steuck 1e260ac520 Merge 2011-04-01 14:47:59 -07:00
Lana Steuck 24ab596494 Merge 2011-03-31 22:07:32 -07:00
Kelly O'Hair bd3a9c0f0a Merge 2011-03-29 20:19:55 -07:00
Erik Trimble 344dad5b73 Merge 2011-03-29 13:28:10 -07:00
Kelly O'Hair 00fdfda12a 7011718: VS2010, remove makefile logic with regards to use of VC6, VS2003, VS2005, VS2008
Reviewed-by: prr, weijun
2011-03-29 11:29:01 -07:00
David Holmes 828d6c87c0 7031929: Variable names typos in Release-embedded.gmk
Reviewed-by: alanb
2011-03-29 08:15:16 -04: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
Alexander Kouznetsov 466a172faf 7030792: /jfc/TransparentRuler needs to be included into build process
Reviewed-by: rupashka, ohair
2011-03-25 13:17:38 +01:00
David Holmes ebba49aa62 7030063: AWT support for SE-Embedded integration
AWT support for SE-Embedded

Reviewed-by: anthony, art, bobv, collins, alanb
2011-03-25 07:09:38 -04: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
Michael Fang 0fcc8c0c03 Merge 2011-03-22 12:12:31 -07:00
Kelly O'Hair 119b647cba 6737397: Should support running JCK test suite with test/Makefile and JPRT
Reviewed-by: alanb
2011-03-22 11:08:09 -07:00
Abhijit Saha fc77896fd7 7029704: JFB: Refix JFB Custom Revision Version Build/Makefile changes
Reviewed-by: mr, ohair
2011-03-21 21:36:59 -07:00
Lana Steuck 76ed3a763b Merge 2011-03-21 17:22:16 -07:00
Lana Steuck 99bae3bd28 Merge 2011-03-21 16:57:18 -07:00
Lana Steuck e629176759 Merge 2011-03-21 16:55:14 -07: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
Lana Steuck 4e70e79c7f Merge 2011-03-18 23:33:34 -07:00
Lana Steuck 0ece4eae55 Merge 2011-03-18 15:44:48 -07:00
Lana Steuck b755013961 Merge 2011-03-18 10:59:12 -07:00
Michael McMahon 6a1b363341 6981922: DNS cache poisoning by untrusted applets
Reviewed-by: chegar
2011-03-17 18:26:50 -07:00
Yuka Kamiya 0e25c51697 7027387: (tz) Support tzdata2011d
Reviewed-by: okutsu
2011-03-18 08:42:05 +09:00
David Holmes d79934dd2f 7027910: Add basic cross-compilation support and add ARM/PPC to the known architectures in the open code
Cross-compilation support

Reviewed-by: ohair, andrew
2011-03-16 18:54:50 -04:00
Kelly O'Hair 0ec85f12ef 7027923: Disable VS2003 use in preparation for all VS2003 make logic removal
Reviewed-by: prr
2011-03-16 15:01:07 -07:00
Xueming Shen 5423e4402e 6803681: RFE: Need new codeset converter for IBM Cp1364
Forward port the Cp1364

Reviewed-by: alanb
2011-03-16 12:16:00 -07:00
David Katleman 034e24095e 7022473: JDK7 still runs /etc/prtconf to find memory size
Reviewed-by: ohair
2011-03-16 09:42:55 -07:00
David Katleman 50deeb91cd 6973319: incorrect spec version in jdk 7 rt.jar manifest
Reviewed-by: ohair
2011-03-16 09:30:29 -07:00
Andrew Brygin 36f660a41f 6989760: cmm native compiler warnings
Reviewed-by: prr, ohair
2011-03-16 19:21:06 +03:00
Kelly O'Hair 0e5675d7b7 Merge 2011-03-15 23:46:03 -07:00
David Holmes 117062efaa Merge 2011-03-15 20:00:45 -04:00
David Holmes 87f8cc390f 7027897: Build support for client-VM only configurations
Support builds for which only the client VM is required and/or available

Reviewed-by: ohair, andrew
2011-03-15 19:52:42 -04:00
Kelly O'Hair c290d7c178 Merge 2011-03-15 15:32:07 -07:00
Kelly O'Hair ea5c82bf9c 6710813: SwingSet2 source display tabs do not work since JDK 7 b20
6685150: make/mkdemo/jpda/Makefile creates jpda.jar and src.zip instead of examples.jar

Reviewed-by: prr
2011-03-15 15:21:21 -07:00
Alan Bateman 4b0829340e 7026376: (dc) DatagramChannel created without specifying protocol family fails to join IPv4 group
Reviewed-by: chegar
2011-03-15 13:15:31 +00:00
Abhijit Saha 78d73e02da Merge 2011-03-14 12:01:41 -07:00
Pavel Porvatov d9bae78d04 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
Reviewed-by: peterz
2011-03-14 20:28:03 +03:00
Yong Jeffrey Huang c95a1b65ae Merge 2011-03-11 05:49:45 -08:00
Yong Jeffrey Huang 05cd7bb4c2 7019267: Currency Display Names are not localized into pt_BR
Reviewed-by: naoto
2011-03-11 05:17:45 -08:00
Lana Steuck 36d744e77b Merge 2011-03-10 20:49:43 -08:00
Kelly O'Hair 5fccff3de9 7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
Reviewed-by: mchung, herrick
2011-03-10 14:48:32 -08:00
Mandy Chung 8469345e05 7026228: Remove make/modules and make/common/Modules.gmk
Reviewed-by: alanb, ohair
2011-03-09 23:59:58 -08:00
Mandy Chung 3e459d7a5d 7025631: Remove the modules build support from jdk 7
Reviewed-by: alanb, ohair
2011-03-09 23:11:07 -08:00
Kelly O'Hair 3852439c98 Merge 2011-03-09 18:01:43 -08:00
David Holmes 47d80ee133 7022370: Launcher ergonomics should provide simple default implementation
Use a common, platform independent, implementation unless an architecture specific implementation exists

Reviewed-by: ksrini, mchung, ohair, gbenson
2011-03-09 19:52:48 -05:00
Abhijit Saha 71bd8c66ee 6908562: JFB Custom Revision Version Build/Makefile changes
Reviewed-by: ohair, ksrini, katleman
2011-03-09 16:44:27 -08:00
Rama Pulavarthi f93ab74ad1 6635776: Regression in jaxb tests with JDk6 U4
6741058: Move org/relaxng/datatype sources from jdk to jaxws workspace

Reviewed-by: ohair, alanb
2011-03-09 15:49:59 -08:00
Michael Fang c6c0599574 Merge 2011-03-09 14:19:58 -08:00
Kelly O'Hair c33da3f290 Merge 2011-03-08 16:05:16 -08:00
Igor Nekrestyanov 9cf3a2a85c Merge 2011-03-08 14:26:17 -08:00
Lana Steuck 8b14c7551d Merge 2011-03-07 14:48:27 -08:00
Lana Steuck 1e2a0e1795 Merge 2011-03-07 14:46:16 -08:00
Lana Steuck 1f8405c74c Merge 2011-03-07 14:44:15 -08:00
Lana Steuck 5f0efd5e7c Merge 2011-03-07 11:36:37 -08:00
Lana Steuck efca8bb04f Merge 2011-03-06 23:37:41 -08:00
Lana Steuck e9b706c967 Merge 2011-03-06 20:32:49 -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
Kelly O'Hair 54ac263678 Merge 2011-03-03 07:02:30 -08:00
Kelly O'Hair 6f914794d2 7020815: REBASE should not be required for windows jdk repo builds - can't build with VS 2010 Express
Reviewed-by: prr
2011-03-02 13:18:36 -08:00
Kelly O'Hair 14ead422aa Merge 2011-03-02 12:09:26 -08:00
Clemens Eisserer 0b9cde591a 6974985: Jave2Demo threw exceptions when xrender enabled in OEL5.5
Reviewed-by: prr
2011-03-01 14:49:53 -08:00
Andy Herrick bb4c847186 7021567: need to create jnlp javadoc for 64 bit bundles
Need to create jnlp javadoc for 64 bit bundles.

Reviewed-by: igor, ohair
2011-03-01 17:09:16 -05:00
Fredrik Öhrström f6f0e6bad2 7021753: Add a build times report
Report the build times at end of a jdkroot build.

Reviewed-by: ohair
2011-02-28 10:56:20 +01:00
Lana Steuck 5b73c007aa Merge 2011-02-26 23:46:08 -08:00
Kelly O'Hair a962b46f20 Merge 2011-02-26 12:42:48 -08:00
Kelly O'Hair 3c355ece1d 7022237: Fix use of \" in the new "release" file at the top of the install, windows issues
Reviewed-by: ohrstrom
2011-02-26 12:11:32 -08:00
Kelly O'Hair d8cd0e6238 7016175: HTML generated from new JavaDoc has tags added from makefile
Reviewed-by: jjg
2011-02-26 09:45:47 -08:00
Masaki Katakai 464a65b11c 6998391: Serbian (Latin) locale support
Reviewed-by: naoto
2011-02-26 03:53:06 -08:00
Dmitry Cherepanov 7f8e2a2e66 7009114: GTK FileDialog lies about it's Bounds
Reviewed-by: art, anthony
2011-02-25 15:33:50 +03:00
Mandy Chung 579f3ad056 7016707: Remove the BootClassLoaderHook for jkernel support
Reviewed-by: alanb, ohair
2011-02-25 12:11:20 -08:00
Mandy Chung e0626b003a 7021939: com.oracle.net is not a NON_CORE_PKGS
Reviewed-by: ohair, alanb
2011-02-25 11:42:11 -08:00
Lana Steuck d178beb598 Merge 2011-02-24 18:04:19 -08:00
Bradford Wetmore 812a8ded98 6844879: Source distribution should be more robustly built without the security source distribution
Reviewed-by: ohair
2011-02-23 22:54:47 -08:00
Lana Steuck d686419127 Merge 2011-02-23 10:29:15 -08:00
Andrew John Hughes a787d57005 7021314: Build should not install javaws man page
Only install javaws.1 when not building OpenJDK

Reviewed-by: alanb, ohair
2011-02-23 17:10:16 +00:00
Masayoshi Okutsu 53bff12239 7010379: fontconfig update for RHEL 6
Reviewed-by: peytoia
2011-02-22 14:51:43 +09:00
Lana Steuck 2a5a9cc238 Merge 2011-02-21 19:43:56 -08: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
Lana Steuck 3bbc62d525 Merge 2011-02-21 14:22:08 -08:00
Kelly O'Hair 527e2fedcd 7010594: Add /SAFESEH to links on windows to verify safe exceptions
Reviewed-by: alanb
2011-02-16 14:33:48 -08:00
Kelly O'Hair 5e7327e608 Merge 2011-02-15 20:18:20 -08:00
Igor Nekrestyanov c4c3bd2b78 Merge 2011-02-15 19:16:39 -08:00
Kelly O'Hair 3157d22a44 Merge 2011-02-15 12:34:23 -08:00
Lana Steuck 0c0fa1460a Merge 2011-02-15 08:34:33 -08:00
Lana Steuck 667d078f72 Merge 2011-02-14 16:30:10 -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
Kelly O'Hair 69eb1bea35 Merge 2011-02-10 20:51:33 -08:00
Kelly O'Hair e77e12013b Merge 2011-02-10 20:48:02 -08:00
Kelly O'Hair 43148e5328 7012644: Regression: jdk/make/common/shared/Defs-windows.gmk has problems on cygwin
7018835: Debug build issues in jdk makefiles

Reviewed-by: ksrini
2011-02-10 20:45:13 -08:00
Andrew Brygin 4598218eac 6989774: imageio compiler warnings in native code
Reviewed-by: igor, prr
2011-02-10 13:44:36 +03:00
Igor Nekrestyanov 58646796e5 Merge 2011-02-09 21:20:41 -08: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
Yuka Kamiya 5c4ea049dd 7017800: (tz) Support tzdata2011b
Reviewed-by: okutsu
2011-02-09 18:00:29 +09:00
Kelly O'Hair c0f41e745d Merge 2011-02-08 20:00:05 -08:00
Kelly O'Hair 7b6e6b647a 7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11
Reviewed-by: rinaldo
2011-02-08 16:30:29 -08:00
Kelly O'Hair b5654e6a6b Merge 2011-02-08 13:06:20 -08:00
Lana Steuck 10439e2650 Merge 2011-02-04 17:29:16 -08:00
Mike Duigou 50cd98ab88 7015783: Update JDK Netbeans projects to -source 1.7
Reviewed-by: darcy
2011-02-04 12:54:51 -08:00
Kelly O'Hair a70653025c Merge 2011-02-02 09:39:31 -08:00
Xueming Shen d0c8cd6815 7015391: (zipfs) Update zip provider for 1/2011 changes
7014948: (zipfs) ZipFileSystem.newFileSystem(Path...) should not throw FileSystemAlreadyExistsException
7015139: (zipfs) ZipPath.delete() should throw DirectoryNotEmptyException when handling "real, non-empty" dir

Zip filesystem provider update

Reviewed-by: alanb
2011-02-01 14:20:01 -08:00
Kelly O'Hair 7ac1051573 7014301: Change make 3.81 sanity check to a fatal, 3.81 is needed now
Reviewed-by: alanb
2011-01-28 14:32:02 -08:00
Alan Bateman 256ce3b0ba Merge 2011-01-28 09:31:48 +00:00
Alan Bateman 2f37110eca 7006126: (fs) Updates to file system API (1/2011)
Reviewed-by: chegar, sherman
2011-01-28 09:28:43 +00:00
Lana Steuck fce6dbe726 Merge 2011-01-24 13:24:56 -08:00
Lana Steuck e73349918d Merge 2011-01-24 13:21:20 -08:00
Paul Hohensee c37b51609d 6173675: M&M: approximate memory allocation rate/amount per thread
Subclass com.sun.management.ThreadMXBean from java.lang.management.ThreadMXBean, add getAllocatedBytes() and friends to c.s.m.ThreadMXBean and have sun.management.ThreadImpl implement c.s.m.ThreadMXBean rather than j.l.m.ThreadMXBean.

Reviewed-by: mchung, alanb, dholmes, emcmanus
2011-01-20 19:34:40 -05:00
Phil Race ef0c3851d3 7013646: remove obsolete fontconfig files for linux and solaris
Reviewed-by: igor, jgodinez
2011-01-20 13:56:26 -08:00
Lana Steuck 52038b7a11 Merge 2011-01-19 21:51:10 -08:00
Lana Steuck e02ca6c7fd Merge 2011-01-19 19:35:27 -08:00
Lana Steuck cb72d9f503 Merge 2011-01-19 19:00:30 -08:00
Phil Race 0637d18813 7013109: windows application manifest problems
6820955: Update application manifests with new Windows 7 dpiAware section

Reviewed-by: ohair, art
2011-01-19 17:07:51 -08:00
Pavel Porvatov 7264124305 6246816: SwingSet2 should be rewritten
Reviewed-by: peterz
2011-01-19 17:01:50 +03:00
Kelly O'Hair 8c64c68089 Merge 2011-01-16 12:10:18 -08:00
Kelly O'Hair d7cd379d57 6950375: Remove msvcrt.dll from the Windows JRE bundles
Reviewed-by: prr
2011-01-14 14:04:54 -08:00
Kelly O'Hair 1a80af87fe 7008047: remove sanity check of msival tool from JDK tree
Reviewed-by: billyh
2011-01-13 13:49:18 -08:00
Phil Race a491a76750 7012269: mapfile for headless awt needs getFontPathNative defined
Reviewed-by: igor
2011-01-13 12:08:01 -08:00
Phil Race 721a612e66 7001056: JDK 7 fails on to build on Solaris 10 update 9 - updated Xrender header files
Reviewed-by: igor, jgodinez
2011-01-13 10:36:51 -08:00
Chris Hegarty ab0fe3d421 6964547: Impossible to set useV4 in SocksSocketImpl
Add socksProxyVersion property

Reviewed-by: alanb, michaelm
2011-01-13 13:24:58 +00:00
Phil Race efefa14038 6958221: java.awt.Font.getFamily() leads to JVM crash on Linux on JDK7 for "custom" fonts
Reviewed-by: igor, jgodinez
2011-01-12 15:58:15 -08:00
Kelly O'Hair dfecf0dd97 Merge 2011-01-10 22:26:47 -08:00
Kelly O'Hair d0cebf1350 6989472: Provide simple jdk identification information in the install image
Reviewed-by: alanb
2011-01-10 18:07:58 -08:00
Kelly O'Hair da42f22c48 Merge 2011-01-10 17:53:01 -08:00
Kelly O'Hair fc42d65040 7011382: Fix use of VS100COMNTOOLS when installed in non-default or non-space path
Reviewed-by: prr
2011-01-10 17:00:05 -08:00
Chris Hegarty ed5bd3c06d 6997851: Create NTLM AuthenticationCallBack class to avoid NTLM info leakage on client side
Reviewed-by: michaelm
2011-01-10 18:12:43 +00:00
Alan Bateman a449cd08d7 7002957: (fc) FileChannel.transferTo fails to load libsendfile on Solaris 64-bit
Reviewed-by: chegar
2011-01-10 09:32:32 +00:00
Kelly O'Hair c5d2b222a9 6980024: Rebranding jre7/jdk7 License, Copyright, Readme
6912291: Third party license agreement should be present in all bundles

Reviewed-by: katleman
2011-01-07 21:52:35 -08:00
Alan Bateman bbeb1fa936 Merge 2011-01-07 15:51:26 +00:00
Alan Bateman 5182f947a2 6993732: Remove the HPI
Reviewed-by: ohair, lancea, chegar, mduigou, mchung, mr
2011-01-07 15:49:44 +00:00
Lana Steuck 388f2f8c41 Merge 2011-01-06 18:05:56 -08:00
Lana Steuck 71d7768f29 Merge 2011-01-06 18:03:25 -08:00
Jonathan Gibbons dd5f96536e 7010537: javah no longer depends on javadoc
Reviewed-by: ohair
2011-01-06 14:32:00 -08:00
Kelly O'Hair ab7cdfe74f 6975326: Problem in install/make/rebase/Makefile, grep on empty pattern
6413588: Add 'ldd -r' and 'dump -Lv' checks to all .so files delivered in the JDK
7000995: Add check in makefiles to verify that msvcp100.dll is NOT used

Reviewed-by: mduigou
2011-01-05 14:28:58 -08:00
Lana Steuck ef05d0b18a Merge 2011-01-05 11:21:00 -08:00
Lana Steuck 87a68ef861 Merge 2011-01-04 23:41:13 -08:00
Kelly O'Hair 875160bd93 6991482: Add global jdk makefile options to silence some VS2010 warnings
Reviewed-by: prr
2010-12-28 16:12:31 -08:00
Kelly O'Hair 6b6a611c8e 6962318: Update copyright year
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Kelly O'Hair dc779fa3eb Merge 2010-12-24 11:17:10 -08:00
Phil Race 0370a1df6b 6997210: Solaris 11 has no development support for DGA: Cannot build JDK
Reviewed-by: bae, ohair
2010-12-24 09:31:32 -08:00
Kelly O'Hair 1c49ac1a78 7008723: Remove binary plugs creation and use from openjdk
Reviewed-by: mchung, andrew, aph, dholmes
2010-12-23 18:50:21 -08:00
Lana Steuck 5547d6966c Merge 2010-12-23 00:03:46 -08:00
Lana Steuck c02539239e Merge 2010-12-22 16:57:08 -08:00
Kelly O'Hair bf2ba650f9 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location
Reviewed-by: ksrini
2010-12-21 18:21:26 -08:00
Erik Trimble ba3a935a60 Merge 2010-12-21 16:49:36 -08:00
Lana Steuck 0abd11c293 Merge 2010-12-20 21:09:57 -08:00
Masayoshi Okutsu 6d0bcba475 7007905: javazic produces wrong line numbers
Reviewed-by: peytoia
2010-12-21 11:20:32 +09:00
Kelly O'Hair 019f0eb58c 6909026: Change GNU make version requirement to 3.81
Reviewed-by: robilad
2010-12-18 18:28:01 -08:00
John R Rose 494c1f5c75 Merge 2010-12-16 00:32:15 -08:00
Kelly O'Hair d3c9166347 Merge 2010-12-15 15:30:03 -08:00
Masayoshi Okutsu f58190736e 6990037: font warnings in the build, missing fonts
Reviewed-by: peytoia
2010-12-15 11:38:34 +09:00
Jim Graham 80cb99bacb 6766342: Improve performance of Ductus rasterizer
Reviewed-by: jgodinez, prr
2010-12-14 13:25:29 -08:00
Lana Steuck 9ed3faea7a Merge 2010-12-13 16:25:26 -08:00
Lana Steuck 0376b163c5 Merge 2010-12-13 16:22:29 -08:00
Joe Darcy 9d7eb99f30 7006129: Project Coin: Annotation type to reduce varargs warnings
Reviewed-by: jjg, mcimadamore
2010-12-13 14:34:37 -08:00
Kelly O'Hair f31fdf2fb6 Merge 2010-12-13 10:49:18 -08:00
Lana Steuck 612fdb2793 Merge 2010-12-12 15:28:57 -08:00
Lana Steuck dc44526b3f Merge 2010-12-10 14:02:33 -08:00
Lana Steuck 03324a834c Merge 2010-12-09 21:55:41 -08:00
Masayoshi Okutsu f104b182da 6911839: Sles/SuSE 11 needs CJK support
Reviewed-by: peytoia
2010-12-09 12:36:58 +09:00
Igor Nekrestyanov 39afb15853 Merge 2010-12-08 00:35:33 -08:00
Jim Graham d22377ef7a 6775317: Improve performance of non-AA transformed rectangles and single wide lines in software pipelines
Reviewed-by: jgodinez, prr
2010-12-06 21:45:48 -08:00
Mike Duigou dd0d8c601c 7004205: fixes handling of sane-gcc-compiler on 32-bit linux and solaris. Previously committed as 6998016 and 6998012
Reviewed-by: ohair, dholmes
2010-12-06 19:37:40 -08:00
Steven Loomis 740215236a 6886358: layout code update
Reviewed-by: igor, prr
2010-12-06 16:10:01 -08:00
Xueming Shen 9610d3c130 6989148: (fs) zip provider should be available "out of the box"
Zip filesystem provider update, add zipfs.jar into ext dir

Reviewed-by: alanb
2010-12-06 13:18:16 -08:00
Kelly O'Hair 914bab4e19 7001720: copyright templates not rebranded
Reviewed-by: mchung
2010-12-06 10:47:40 -08:00
Jonathan Gibbons b62df1f713 7004021: docs should not assume -source 1.5
Reviewed-by: ohair
2010-12-05 20:46:23 -08:00
Michael Fang 975c6c28b9 Merge 2010-12-05 18:14:52 -08:00
Lana Steuck 987b04c8e9 Merge 2010-12-05 15:26:16 -08:00
Andrew Brygin 96a9987699 6980281: SWAT: SwingSet2 got core dumped in Solaris-AMD64 using b107 swat build
Reviewed-by: prr, ohair
2010-12-05 15:51:31 +03:00
Kelly O'Hair 595e9189af Merge 2010-12-03 08:45:17 -08:00
John R Rose 531c22ce5f Merge 2010-12-02 03:02:56 -08:00
Yong Jeffrey Huang e69d930bf8 6925851: Localize JRE into pt_BR
Reviewed-by: mfang, psun
2010-12-02 02:17:37 -08:00
Kelly O'Hair 05ca2bb455 6987107: Add variable to add to but not modify non-fcs version string
Reviewed-by: jcoomes, dholmes, andrew, kvn
2010-11-30 17:46:42 -08:00
Lana Steuck 366828ecb8 Merge 2010-11-30 15:07:42 -08:00
Lana Steuck 24ba84f611 Merge 2010-11-30 14:51:07 -08:00
Lana Steuck 4e8893f874 Merge 2010-11-30 14:50:04 -08:00
Mike Duigou 338c085a7f 7003544: backout of openjdk changeset 6a391a0ed0da
Reviewed-by: ohair
2010-11-30 13:53:06 -08:00
Igor Nekrestyanov 48eeaf42da Merge 2010-11-30 09:57:47 -08:00
Anthony Petrov cf15a10d32 6998592: FileDialog tests crashed on solaris
Override GtkFileDialogPeer.toFront()

Reviewed-by: art, dcherepanov
2010-11-30 17:36:56 +03:00
Lana Steuck a0eaaf3f1e Merge 2010-11-29 10:50:49 -08:00
Mike Duigou 7da94e3872 6998016: Incorrect ifdef nesting in sane-gcc-compiler rule
6998014: Use /etc/lsb-release, when available, to detect linux variant and version

Reviewed-by: dholmes, ohair
2010-11-29 10:37:44 -08:00
Yuka Kamiya 2a09eb6d22 7002398: Apply Corrigendum #8 for Unicode 6.0.0
Reviewed-by: okutsu
2010-11-24 14:13:37 +09:00
John R Rose aa7f1cc826 6979327: method handle invocation should use casts instead of type parameters to specify return type
Change result type parameters to result type casts.  (Also, replace private placeholder class InvokeDynamic.)

Reviewed-by: twisti
2010-11-22 22:41:31 -08:00
Andrew John Hughes a296bc0a0a 7000225: Sanity check on sane-alsa-headers is broken
Fix use of tab separators, ${alsa_version} expansion and conditional

Reviewed-by: ohair
2010-11-23 02:17:23 +00:00
Xueming Shen bf54a0ce83 7001434: charset name for Cp833 should be x-IBM833
Changed the name to x-IBM833 in extsbcs

Reviewed-by: alanb
2010-11-22 16:12:23 -08:00
Xueming Shen 8aaa66c1f7 6217210: RFE: Support for Cp833 in 1.4.2
Forward port the Cp833 charset

Reviewed-by: poonam
2010-11-17 21:33:16 -08:00
Yuka Kamiya 4a4fb15178 6959267: Support Unicode 6.0.0
Reviewed-by: okutsu
2010-11-17 01:02:20 +09:00
Lana Steuck 41c256442e Merge 2010-11-15 19:05:15 -08:00
Xueming Shen d581e4f434 6994145: (zipfs) README should be updated
6994161: (zipfs) newFileSystem method should FileSystemAlreadyExistsException
6994152: (zipfs) copyTo ignores COPY_ATTRIBUTES option

Zipfile update

Reviewed-by: alanb
2010-11-15 09:26:49 -08:00
Lana Steuck c420cdefc2 Merge 2010-11-13 18:56:50 -08:00
Lana Steuck b2e3b2f545 Merge 2010-11-12 15:07:29 -08:00
Calvin Cheung 4fd5dcc367 6992226: Missing windows COMPANY file property settings
Reviewed-by: ohair
2010-11-09 23:05:33 -08:00
Kelly O'Hair 39a2b6c9ff 6792706: Add JAR file to bootclasspath when using AggressiveOpts
Reviewed-by: alanb, kvn, darcy
2010-11-08 09:29:18 -08:00
Anthony Petrov 28dedbec71 6960655: GTKFileDialogPeer shouldn't be a singletone
Reviewed-by: art, dcherepanov
2010-11-08 18:02:15 +03:00
Lana Steuck 431c033058 Merge 2010-11-04 15:38:39 -07:00
Lana Steuck fba090f3e8 Merge 2010-11-02 19:40:45 -07:00
Lana Steuck 458c60b276 Merge 2010-11-02 12:45:49 -07:00
Alex Menkov b8b9c35567 6950553: Applet: IE process crash in OLE32.DLL when playing a sound
Reviewed-by: poonam
2010-11-02 14:59:39 +03:00
Alan Bateman 53b29c21d0 Merge 2010-11-02 10:15:06 +00:00
Alan Bateman c51ac2a369 6993126: (aio) remove AsynchronousDatagramChannel
Reviewed-by: chegar
2010-11-02 10:05:42 +00:00
Yuka Kamiya 225924d47a 6996686: (tz) Support tzdata2010o
Reviewed-by: okutsu
2010-11-02 15:08:56 +09:00
Kumar Srinivasan d6eb6a5be4 6995674: (launcher) make of jli fails on windows if directory exists
Reviewed-by: darcy, ohair
2010-11-01 10:12:48 -07:00
Eamonn McManus 4dce0bd6ec 6984037: jmx/management rebranding vendor changes needed
Reviewed-by: ohair
2010-10-29 12:35:07 +02:00
Abhijit Saha 2ce0024552 Merge 2010-10-27 13:09:27 -07:00
Lana Steuck 40775a5ab5 Merge 2010-10-21 16:54:47 -07:00
Lana Steuck 45d07f9520 Merge 2010-10-18 21:50:02 -07:00
Lana Steuck 67a5640f22 Merge 2010-10-18 12:43:39 -07:00
Qi Zuo ce8fb6a9cb Merge 2010-10-18 11:25:28 -04:00
Andrew Brygin 134dfead44 6725821: Compiler warnings in medialib code
Reviewed-by: igor, prr
2010-10-15 10:42:39 +04:00
Lana Steuck 0ffa1c4042 Merge 2010-10-13 17:51:41 -07:00
Abhijit Saha 3c15a7d6a1 Merge 2010-10-11 16:05:18 -07:00
Xueming Shen 2d526410d4 6990846: Demo: NIO.2 filesystem provider for zip/jar archives
The first drop of the zip filesystem provider, as a separate demo

Reviewed-by: alanb
2010-10-08 21:33:28 -07:00
Mandy Chung d990871881 6977738: Deadlock between java.lang.ClassLoader and java.util.Properties
Reviewed-by: alanb, sherman, darcy, igor
2010-10-11 20:22:27 -07:00
Lana Steuck 98a4c7fec4 Merge 2010-10-04 14:39:57 -07:00
Andy Herrick 57d8d8c535 Merge 2010-10-02 11:09:04 -04:00
Andrew Brygin c299b2e4c0 6988213: lcms build failure on windows-amd64
Reviewed-by: igor, prr
2010-10-02 12:41:20 +04:00
Sunita Koppar 421b7e62a6 6559775: Race allows defaultReadObject to be invoked instead of readFields during deserialization
Reviewed-by: hawtin
2010-09-28 01:09:10 -07:00
Lana Steuck 53e6cf8989 Merge 2010-09-25 12:00:05 -07:00
Kelly O'Hair f181e2fb8f 6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
6987113: Remove SCCS logic from makefiles

Reviewed-by: mchung
2010-09-24 14:22:01 -07:00
Kelly O'Hair 0294919402 6987117: Add jprt test sets
Reviewed-by: mchung
2010-09-24 14:06:57 -07:00
Kelly O'Hair 86803785e8 6946527: rebranding system properties per Oracle Requirements (vendor)
Changes from "Sun Microsystems, Inc." to "Oracle Corporation" in the java.vendor, java.specification.vendor and java.vendor.url Java system properties. Also change of Windows COMPANY file property from "Oracle" to "Oracle Corporation".

Reviewed-by: lancea, flar
2010-09-22 11:06:50 -07:00
Doug Lea 94ffffd5cb 6981113: Add ConcurrentLinkedDeque
Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes.

Reviewed-by: martin, dholmes, chegar
2010-09-20 18:05:09 -07:00
Lana Steuck a682d9348d Merge 2010-09-16 11:19:43 -07:00
Lana Steuck 3921d2c36d Merge 2010-09-16 11:17:32 -07:00
Lana Steuck 9ed4d2afe1 Merge 2010-09-16 11:15:07 -07:00
Andy Herrick 577dd2fc6d Merge 2010-09-16 12:19:52 -04:00
Keith McGuigan 662f05162a 6983225: libjvm_db.so is not imported into solaris-x86 builds, and libjvm_dtrace.so not imported at all
Removed sparc-only libjvm_db code and added rules for libjvm_dtrace

Reviewed-by: ohair
2010-09-13 13:10:26 -04:00
Yoshito Umaoka fbca39ee5d 6875847: Java Locale Enhancement
Co-authored-by: Doug Felt <dougfelt@google.com>
Co-authored-by: Mark Davis <markdavis@google.com>
Reviewed-by: srl
2010-09-10 15:29:40 -07:00
Alan Bateman 0fb0f54897 6881498: (file) Re-examine DirectoryStream exception handling
Reviewed-by: forax
2010-09-10 16:36:48 +01:00
Kelly O'Hair f7e31fc6c2 6982137: Rebranding pass 2 - missed copyright changes
Reviewed-by: mbykov
2010-09-09 16:26:46 -07:00
Andrew Brygin 899dcb6de0 6523398: OSS CMM: Need to implement writing ICC profile tags in new lcms library
Reviewed-by: igor, prr
2010-09-09 16:20:55 +04:00
Kelly O'Hair 9f5159e694 6974017: Upgrade required Solaris Studio compilers to 5.10 (12 update 1 + patches)
Reviewed-by: jcoomes
2010-09-08 15:12:37 -07:00
Kelly O'Hair 393c6a7961 Merge 2010-09-07 15:53:32 -07:00
Kelly O'Hair 2abe4f48b7 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
Reviewed-by: kamg
2010-09-07 15:17:43 -07:00
Igor Nekrestyanov 08c9310254 6982499: ant detection is fragile on windows. especially using cygwin
Reviewed-by: ohair
2010-09-07 11:28:28 -07:00
Igor Nekrestyanov dc9d72b5b1 6982774: HOTSPOT_IMPORT_PATH detection does not work as expected
Reviewed-by: herrick, ohair
2010-09-07 11:24:28 -07:00
Alan Bateman ade072e46b 6971706: sun/nio/cs/ext/* classes are duplicated between rt.jar, charsets.jar, and localedata.jar
Reviewed-by: ohair
2010-09-07 08:36:10 +01:00
Alan Bateman 225ef04d34 Merge 2010-09-03 21:03:45 +01:00
Alan Bateman 2fdbbbae4e 6965072: Need API to create SDP sockets
Reviewed-by: michaelm
2010-09-03 13:11:54 +01:00
Lana Steuck abe7f3a325 Merge 2010-09-02 22:11:05 -07:00
Qi Zuo 6a4b939143 Merge 2010-09-02 09:23:28 -04:00
Lana Steuck 34f54b7bb3 Merge 2010-09-02 00:02:23 -07:00
Martin Buchholz 080f83060e 6981145: (se) Eliminate JNI*Critical when creating pipes and other cleanups
Avoid *Critical; fix compile warnings; improve readability

Reviewed-by: alanb
2010-09-01 09:45:08 -07:00
Igor Nekrestyanov c66d80c2d5 6981436: Variable gets hidden if Defs-javadoc is included
Reviewed-by: ohair
2010-09-01 09:36:38 -07:00
Masayoshi Okutsu d950166573 4267450: (cal) API: Need public API to calculate, format and parse "year of week"
6549953: (cal) WEEK_OF_YEAR and DAY_OF_YEAR calculation problems around Gregorian cutover

Reviewed-by: peytoia
2010-09-01 15:19:13 +09:00
Lana Steuck f2af16c789 Merge 2010-08-23 19:14:20 -07:00
Yuka Kamiya cd78cc6fdb 6977550: (tz) Support tzdata2010l
Reviewed-by: okutsu
2010-08-23 14:14:52 +09:00
Andy Herrick 6ee7ad5fe7 Merge 2010-08-20 14:48:10 -04:00
Kelly O'Hair fb2ceb5470 6932743: Makefiles not parsing version strings with - from uname -r
Reviewed-by: mchung
2010-08-18 13:46:39 -07:00
Kelly O'Hair 737e6157fe 6974005: Use of cygpath in Makefile logic needs to silence error messages
Reviewed-by: mchung
2010-08-18 13:46:02 -07:00
Gary Benson 5223492f6b 6976186: Integrate Shark
Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure.

Reviewed-by: ohair
2010-08-13 22:26:27 +01:00
Igor Nekrestyanov 83f6032e22 6976516: Add support for compiling deploy ws without compiling j2se
Reviewed-by: herrick, ohair
2010-08-12 23:21:17 -07:00
Lana Steuck 5fee6662ef Merge 2010-08-09 16:02:19 -07:00
Kelly O'Hair f82d12c1b4 6974239: Correct reference to jdk document site in javadoc
Reviewed-by: skannan
2010-08-03 10:53:21 -07:00
Kelly O'Hair a656854b1e 6971426: jdk/make/docs docs target does not work on windows
Reviewed-by: igor, jjg
2010-08-02 16:31:55 -07:00
Kelly O'Hair f6c4154043 6973616: Update minimum boot jdk from 1.5 to 1.6
Reviewed-by: igor, jjg
2010-08-02 16:31:26 -07:00
Lana Steuck 99a605b4b3 Merge 2010-07-29 22:02:45 -07:00
Alan Bateman 11b424e02b 6963907: (so) Socket adapter need to implement sendUrgentData
Reviewed-by: chegar
2010-07-21 18:08:46 +01:00
Xueming Shen 98f8ed01aa 6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar
Removed the duplicate sun.nio.cs.ext entries from rt.jar and moved X11 charsets into charsets.jar

Reviewed-by: ohair
2010-07-16 16:45:52 -04:00
Lana Steuck 6b9ad54671 Merge 2010-07-12 19:42:02 -07:00
Lana Steuck f495312b72 Merge 2010-07-12 19:32:29 -07:00
Igor Nekrestyanov 1e8cbf3a53 6967050: JDK build issues with cygwin/vc2010
Reviewed-by: prr, ohair
2010-07-06 18:23:14 -07:00
Sean Mullan f217a785d5 Merge 2010-07-01 15:30:44 -04:00
Sean Mullan f74b88af11 6782979: Add JNLPAppletLauncher (6618105) to blacklist
Reviewed-by: ohair
2010-07-01 15:20:31 -04:00
Michael Wilkerson 4189f3e295 Merge 2010-06-30 18:57:51 -07:00
Phil Race 408319a638 6964882: 32 bit JDK does not build on 64 bit Windows platforms
Reviewed-by: ohair, valeriep
2010-06-29 16:34:17 -07:00
Lana Steuck acc448eb85 Merge 2010-06-29 10:50:11 -07:00
Kelly O'Hair 667d968e28 6964311: Build regression due to rt.jar contents change
The fix for 6933622 regressed control builds, this is a workaround fix, filed 6964313 to find the right answer to why it happened and how to fix it correctly.

Reviewed-by: alanb, darcy
2010-06-25 08:44:20 -07: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
Kelly O'Hair dfb66312ab 6933622: Duplicate class files in rt.jar and charsets.jar
6895003: JarReorder is not excluding a requested file

Reviewed-by: jjg
2010-06-22 17:26:32 -07:00
Kelly O'Hair 43eef4d0ef 6931871: Rebranding of javadoc generation in makefiles
6951293: control docs target does not work on windows

Reviewed-by: jjg
2010-06-22 10:54:38 -07:00
Lana Steuck ac40d6f126 Merge 2010-06-21 22:08:10 -07:00
Lana Steuck 01848008df Merge 2010-06-21 22:04:23 -07:00
Kelly O'Hair 4c7ea8f9ef 6960853: Cleanup makefiles, remove unused vars etc
Reviewed-by: alanb
2010-06-20 14:51:33 -07:00
Phil Race ee0a2ddfe6 6961633: gui applications cause a jvm crash on windows
Reviewed-by: ceisserer, bae
2010-06-18 11:00:14 -07:00
Kelly O'Hair eadcba1cd9 6869741: Integrate JAX-WS 2.2 and JAXB 2.2 in JDK 7
Reviewed-by: ramap
2010-06-17 14:42:30 -07:00
Lana Steuck ce4febb72c Merge 2010-06-16 14:07:47 -07:00
Phil Race 2e9f8b9c55 6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers
Reviewed-by: ohair, jcoomes
2010-06-16 09:42:39 -07:00
Mandy Chung 612e107faa 6960789: com.sun.servicetag API needs to be added in ct.sym
Include com.sun.servicetag classes when generating ct.sym

Reviewed-by: alanb, jjg
2010-06-14 14:44:00 -07:00
Phil Race ff41c48f12 6961061: make/tools/freetypecheck doesn't build with VS2010 : breaks openjdk builds
Reviewed-by: ohair
2010-06-14 10:37:29 -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
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
Michael Wilkerson 443e06c93e Merge 2010-06-09 18:56:41 -07:00
Lana Steuck 27a539e27c Merge 2010-06-07 17:08:26 -07:00
Kelly O'Hair 44c72be43e 6959116: Fix regression in make/jdk_generic_profile.sh (PROCESSOR_IDENTIFIER)
Reviewed-by: alanb
2010-06-07 12:22:21 -07:00
Andrew John Hughes 93283bd962 6958257: Add support for alpha
Allow the Zero port to be built on alpha architectures

Reviewed-by: ohair
2010-06-03 18:49:35 +01: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
Peter Zhelezniakov e186e4f62b 6929507: Build error on file swing.plaf.synth.SynthUI
Reviewed-by: rupashka
2010-05-28 13:31:38 +04:00
Kelly O'Hair 80b67f81af 6956202: Fix a few missed rebranding issues, please contact lines etc
Reviewed-by: jjg, darcy, weijun
2010-05-26 20:28:04 -07:00
Peter Zhelezniakov 09398944af 6632959: swing html parser doesn't know &euro; or &rsaquo;
Reviewed-by: alexp
2010-05-26 20:22:23 +04:00
Kelly O'Hair fe008ae27a 6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Lana Steuck ff8daaf36c Merge 2010-05-24 09:06:11 -07:00
Lana Steuck f5b5248994 Merge 2010-05-21 17:49:15 -07:00
Kelly O'Hair d738280014 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
Reviewed-by: wetmore
2010-05-20 13:57:58 -07:00
Michael Wilkerson 11d1a93bb2 Merge 2010-05-19 20:16:33 -07:00
Lana Steuck 26f273e24d Merge 2010-05-19 12:27:47 -07:00
Phil Race ca5f8bd9bb 6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing
Reviewed-by: ohair, art
2010-05-19 09:45:05 -07:00
Xueming Shen bb2be852aa 6945564: Unicode script support in Character class
6948903: Make Unicode scripts available for use in regular expressions

Added Unicode script suport

Reviewed-by: martin
2010-05-18 15:36:47 -07:00