Tim Bell
645805c313
Merge
2009-06-26 10:25:45 -07:00
Yuri Nesterenko
c61b48b28b
6711676: Numpad keys trigger more than one KeyEvent
...
Introduce a new sniffer based on server keymap.
Reviewed-by: art
2009-06-26 11:48:58 +04:00
Jean-Christophe Collet
1ece67558e
6811297: Add more logging to HTTP protocol handler
...
Added extra logging to HttpURLConnection and HttpClient. Added a capture tool.
Reviewed-by: chegar
2009-06-25 18:56:30 +02:00
Yuri Nesterenko
0efb52dc90
Merge
2009-06-25 00:18:46 -07:00
Andy Herrick
b8b39b3d37
6633813: Add standard hotspot import path for Kernel VM
...
This problem was discovered testing initial changeset for implementing 6uX Deployment Features into JDK7
Reviewed-by: dgu, billyh
2009-06-24 14:49:31 -04:00
Yuri Nesterenko
46360bd868
Merge
2009-06-23 23:09:49 -07:00
Peter Zhelezniakov
beedf39dce
6844273: jdk/make/docs/CORE_PKGS.gmk does not list Nimbus
...
Reviewed-by: prr
2009-06-23 12:24:11 +04:00
Martin Buchholz
cab60341e3
6853806: Prefer (cd $dir && jar) to jar -C for performance reasons
...
Eliminate (most) uses of jar -C
Reviewed-by: ohair
2009-06-22 21:07:20 -07:00
Xueming Shen
721a90bda5
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
...
4891024: EUC-KR and JOHAB converters need to be updated to include two new characters
4287467: Character converter generator tool
Migrated some of the doublebyte charsets to the new implementation.
Reviewed-by: okutsu
2009-06-19 14:39:06 -07:00
Andy Herrick
2d11eb64db
6853152: JDK 7 cannot build w/o ALT_HOTSPOT_KERNEL_PATH set. - still broken
...
This problem was discovered testing initial changeset for implementing 6uX Deployment Features into JDK7
Reviewed-by: dgu, billyh
2009-06-19 15:04:51 -04:00
Andy Herrick
2eaba45345
6852646: JDK 7 cannot build w/o ALT_HOTSPOT_KERNEL_PATH set
...
This problem was discovered testing initial changeset for implementing 6uX Deployment Features into JDK7
Reviewed-by: dgu, billyh
2009-06-19 11:46:39 -04:00
Yuri Nesterenko
0b09aba377
Merge
2009-06-17 23:27:56 -07:00
Andy Herrick
1939fe49d8
Merge
2009-06-15 13:08:29 -04:00
Yuka Kamiya
3445a11481
6850113: Bidi class needs to be updated to support Unicode 5.1
...
Reviewed-by: okutsu
2009-06-13 06:43:54 +09:00
Andy Herrick
e487e25584
6797688: Umbrella: Merge all JDK 6u4 - 6u12 deployment code into JDK7
...
6845973: Update JDK7 with deployment changes in 6u13, 6u14
4802695: Support 64-bit Java Plug-in and Java webstart on Windows/Linux on AMD64
6825019: DownloadManager should not be loaded and referenced for full JRE
6738770: REGRESSION:JSException throws when use LiveConnect javascript facility
6772884: plugin2 : java.lang.OutOfMemoryError or crash
6707535: Crossing domain hole affecting multiple sites/domains using plug-in
6728071: Non-verification of Update files may allow unintended updates
6704154: Code loaded from local filesystem should not get access to localhost
6727081: Web Start security restrictions bypass using special extension jnlp
6727079: Java Web Start Socket() restriction bypass
6727071: Cache location/user name information disclosure in SingleInstanceImpl
6716217: AppletClassLoader adds permissions based on codebase regardless of CS
6694892: Java Webstart inclusion via system properties override [CVE-2008-2086]
6704074: localhost socket access due to cache location exposed
6703909: Java webstart arbitrary file creation using nativelib
6665315: browser crashes when deployment.properties has more slashes ( / )
6660121: Encoding values in JNLP files can cause buffer overflow
6606110: URLConnection.setProxiedHost for resources that are loaded via proxy
6581221: SSV(VISTA): Redirection FAILS to work if user does a downgrade install
6609756: Buffer Overflow in Java ActiveX component
6608712: Bypassing the same origin policy in Java with crafted names
6534630: "gnumake clobber" doesn't
6849953: JDK7 - replacement of bufferoverflowU.lib on amd64 breaks build
6849029: Need some JDK7 merge clean-up after comments on the webrev
6847582: Build problem on JDK7 with isSecureProperty in merge
6827935: JDK 7 deployment merging - problem in Compiler-msvm.gmk
6823215
: latest merge fixes from 6u12 -> JDK7
6816153: further mergers for JDK7 deployment integration
6807074: Fix Java Kernel and JQS in initial JDK7 builds
Initial changeset for implementing 6uX Deployment Features into JDK7
Reviewed-by: dgu, billyh
2009-06-12 14:56:32 -04:00
Tim Bell
54e8ace85c
Merge
2009-06-11 21:32:12 -07:00
Yuri Nesterenko
d094861eeb
Merge
2009-06-09 23:47:38 -07:00
Yuri Nesterenko
86df48bb43
Merge
2009-06-01 01:06:28 -07:00
Yuri Nesterenko
5979ab9e03
Merge
2009-06-01 01:05:22 -07:00
Jonathan Gibbons
e25b3b4834
6838199: remove support for old javap
...
Reviewed-by: ohair, mcimadamore
2009-05-29 16:27:26 -07:00
Keith McGuigan
c2ff547e1f
6838211: jdk docs creation broken for tracing docs
...
Fix javadoc makefile macro
Reviewed-by: ohair, jjg
2009-05-27 13:20:23 -07:00
Andrei Dmitriev
072ba357bf
6799099: All automatic regression tests that create Robot fail on X11
...
Reviewed-by: art, ant
2009-05-22 16:09:45 +04:00
Xueming Shen
f625a6d545
6843578: Re-implement IBM doublebyte charsets
...
6639450: IBM949C encoder modifies state of IBM949 encoder
6569191: Cp943 io converter returns U+0000 and U+FFFD for unconvertable character
6577466: Character encoder IBM970 throws a BufferOverflowException
5065777: CharsetEncoder canEncode() methods often incorrectly return false
Re-write 11 IBM doublebyte charsets. Thanks Ulf.Zibis for the codereview!
Reviewed-by: martin
2009-05-21 23:32:46 -07:00
Andrew John Hughes
62ccd90ee5
6841728: Make building the Nimbus L 'n' F optional (100054)
...
Add DISABLE_NIMBUS variable to prevent Nimbus subdirs being built
Reviewed-by: mr, ohair
2009-05-21 16:29:58 +01:00
Jonathan Gibbons
6178f3c373
6827026: Change javac source and target default to 7
...
Reviewed-by: darcy, ohair
2009-05-20 13:55:50 -07:00
Xueming Shen
15baf98a0a
6843079: Putback for the new EUC_TW is not complete
...
Putback the files missed in last putback
Reviewed-by: alanb
2009-05-19 16:03:02 -07:00
Xueming Shen
a1958b22ef
6831794: charset EUC_TW is 12.6% of the total size of charsets.jar
...
6229811: Several codepoints in EUC_TW failed in roundtrip conversion
Re-write EUC_TW charset to address the size and roundtrip issue.
Reviewed-by: alanb
2009-05-19 15:25:29 -07:00
Anthony Petrov
013285996b
6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
...
Added optional _BOOTDIR3 that provides the J: path for the BOOTDIR on Windows
Reviewed-by: ohair, xdono
2009-05-19 14:43:49 +04:00
Kelly O'Hair
f4e0a8215f
6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc
...
Reviewed-by: tbell
2009-05-18 10:36:38 -07:00
Kelly O'Hair
6854596ec6
Merge
2009-05-15 13:21:43 -07:00
Kelly O'Hair
b324b462d0
6841873: Fix windows redist default location for msvc runtime dlls
...
Reviewed-by: tbell
2009-05-15 13:14:40 -07:00
Artem Ananiev
fb42efb4c9
6678385: Random java.lang.StackOverflowError from various JDKs
...
Reviewed-by: stayer
2009-05-15 15:40:35 +04:00
Yuri Nesterenko
ac54f240e8
Merge
2009-05-14 00:17:25 -07:00
Yuka Kamiya
136168a10c
6834474: (tz) Support tzdata2009g
...
Reviewed-by: okutsu
2009-05-12 15:21:55 +09:00
John R Rose
9d698bded0
6839802: java.dyn needs to be on the CORE_PKGS list
...
Fix makefile to expose the new APIs in the core list; edit some javadocs for correctness
Reviewed-by: mr
2009-05-11 21:09:58 -07:00
Xiomara Jayasena
390fc897b8
Merge
2009-05-07 12:26:22 -07:00
Xiomara Jayasena
e7a0b90b6d
Merge
2009-05-07 10:31:32 -07:00
Chris Hegarty
8cc962d4a3
6837982: SCTP API docs not being generated
...
Update docs makefile to build javadoc for the com.sun.nio.sctp package.
Reviewed-by: jccollet, alanb, weijun
2009-05-07 17:02:47 +01:00
Tim Bell
8f52d15f97
Merge
2009-05-05 23:12:47 -07:00
John R Rose
fb6164cec8
6829144: JSR 292 JVM features need a provisional Java API
...
JDK API and runtime (partial) for anonk, meth, indy
Reviewed-by: mr
2009-05-05 22:40:09 -07:00
Jennifer Godinez
934dac40ef
Merge
2009-04-29 12:27:05 -07:00
Yuri Nesterenko
035ca4f0c8
Merge
2009-04-29 00:27:46 -07:00
Yuri Nesterenko
33484a2710
Merge
2009-04-28 13:41:11 -07:00
Jennifer Godinez
b7456052cd
Merge
2009-04-28 13:25:25 -07:00
Peter Zhelezniakov
68a4665158
6835113: Nimbus Makefile issue
...
Reviewed-by: prr
2009-04-28 21:41:04 +04:00
Kelly O'Hair
101e0eb871
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
...
Reviewed-by: tbell
2009-04-27 20:26:18 -07:00
Peter Zhelezniakov
c738ebdc67
6591875: Nimbus Swing Look and Feel
...
Reviewed-by: jasper, ohair
2009-04-25 21:17:50 +04:00
Tim Bell
cdcdf54d1e
Merge
2009-04-21 21:26:21 -07:00
Tim Bell
af422c1d2f
Merge
2009-04-21 09:03:36 -07:00
Tim Bell
9331eed2d6
6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6
...
6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk
Reviewed-by: darcy
2009-04-21 08:46:25 -07:00
Tim Bell
f70e9b8dd9
Merge
2009-04-18 14:10:27 -07:00
Andrew Haley
0d75be20c1
6829575: 100028: Debug information is incomplete or missing
...
Enable debugging in many places
Reviewed-by: ohair
2009-04-17 15:56:20 +01:00
Xueming Shen
c435a0905d
4244499: ZipEntry() does not convert filenames from Unicode to platform
...
4532049: IllegalArgumentException in ZipInputStream while reading unicode file
5030283: Incorrect implementation of UTF-8 in zip package
4700978: ZipFile can't treat Japanese name in a zipfile properly
4980042: Cannot use Surrogates in zip file metadata like filenames
4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name
Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file
Reviewed-by: alanb, martin
2009-04-16 21:00:42 -07:00
Xiomara Jayasena
c9560133fd
Merge
2009-04-16 19:10:32 -07:00
Chris Hegarty
26ae13fe80
4927640: Implementation of the sctp protocol
...
An implementation-specific API for the Stream Control Transmission Protocol
Reviewed-by: alanb, michaelm, jccollet
2009-04-16 17:42:00 +01:00
Clemens Eisserer
dce704d578
6827989: Use Unsafe.copyMemory for array->Unsafe copy operations in RenderBuffer
...
Reviewed-by: campbell, flar
2009-04-15 08:47:21 -07:00
Lana Steuck
1c53c596df
Merge
2009-04-14 04:21:02 -07:00
Lana Steuck
b290c5dc99
Merge
2009-04-14 00:05:07 -07:00
Lana Steuck
9769fa9e3b
Merge
2009-04-13 22:34:29 -07:00
Tim Bell
b5b691accb
Merge
2009-04-10 15:30:37 -07:00
Lana Steuck
92f020bb7c
Merge
2009-04-09 20:34:56 -07:00
Yuka Kamiya
7a543510bd
6404304: RFE: Unicode 5.1 support
...
Reviewed-by: okutsu, naoto
2009-04-10 11:51:36 +09:00
Lana Steuck
415053276d
Merge
2009-04-09 13:12:58 -07:00
Xiomara Jayasena
8e36dcb9a5
Merge
2009-04-07 14:02:54 -07:00
Lana Steuck
39202ea815
Merge
2009-04-07 10:04:29 -07:00
Valerie Peng
c10f593c2c
4735126: (cl) ClassLoader.loadClass locks all instances in chain when delegating
...
Added support for parallel-capable class loaders
Reviewed-by: alanb
2009-04-06 18:46:20 -07:00
Alan Bateman
91db470ae6
Merge
2009-04-06 11:29:03 +01:00
Alan Bateman
560560dc55
4890703: Support SDP (sol)
...
Reviewed-by: michaelm
2009-04-06 08:59:33 +01:00
Kelly O'Hair
06a5796034
Merge
2009-04-01 18:45:25 -07:00
Kelly O'Hair
8ed0a99cb6
6825175: Remove or disable sanity check on binary plugs
...
Reviewed-by: xdono
2009-04-01 16:49:43 -07:00
Kelly O'Hair
36ce084168
Merge
2009-04-01 09:44:34 -07:00
Kelly O'Hair
028a93578f
Merge
2009-04-01 09:10:01 -07:00
Xiomara Jayasena
5953ff9720
Merge
2009-04-01 08:58:18 -07:00
Tim Bell
c81e6c29c1
6824595: OpenJDK fix breaks product build for jdk7
...
Reviewed-by: xdono, ohair
2009-04-01 04:44:30 -07:00
Kelly O'Hair
c9ce349372
6824012: Add jdk regression tests to default jprt jobs
...
A work in progress on adding to the jprt testing.
Reviewed-by: tbell
2009-03-31 16:14:14 -07:00
Kelly O'Hair
a4fccad415
6745361: Add -XX options to prevent stdout/stderr pollution using fastdebug/debug bootjdk
...
Reviewed-by: tbell
2009-03-31 16:11:09 -07:00
Kelly O'Hair
183aabe3b5
6604458: linux_x64-fastdebug-c2 fails on hyperbolic trig tests
...
Reviewed-by: tbell
2009-03-31 16:10:31 -07:00
Tim Bell
0a7ba6e27e
6819847: build is broken for OpenJDK with plugs
...
Reviewed-by: jjg, robilad, ohair
2009-03-31 15:27:40 -07:00
Yuri Nesterenko
51ef95c396
6680988: KeyEvent is still missing VK values for many keyboards
...
2 new methods and some fields added to KeyEvent, plus hash of constants introduced
Reviewed-by: art
2009-03-27 12:01:24 +03:00
Kelly O'Hair
2ce9a96c01
6822374: Windows: detect X64 when PROCESSOR_IDENTIFIER contains EM64T or Intel64
...
6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
Reviewed-by: tbell
2009-03-26 16:52:00 -07:00
Anthony Petrov
a1fd30eb7a
6693253: Security Warning appearance requires enhancements
...
6779717: A Window does not show applet security warning icon on X platforms
6785058: Parent dn't get the focus after dialog is closed if security warning is applied
Forward-port from 6u10-6u14
Reviewed-by: art, dcherepanov
2009-03-26 14:38:46 +03:00
Lana Steuck
8888335104
Merge
2009-03-24 19:12:02 -07:00
Xueming Shen
3f0b988cfc
6636323: Optimize handling of builtin charsets
...
6636319: Encoders should implement isLegalReplacement(byte[] repl)
Optimized new String(byte[], cs/csn) and String.getBytes(cs/csn) for speed and memory consumption in singlebyte case.
Reviewed-by: alanb
2009-03-23 09:19:23 -07:00
Tim Bell
ffa70f7fdd
Merge
2009-03-21 13:52:13 -07:00
Daniel Fuchs
a2e046f672
Merge
2009-03-18 18:55:10 +01:00
Kelly O'Hair
4091200de7
Merge
2009-03-17 13:45:01 -07:00
Kelly O'Hair
0b7966e54a
6818565: Regression with fix 6816311: COMPILER_VERSION -> REQUIRED_COMPILER_VERSION
...
Reviewed-by: tbell
2009-03-17 13:44:08 -07:00
Xiomara Jayasena
5d0f0bfb8b
Merge
2009-03-16 16:18:28 -07:00
Kelly O'Hair
20f06ceb09
6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
...
These changes create a preference for the newer 6.1 SDK on Windows.
Reviewed-by: tbell
2009-03-16 11:24:06 -07:00
Tim Bell
2bd1e0578b
Merge
2009-03-13 15:26:23 -07:00
Daniel Fuchs
aa0baf128e
Merge
2009-03-13 14:25:48 +01:00
Weijun Wang
d6f2afc28f
6550221: jaas, jgss and smartcardio javadoc files do not contain Copyrights
...
Reviewed-by: ohair
2009-03-13 09:21:13 +08:00
Mandy Chung
0a64902056
6810254: Lazily instantiate the shared secret access objects
...
Register the shutdown hooks only when needed and remove JavaIODeleteOnExitAccess
Reviewed-by: alanb
2009-03-12 10:27:22 -07:00
Daniel Fuchs
e466180135
6661448: Make the SNMP agent optional when OPENJDK=true and IMPORT_BINARY_PLUGS=false
...
Reviewed-by: mchung, ohair
2009-03-12 15:36:14 +01:00
Anton Tarasov
56f4a68e6b
6806217: implement synthetic focus model for MS Windows
...
Reviewed-by: art, dcherepanov
2009-03-10 18:33:29 +03:00
Tim Bell
79bc5884e7
Merge
2009-03-09 23:37:17 -07:00
Lana Steuck
be8bd14e3c
Merge
2009-03-04 10:57:24 -08:00
Dmitry Cherepanov
8a7cd86a28
6809227: poor performance on Panel.Add() method in jdk6
...
Reviewed-by: art, anthony
2009-03-04 13:05:56 +03:00
Xiomara Jayasena
a272f0d3a8
Merge
2009-02-27 15:55:58 -08:00
Xiomara Jayasena
409201ce7b
Merge
2009-02-27 15:13:41 -08:00
Jonathan Gibbons
fb317642d0
6810915: Sun proprietary warnings in JDK build
...
Reviewed-by: ohair
2009-02-26 18:51:57 -08:00
Clemens Eisserer
4fd14806a4
6791612: OGLBat tests are failed in jdk 7 b42
...
Reviewed-by: tdv
2009-02-26 13:38:38 -08:00
Alan Bateman
6d59271ca9
6808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win]
...
6808648: (file) Files.walkFileTree should obtain file attributes during iteration [win]
Reviewed-by: sherman
2009-02-24 09:11:42 +00:00
Lana Steuck
ddc1549079
Merge
2009-02-22 12:26:39 -08:00
Tim Bell
354897da83
Merge
2009-02-19 18:04:30 -08:00
Alan Bateman
030a13d8fe
6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
...
4313887: New I/O: Improved filesystem interface
4607272: New I/O: Support asynchronous I/O
Reviewed-by: sherman, chegar
2009-02-15 12:25:54 +00:00
Artem Ananiev
e67e7cb5a7
6633275: Need to support shaped/translucent windows
...
Forward-port from 6u14, no public API is introduced
Reviewed-by: anthony, dcherepanov
2009-02-11 17:07:06 +03:00
Lana Steuck
f9c7b83d22
Merge
2009-02-10 12:26:12 -08:00
Poonam Bajaj
9aab9d4aeb
6755621: Include SA binaries into Windows JDK
...
These changes will enable inclusion of sa-jdi.jar and sawindbg.dll into Windows JDK bundle.
Reviewed-by: never, jjh, alanb
2009-02-10 03:26:31 -08:00
Anthony Petrov
13c271c69b
6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7
...
Reviewed-by: art, dcherepanov
2009-02-04 11:58:13 +03:00
Lana Steuck
c88ad511d0
Merge
2009-02-03 22:02:55 -08:00
Kelly O'Hair
2fa7dc18d7
6799141: Build with --hash-style=both so that binaries can work on SuSE 10
...
Reviewed-by: tbell
2009-01-31 17:31:21 -08:00
Lana Steuck
0d1c16da0e
Merge
2009-01-29 18:33:52 -08:00
Lana Steuck
6701ca1be7
Merge
2009-01-29 09:25:47 -08:00
Yuka Kamiya
02e741f275
6796489: (tz) Support tzdata2009a
...
Reviewed-by: okutsu
2009-01-26 09:19:59 +09:00
Tim Bell
337fe1437d
Merge
2009-01-24 16:35:17 -08:00
Mandy Chung
11431a6329
6793429: Use compiled properties instead of plain properties for resource file
...
Rename the variables in Resources.gmk to make compiled properties more explicit
Reviewed-by: naoto, yhuang
2009-01-20 13:02:58 -08:00
Xiomara Jayasena
a2d4800aa0
Merge
2009-01-20 09:42:07 -08:00
Alex Menkov
e3d66c6414
6702956: OpenJDK: replace encumbered code (software synthesizer)
...
6717691: Update Gervill with post 1.0 fixes
6740210: Update Gervill with more post 1.0 fixes
6748247: Further update Gervill with still more post 1.0 fixes
6748251: Apply IcedTea midi sound patch
6758986: Gervill: Turn SoftJitterCorrector, SoftAudioPusher threads into a daemon threads
Reviewed-by: ohair, darcy
2009-01-19 20:11:58 +03:00
Tim Bell
6a54f22ae0
6754862: jdk/src/windows/bin/java_md.c: hardcoded reference to msvcr71.dll
...
6779412: VS2008 errors compiling jdk sources
Update Makefiles to tolerate newer Visual Studio releases and runtimes.
Reviewed-by: ohair
2009-01-14 21:35:03 -08:00
Tim Bell
9298831bab
Merge
2009-01-09 22:01:38 -08:00
Bhavesh Patel
3849600cdd
6790217: Javadoc HTML WCAG 2.0 accessibility issues in jdk docs makefile - Bold tags should be strong
...
Reviewed-by: jjg
2009-01-07 16:39:43 -08:00
Lana Steuck
e39c4cbfe7
Merge
2009-01-06 16:24:03 -08:00
Tim Bell
928a098209
Merge
2008-12-19 10:37:50 -08:00
Phil Race
5b1de891b3
6708137: Remove obsolete fontconfig.98.properties from JDK 7
...
Reviewed-by: jgodinez, naoto
2008-12-18 11:25:09 -08:00
Xiomara Jayasena
cc8641d33a
6785258: Update copyright year
...
Update copyright for files that have been modified starting July 2008 to Dec 2008
Reviewed-by: katleman, ohair, tbell
2008-12-15 16:55:25 -08:00
Xueming Shen
89fa477ecf
6642323: Speeding up Single Byte Decoders
...
6642328: Speeding up Single Byte Encoders
Re-implementation of mapping based sbcs charts
Reviewed-by: alanb
2008-12-10 14:03:15 -08:00
Lana Steuck
791e25aabf
Merge
2008-12-08 19:49:34 -08:00
Clemens Eisserer
5d3228cbb3
6708580: Java applications slow when EXA enabled
...
Reviewed-by: prr, tdv
2008-12-04 11:21:26 -08:00
Martin Buchholz
8dc49502e3
6775152: freetype version check program problem main arg order
...
Fix all compiler warnings
Reviewed-by: ohair, tbell
2008-11-23 09:56:39 -08:00
Yuka Kamiya
1bff9286d7
6764308: (tz) Support tzdata2008i
...
Reviewed-by: okutsu
2008-10-30 13:12:54 +09:00
Eamonn McManus
d3972610f4
6763639: Remove "rawtypes" warnings from JMX code
...
Reviewed-by: dfuchs
2008-10-27 14:02:40 +01:00
Lana Steuck
92c83c7681
Merge
2008-10-20 19:07:12 -07:00
Lana Steuck
eb292c9219
Merge
2008-10-17 15:01:10 -07:00
Tim Bell
ecacc1fb5f
Merge
2008-10-17 08:41:15 -07:00
Yuka Kamiya
7fb9ea225e
6758988: (tz) Support tzdata2008h
...
Reviewed-by: okutsu
2008-10-16 14:00:58 +09:00
Lana Steuck
fb52866502
Merge
2008-10-13 17:13:29 -07:00
Yuka Kamiya
671a2de6c7
6756569: (tz) Support tzdata2008g
...
Reviewed-by: okutsu
2008-10-07 18:25:59 +09:00
Bradford Wetmore
c63de8e0a8
Merge
2008-10-06 09:17:35 -07:00
Yuri Nesterenko
ae6690b302
5100701: Toolkit.getLockingKeyState() does not work on XToolkit, but works on Motif
...
Does not work on Motif but works on XToolkit now; implemented using XQueryPointer.
Reviewed-by: anthony
2008-10-06 16:45:00 +04:00
Tim Bell
f7bfb9b472
Merge
2008-10-04 22:57:59 -07:00
Xiomara Jayasena
6e86513c3a
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:32 -07:00
Mandy Chung
2be5ac062d
6581243: Service Tag and Product Registration Support in JDK 7
...
Include service tag creation and product registration support in JDK
Reviewed-by: ksrini
2008-10-02 16:50:41 -07:00
Lana Steuck
297ae75019
Merge
2008-09-24 08:14:37 -07:00
Lana Steuck
6f9021ff80
Merge
2008-09-19 19:38:12 -07:00
Chris Hegarty
9f7bdd313a
6746836: java.net exception classes don't specify serialVersionUID
...
Reviewed-by: alanb, jccollet
2008-09-19 15:14:53 +01:00
Xiomara Jayasena
fb095c0504
Merge
2008-09-17 13:45:37 -07:00
Andrei Dmitriev
2c0b584b2d
6315717: Support for mouse with multiple scroll wheels and 4 or more buttons
...
Implementation of the more mouse buttons support
Reviewed-by: art, dcherepanov
2008-09-16 12:17:02 +04:00
Kelly O'Hair
69530c282e
Merge
2008-09-11 11:27:16 -07:00
Kelly O'Hair
ddc444d7b2
6746409: Error: dl failure on line 689: Copies of libjvm.so need to have chcon (selinux) re-applied to them
...
Reviewed-by: tbell
2008-09-10 10:19:02 -07:00