ohair [Mon, 06 Dec 2010 10:47:40 -0800] rev 7479
7001720: copyright templates not rebranded
Reviewed-by: mchung
mfang [Sun, 05 Dec 2010 18:14:52 -0800] rev 7478
Merge
mfang [Sun, 05 Dec 2010 18:02:50 -0800] rev 7477
7004706: l10n of 7000752 Duplicate entry in RowSetResourceBundles.properties
Reviewed-by: ogino
mfang [Sun, 05 Dec 2010 17:54:43 -0800] rev 7476
7000729: NLS: rmic.properties cannot be processed by translation team
Reviewed-by: ogino
mfang [Fri, 03 Dec 2010 17:28:51 -0800] rev 7475
6896693: [fr] keytool: wrong message format in fr locale
Reviewed-by: yhuang
mfang [Fri, 03 Dec 2010 17:26:44 -0800] rev 7474
6785462: Missing "(O)" in JFileChooser Open button in Windows LAF
Reviewed-by: yhuang
mfang [Fri, 03 Dec 2010 17:24:31 -0800] rev 7473
6745048: Unnecessary surfix "(O)" in JFileChooser open button text
Reviewed-by: yhuang
mfang [Fri, 03 Dec 2010 17:22:29 -0800] rev 7472
6708417: On Chinese OS Applet string is appearing in English
Reviewed-by: yhuang
mfang [Fri, 03 Dec 2010 17:20:00 -0800] rev 7471
6579775: l10n update after 6212566
Reviewed-by: yhuang
mfang [Fri, 03 Dec 2010 17:12:37 -0800] rev 7470
6566218: l10n of 6476932
Reviewed-by: yhuang
yhuang [Thu, 02 Dec 2010 20:38:07 -0800] rev 7469
Merge
yhuang [Thu, 02 Dec 2010 02:17:37 -0800] rev 7468
6925851: Localize JRE into pt_BR
Reviewed-by: mfang, psun
mfang [Thu, 02 Dec 2010 14:40:13 -0800] rev 7467
6851050: unnecessary full stop character in ja jdi messages
Reviewed-by: ogino
mfang [Tue, 30 Nov 2010 22:38:52 -0800] rev 7466
6675400: "Details" in English has to be "Details" in German
Reviewed-by: yhuang
ohair [Fri, 03 Dec 2010 21:37:05 -0800] rev 7465
Merge
ohair [Fri, 03 Dec 2010 08:45:17 -0800] rev 7464
Merge
ohair [Tue, 30 Nov 2010 17:46:42 -0800] rev 7463
6987107: Add variable to add to but not modify non-fcs version string
Reviewed-by: jcoomes, dholmes, andrew, kvn
andrew [Tue, 23 Nov 2010 02:17:23 +0000] rev 7462
7000225: Sanity check on sane-alsa-headers is broken
Summary: Fix use of tab separators, ${alsa_version} expansion and conditional
Reviewed-by: ohair
cl [Thu, 16 Dec 2010 18:18:06 -0800] rev 7461
Added tag jdk7-b122 for changeset a6ce631dfd85
duke [Wed, 05 Jul 2017 17:29:44 +0200] rev 7460
Merge
trims [Thu, 16 Dec 2010 20:48:11 -0800] rev 7459
Merge
dholmes [Thu, 16 Dec 2010 20:57:03 -0500] rev 7458
7003707: need to remove (some) system include files from the HotSpot header files
Summary: move socket_available into os_linux.cpp to avoid inclusion of ioctl.h in os_linux.inline.hpp
Reviewed-by: coleenp, stefank, ikrylov
ysr [Thu, 16 Dec 2010 12:56:51 -0800] rev 7457
Merge
ysr [Thu, 16 Dec 2010 09:14:34 -0800] rev 7456
Merge
tonyp [Tue, 14 Dec 2010 16:19:44 -0500] rev 7455
7000559: G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1)
Summary: The concurrent marking thread can complete its operation and increment the full GC counter during a Full GC. This causes the nesting of increments to the start and end of Full GCs that we are expecting to be wrong. the fix is for the marking thread to join the suspendible thread set before incrementing the counter so that it's blocked until the Full GC (or any other safepoint) is finished. The change also includes some minor code cleanup (I renamed a parameter).
Reviewed-by: brutisso, ysr
coleenp [Thu, 16 Dec 2010 09:31:55 -0500] rev 7454
Merge
sla [Wed, 15 Dec 2010 08:03:54 -0800] rev 7453
Merge
sla [Wed, 15 Dec 2010 07:11:31 -0800] rev 7452
7006354: Updates to Visual Studio project creation and development launcher
Summary: Updates to Visual Studio project creation and development launcher
Reviewed-by: stefank, coleenp
stefank [Wed, 15 Dec 2010 05:43:54 -0800] rev 7451
7006659: temporary adlc files are added to the build variables
Summary: Don't recurse into sub-directories when looking for source files.
Reviewed-by: never, brutisso
coleenp [Tue, 14 Dec 2010 15:10:52 -0500] rev 7450
7006471: fix for 6988439 crashes when pending list lock is null
Summary: missing null check in owns_pending_list_lock() because this can be called before pending_list_lock is initialized.
Reviewed-by: never, kvn
coleenp [Mon, 13 Dec 2010 14:46:51 -0800] rev 7449
Merge
zgu [Sat, 11 Dec 2010 13:46:36 -0500] rev 7448
Merge