Thu, 02 Dec 2010 05:45:54 -0800 6981484: Update development launcher
sla [Thu, 02 Dec 2010 05:45:54 -0800] rev 7410
6981484: Update development launcher Summary: Add new development launcher called hotspot(.exe) Reviewed-by: coleenp
Thu, 02 Dec 2010 20:01:47 +0100 7003786: sort Obj_Files before compiling
stefank [Thu, 02 Dec 2010 20:01:47 +0100] rev 7409
7003786: sort Obj_Files before compiling Summary: Reverted to old sort order on Linux and Solaris. Reviewed-by: tonyp, coleenp
Wed, 01 Dec 2010 15:04:06 +0100 7003125: precompiled.hpp is included when precompiled headers are not used
stefank [Wed, 01 Dec 2010 15:04:06 +0100] rev 7408
7003125: precompiled.hpp is included when precompiled headers are not used Summary: Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies. Reviewed-by: coleenp, kvn
Thu, 02 Dec 2010 14:00:03 -0500 7004217: Remove IA64 workaround re-introduced with CR6953477
bobv [Thu, 02 Dec 2010 14:00:03 -0500] rev 7407
7004217: Remove IA64 workaround re-introduced with CR6953477 Summary: gcc bug worksaround for IA64 no longer needed Reviewed-by: andrew
Wed, 01 Dec 2010 18:32:50 -0500 Merge
coleenp [Wed, 01 Dec 2010 18:32:50 -0500] rev 7406
Merge
Wed, 01 Dec 2010 18:26:32 -0500 6348631: remove the use of the HPI library from Hotspot
ikrylov [Wed, 01 Dec 2010 18:26:32 -0500] rev 7405
6348631: remove the use of the HPI library from Hotspot Summary: move functions from hpi library to hotspot, communicate with licensees and open source community, check jdk for dependency, file CCC request Reviewed-by: coleenp, acorn, dsamersoff
Wed, 01 Dec 2010 03:12:35 -0800 7003456: ADLC files not correctly generated on Windows
brutisso [Wed, 01 Dec 2010 03:12:35 -0800] rev 7404
7003456: ADLC files not correctly generated on Windows Summary: Added target architecture parameters to make ADLC build properly Reviewed-by: never, stefank
Tue, 30 Nov 2010 18:10:20 -0800 Merge
ohair [Tue, 30 Nov 2010 18:10:20 -0800] rev 7403
Merge
Tue, 30 Nov 2010 18:07:18 -0800 6987107: Add variable to add to but not modify non-fcs version string
ohair [Tue, 30 Nov 2010 18:07:18 -0800] rev 7402
6987107: Add variable to add to but not modify non-fcs version string Reviewed-by: jcoomes, dholmes, andrew, kvn
Mon, 29 Nov 2010 15:43:36 -0500 6780143: hs203t003 hits SIGSEGV/EXCEPTION_ACCESS_VIOLATION with -XX:+UseCompressedOops
coleenp [Mon, 29 Nov 2010 15:43:36 -0500] rev 7401
6780143: hs203t003 hits SIGSEGV/EXCEPTION_ACCESS_VIOLATION with -XX:+UseCompressedOops Summary: Using r12 as temporary register around call_VM trashes heapbase becausecall_VM doesn't always return immediately to following code (eg forward_exception, popframe and early return support). Reviewed-by: never, kvn
Thu, 02 Dec 2010 13:20:39 -0500 7003860: G1: assert(_cur_alloc_region == NULL || !expect_null_cur_alloc_region) fails
tonyp [Thu, 02 Dec 2010 13:20:39 -0500] rev 7400
7003860: G1: assert(_cur_alloc_region == NULL || !expect_null_cur_alloc_region) fails Summary: Wrong assumption about expecting the current alloc region expected to be NULL in expand_and_allocate(). Reviewed-by: brutisso, ysr
Wed, 01 Dec 2010 17:34:02 -0800 6983204: G1: Nightly test nsk/regression/b4958615 failing with +ExplicitGCInvokesConcurrent
johnc [Wed, 01 Dec 2010 17:34:02 -0800] rev 7399
6983204: G1: Nightly test nsk/regression/b4958615 failing with +ExplicitGCInvokesConcurrent Summary: Enable reference discovery during concurrent marking by setting the reference processor field of the concurrent marking closure. Keep reference objects on the discovered reference lists alive during incremental evacuation pauses until they are processed at the end of concurrent marking. Reviewed-by: ysr, tonyp
Tue, 24 Aug 2010 17:24:33 -0400 6974966: G1: unnecessary direct-to-old allocations
tonyp [Tue, 24 Aug 2010 17:24:33 -0400] rev 7398
6974966: G1: unnecessary direct-to-old allocations Summary: This change revamps the slow allocation path of G1. Improvements include the following: a) Allocations directly to old regions are now totally banned. G1 now only allows allocations out of young regions (with the only exception being humongous regions). b) The thread that allocates a new region (which is now guaranteed to be young) does not dirty all its cards. Each thread that successfully allocates out of a young region is now responsible for dirtying the cards that corresponding to the "block" that just got allocated. c) allocate_new_tlab() and mem_allocate() are now implemented differently and TLAB allocations are only done by allocate_new_tlab(). d) If a thread schedules an evacuation pause in order to satisfy an allocation request, it will perform the allocation at the end of the safepoint so that the thread that initiated the GC also gets "first pick" of any space made available by the GC. e) If a thread is unable to allocate a humongous object it will schedule an evacuation pause in case it reclaims enough regions so that the humongous allocation can be satisfied aftewards. f) The G1 policy is more careful to set the young list target length to be the survivor number +1. g) Lots of code tidy up, removal, refactoring to make future changes easier. Reviewed-by: johnc, ysr
Tue, 23 Nov 2010 13:22:55 -0800 6989984: Use standard include model for Hospot
stefank [Tue, 23 Nov 2010 13:22:55 -0800] rev 7397
6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
Tue, 23 Nov 2010 15:01:43 -0500 Merge
coleenp [Tue, 23 Nov 2010 15:01:43 -0500] rev 7396
Merge
Tue, 23 Nov 2010 04:33:42 -0800 7002129: Zero and Shark fixes, 3rd
twisti [Tue, 23 Nov 2010 04:33:42 -0800] rev 7395
7002129: Zero and Shark fixes, 3rd Summary: 6970683 and 6953144 introduced changes that need to be implemented for Zero and Shark. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Fri, 19 Nov 2010 23:46:06 -0500 Merge
coleenp [Fri, 19 Nov 2010 23:46:06 -0500] rev 7394
Merge
Fri, 19 Nov 2010 03:41:50 -0800 6837842: JNI_CreateJavaVM crashes under impersonation
poonam [Fri, 19 Nov 2010 03:41:50 -0800] rev 7393
6837842: JNI_CreateJavaVM crashes under impersonation Reviewed-by: acorn, dholmes
Thu, 18 Nov 2010 14:37:46 -0500 6751923: JNDI wake up when clock_settime() is called
zgu [Thu, 18 Nov 2010 14:37:46 -0500] rev 7392
6751923: JNDI wake up when clock_settime() is called Summary: Ported Chris Phillips' patch from jdk5 to jdk7 Reviewed-by: chrisphi, coleenp
Fri, 19 Nov 2010 17:01:34 -0800 Merge
iveresov [Fri, 19 Nov 2010 17:01:34 -0800] rev 7391
Merge
Thu, 18 Nov 2010 09:52:48 -0800 7000491: assert(false) failed: should be optimized out in SharedRuntime::g1_wb_pre
kvn [Thu, 18 Nov 2010 09:52:48 -0800] rev 7390
7000491: assert(false) failed: should be optimized out in SharedRuntime::g1_wb_pre Summary: Wrong value type is used for NULL store when clearing the detail message of the preallocated exception object. Reviewed-by: never, iveresov
Tue, 16 Nov 2010 15:57:16 -0800 7000349: Tiered reacts incorrectly to C1 compilation failures
iveresov [Tue, 16 Nov 2010 15:57:16 -0800] rev 7389
7000349: Tiered reacts incorrectly to C1 compilation failures Summary: Fix policy reaction to C1 comilation failures, make C1 properly report errors. Reviewed-by: kvn
Fri, 12 Nov 2010 09:51:43 -0800 6999491: non-zero COOPs are used when they should not
kvn [Fri, 12 Nov 2010 09:51:43 -0800] rev 7388
6999491: non-zero COOPs are used when they should not Summary: HeapBaseMinAddress should be used only for a default heap size calculation. Reviewed-by: iveresov, jcoomes, dholmes
Fri, 19 Nov 2010 13:19:49 -0800 Merge
jmasa [Fri, 19 Nov 2010 13:19:49 -0800] rev 7387
Merge
Tue, 16 Nov 2010 16:12:28 -0800 Merge
johnc [Tue, 16 Nov 2010 16:12:28 -0800] rev 7386
Merge
Tue, 16 Nov 2010 14:07:33 -0800 6978187: G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again
johnc [Tue, 16 Nov 2010 14:07:33 -0800] rev 7385
6978187: G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again Summary: An evacuation failure while copying the roots caused an object, A, to be forwarded to itself. During the subsequent RSet updating a reference to A was processed causing the reference to be added to the RSet of A's heap region. As a result of adding to the remembered set we ran into the issue described in 6930581 - the sparse table expanded and the RSet scanning code walked the cards in one instance of RHashTable (_cur) while the occupied() counts the cards in the expanded table (_next). Reviewed-by: tonyp, iveresov
Tue, 16 Nov 2010 13:58:48 -0800 7000578: CMS: assert(SafepointSynchronize::is_at_safepoint()) failed: Else races are possible
ysr [Tue, 16 Nov 2010 13:58:48 -0800] rev 7384
7000578: CMS: assert(SafepointSynchronize::is_at_safepoint()) failed: Else races are possible Summary: Weakened assert in onj_is_alive() to allow its use at initialization time when is_at_safepoint() normally reports false; added some related asserts to check order of is_init_completed() after Universe::is_fully_initialized(). Reviewed-by: jcoomes
Wed, 17 Nov 2010 09:21:51 -0500 Merge
zgu [Wed, 17 Nov 2010 09:21:51 -0500] rev 7383
Merge
Fri, 12 Nov 2010 09:37:13 -0500 Merge
zgu [Fri, 12 Nov 2010 09:37:13 -0500] rev 7382
Merge
Fri, 05 Nov 2010 09:32:08 -0400 6981737: The java.vm.specification.version property is 1.0, seems like it should be 2.0
kamg [Fri, 05 Nov 2010 09:32:08 -0400] rev 7381
6981737: The java.vm.specification.version property is 1.0, seems like it should be 2.0 Summary: Change property value to 1.<major_version> for major_version >= 7 Reviewed-by: dholmes, acorn
Wed, 27 Oct 2010 12:53:36 -0400 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg [Wed, 27 Oct 2010 12:53:36 -0400] rev 7380
6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>' Summary: Update verifier to conform to spec re: reference vs. 'Object' types Reviewed-by: dholmes, coleenp
Mon, 15 Nov 2010 16:25:14 -0800 Merge
jmasa [Mon, 15 Nov 2010 16:25:14 -0800] rev 7379
Merge
Thu, 11 Nov 2010 10:42:43 -0800 6998802: ScavengeALot: assert(!gch->incremental_collection_failed()) failed: Twice in a row
ysr [Thu, 11 Nov 2010 10:42:43 -0800] rev 7378
6998802: ScavengeALot: assert(!gch->incremental_collection_failed()) failed: Twice in a row Summary: Weaken assert by excluding scavenges resulting from -XX:+ScavengeALot stress-testing option. Reviewed-by: jmasa, tonyp
Tue, 09 Nov 2010 10:47:20 -0800 6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on
ysr [Tue, 09 Nov 2010 10:47:20 -0800] rev 7377
6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on Reviewed-by: tonyp
Fri, 05 Nov 2010 13:20:37 -0700 6997298: fatal error: must own lock CMS_markBitMap_lock during heap dump
ysr [Fri, 05 Nov 2010 13:20:37 -0700] rev 7376
6997298: fatal error: must own lock CMS_markBitMap_lock during heap dump Summary: Since we are at a stop-world pause, the existing CMS-phase checks are sufficient for safety, and the locking check can be safely elided. Elaborated documentation comment to the case where class unloading and verification are disabled, and the query happens when we aren't in the sweeping phase, where the answer "false" would be (almost everywhere) too pessimistic. Reviewed-by: jmasa, johnc, tonyp
Thu, 16 Dec 2010 20:32:43 -0800 Merge
trims [Thu, 16 Dec 2010 20:32:43 -0800] rev 7375
Merge
Fri, 10 Dec 2010 15:46:59 -0800 Merge
trims [Fri, 10 Dec 2010 15:46:59 -0800] rev 7374
Merge
Fri, 03 Dec 2010 09:44:09 -0800 Added tag hs20-b03 for changeset a683e80b9ca8
trims [Fri, 03 Dec 2010 09:44:09 -0800] rev 7373
Added tag hs20-b03 for changeset a683e80b9ca8
Thu, 16 Dec 2010 18:17:52 -0800 Added tag jdk7-b122 for changeset c601f7238c18
cl [Thu, 16 Dec 2010 18:17:52 -0800] rev 7372
Added tag jdk7-b122 for changeset c601f7238c18
Tue, 21 Dec 2010 14:51:50 -0800 Merge
igor [Tue, 21 Dec 2010 14:51:50 -0800] rev 7371
Merge
Mon, 20 Dec 2010 13:13:52 -0500 Merge
herrick [Mon, 20 Dec 2010 13:13:52 -0500] rev 7370
Merge
Sun, 12 Dec 2010 22:56:48 -0500 Merge
herrick [Sun, 12 Dec 2010 22:56:48 -0500] rev 7369
Merge
Wed, 08 Dec 2010 01:15:17 -0800 Merge
igor [Wed, 08 Dec 2010 01:15:17 -0800] rev 7368
Merge
Mon, 06 Dec 2010 00:43:27 -0800 Merge
igor [Mon, 06 Dec 2010 00:43:27 -0800] rev 7367
Merge
Tue, 21 Dec 2010 11:43:26 -0500 Merge
jqzuo [Tue, 21 Dec 2010 11:43:26 -0500] rev 7366
Merge
Mon, 20 Dec 2010 13:05:23 -0500 Merge
jqzuo [Mon, 20 Dec 2010 13:05:23 -0500] rev 7365
Merge
Mon, 13 Dec 2010 11:34:03 -0500 Merge
jqzuo [Mon, 13 Dec 2010 11:34:03 -0500] rev 7364
Merge
Thu, 09 Dec 2010 16:05:25 -0500 Merge
jqzuo [Thu, 09 Dec 2010 16:05:25 -0500] rev 7363
Merge
Wed, 01 Dec 2010 14:35:06 -0500 Merge
jqzuo [Wed, 01 Dec 2010 14:35:06 -0500] rev 7362
Merge
Mon, 20 Dec 2010 08:44:58 -0800 6909331: Add vsvars.sh to the jdk repository (handy cygwin way to get vcvars32.bat run)
ohair [Mon, 20 Dec 2010 08:44:58 -0800] rev 7361
6909331: Add vsvars.sh to the jdk repository (handy cygwin way to get vcvars32.bat run) Reviewed-by: robilad
Sat, 18 Dec 2010 18:28:31 -0800 6909026: Change GNU make version requirement to 3.81
ohair [Sat, 18 Dec 2010 18:28:31 -0800] rev 7360
6909026: Change GNU make version requirement to 3.81 Reviewed-by: robilad
Thu, 16 Dec 2010 19:56:43 -0800 Merge
ohair [Thu, 16 Dec 2010 19:56:43 -0800] rev 7359
Merge
Wed, 15 Dec 2010 15:24:51 -0800 Merge
ohair [Wed, 15 Dec 2010 15:24:51 -0800] rev 7358
Merge
Mon, 06 Dec 2010 10:37:10 -0800 7001720: copyright templates not rebranded
ohair [Mon, 06 Dec 2010 10:37:10 -0800] rev 7357
7001720: copyright templates not rebranded Reviewed-by: mchung
Thu, 16 Dec 2010 18:17:42 -0800 Added tag jdk7-b122 for changeset aa625a3cd2a3
cl [Thu, 16 Dec 2010 18:17:42 -0800] rev 7356
Added tag jdk7-b122 for changeset aa625a3cd2a3
Wed, 05 Jul 2017 17:29:15 +0200 Added tag jdk7-b122 for changeset 6f09ea1c034f
duke [Wed, 05 Jul 2017 17:29:15 +0200] rev 7355
Added tag jdk7-b122 for changeset 6f09ea1c034f
Wed, 05 Jul 2017 17:29:14 +0200 Merge jdk7-b122
duke [Wed, 05 Jul 2017 17:29:14 +0200] rev 7354
Merge
Wed, 05 Jul 2017 17:29:12 +0200 Merge
duke [Wed, 05 Jul 2017 17:29:12 +0200] rev 7353
Merge
Thu, 09 Dec 2010 21:25:38 -0800 Added tag jdk7-b121 for changeset 89ced394b320
katleman [Thu, 09 Dec 2010 21:25:38 -0800] rev 7352
Added tag jdk7-b121 for changeset 89ced394b320
Wed, 05 Jul 2017 17:29:10 +0200 Merge
duke [Wed, 05 Jul 2017 17:29:10 +0200] rev 7351
Merge
Thu, 09 Dec 2010 21:25:29 -0800 Added tag jdk7-b121 for changeset 1813eb437117
katleman [Thu, 09 Dec 2010 21:25:29 -0800] rev 7350
Added tag jdk7-b121 for changeset 1813eb437117
Wed, 05 Jul 2017 17:29:07 +0200 Merge
duke [Wed, 05 Jul 2017 17:29:07 +0200] rev 7349
Merge
Thu, 09 Dec 2010 21:25:29 -0800 Added tag jdk7-b121 for changeset 75d78f95b8eb
katleman [Thu, 09 Dec 2010 21:25:29 -0800] rev 7348
Added tag jdk7-b121 for changeset 75d78f95b8eb
Wed, 05 Jul 2017 17:29:05 +0200 Merge
duke [Wed, 05 Jul 2017 17:29:05 +0200] rev 7347
Merge
Thu, 09 Dec 2010 21:25:22 -0800 Added tag jdk7-b121 for changeset 5a27cf522774
katleman [Thu, 09 Dec 2010 21:25:22 -0800] rev 7346
Added tag jdk7-b121 for changeset 5a27cf522774
Wed, 05 Jul 2017 17:29:02 +0200 Merge
duke [Wed, 05 Jul 2017 17:29:02 +0200] rev 7345
Merge
Thu, 09 Dec 2010 21:25:32 -0800 Added tag jdk7-b121 for changeset 4a42e58ee6c3
katleman [Thu, 09 Dec 2010 21:25:32 -0800] rev 7344
Added tag jdk7-b121 for changeset 4a42e58ee6c3
Wed, 05 Jul 2017 17:29:00 +0200 Merge
duke [Wed, 05 Jul 2017 17:29:00 +0200] rev 7343
Merge
Thu, 09 Dec 2010 21:25:25 -0800 Added tag jdk7-b121 for changeset 355804dc2e5e
katleman [Thu, 09 Dec 2010 21:25:25 -0800] rev 7342
Added tag jdk7-b121 for changeset 355804dc2e5e
Thu, 09 Dec 2010 21:25:18 -0800 Added tag jdk7-b121 for changeset 0961b69bacc0
katleman [Thu, 09 Dec 2010 21:25:18 -0800] rev 7341
Added tag jdk7-b121 for changeset 0961b69bacc0
Wed, 05 Jul 2017 17:28:51 +0200 Added tag jdk7-b121 for changeset 0ce0a2c3a692
duke [Wed, 05 Jul 2017 17:28:51 +0200] rev 7340
Added tag jdk7-b121 for changeset 0ce0a2c3a692
Wed, 05 Jul 2017 17:28:51 +0200 Merge jdk7-b121
duke [Wed, 05 Jul 2017 17:28:51 +0200] rev 7339
Merge
Wed, 05 Jul 2017 17:28:48 +0200 Merge
duke [Wed, 05 Jul 2017 17:28:48 +0200] rev 7338
Merge
Mon, 06 Dec 2010 20:35:49 -0800 Merge
lana [Mon, 06 Dec 2010 20:35:49 -0800] rev 7337
Merge
Tue, 30 Nov 2010 09:38:48 -0800 7003477: Paths.isDefaultBootClassPath needs to be public
jjg [Tue, 30 Nov 2010 09:38:48 -0800] rev 7336
7003477: Paths.isDefaultBootClassPath needs to be public Reviewed-by: mcimadamore
Mon, 29 Nov 2010 14:15:36 -0800 6900037: javac should warn if earlier -source is used and bootclasspath not set
jjg [Mon, 29 Nov 2010 14:15:36 -0800] rev 7335
6900037: javac should warn if earlier -source is used and bootclasspath not set Reviewed-by: darcy
Mon, 29 Nov 2010 10:09:48 -0800 7003006: add option to list directory in deterministic order
jjg [Mon, 29 Nov 2010 10:09:48 -0800] rev 7334
7003006: add option to list directory in deterministic order Reviewed-by: mcimadamore
Tue, 23 Nov 2010 15:28:34 -0800 7002346: javap test relies on location of scratch directory
jjg [Tue, 23 Nov 2010 15:28:34 -0800] rev 7333
7002346: javap test relies on location of scratch directory Reviewed-by: ksrini
Tue, 23 Nov 2010 13:32:29 -0800 6942366: javadoc no longer inherits doc from sourcepath
jjg [Tue, 23 Nov 2010 13:32:29 -0800] rev 7332
6942366: javadoc no longer inherits doc from sourcepath Reviewed-by: mcimadamore
Tue, 23 Nov 2010 11:08:43 +0000 6995200: JDK 7 compiler crashes when type-variable is inferred from expected primitive type
mcimadamore [Tue, 23 Nov 2010 11:08:43 +0000] rev 7331
6995200: JDK 7 compiler crashes when type-variable is inferred from expected primitive type Summary: 15.12.2.8 should use boxing when expected type in assignment context is a primitive type Reviewed-by: jjg
Thu, 18 Nov 2010 16:13:11 -0800 6999438: remove support for exotic identifiers from JDK 7
jjg [Thu, 18 Nov 2010 16:13:11 -0800] rev 7330
6999438: remove support for exotic identifiers from JDK 7 Reviewed-by: mcimadamore
Wed, 17 Nov 2010 15:07:43 -0800 7000973: isBogus needs to be called on the to-be-returned entry, not on the current entry
jjg [Wed, 17 Nov 2010 15:07:43 -0800] rev 7329
7000973: isBogus needs to be called on the to-be-returned entry, not on the current entry Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
Fri, 03 Dec 2010 19:45:34 -0800 Merge
ohair [Fri, 03 Dec 2010 19:45:34 -0800] rev 7328
Merge
Mon, 22 Nov 2010 14:57:34 -0800 Added tag jdk7-b119 for changeset 2322464ada6f
cl [Mon, 22 Nov 2010 14:57:34 -0800] rev 7327
Added tag jdk7-b119 for changeset 2322464ada6f
Thu, 02 Dec 2010 19:04:25 -0800 Added tag jdk7-b120 for changeset 49e5caf5b854
cl [Thu, 02 Dec 2010 19:04:25 -0800] rev 7326
Added tag jdk7-b120 for changeset 49e5caf5b854
Wed, 05 Jul 2017 17:28:44 +0200 Merge
duke [Wed, 05 Jul 2017 17:28:44 +0200] rev 7325
Merge
Mon, 06 Dec 2010 20:33:03 -0800 Merge
lana [Mon, 06 Dec 2010 20:33:03 -0800] rev 7324
Merge
Tue, 30 Nov 2010 15:06:45 -0800 Merge
lana [Tue, 30 Nov 2010 15:06:45 -0800] rev 7323
Merge
Tue, 23 Nov 2010 10:04:43 -0800 7002248: Update urls for jaxp and jaxws source downloads
ohair [Tue, 23 Nov 2010 10:04:43 -0800] rev 7322
7002248: Update urls for jaxp and jaxws source downloads Reviewed-by: darcy
Thu, 02 Dec 2010 19:04:06 -0800 Added tag jdk7-b120 for changeset 0165dcd8285f
cl [Thu, 02 Dec 2010 19:04:06 -0800] rev 7321
Added tag jdk7-b120 for changeset 0165dcd8285f
Wed, 05 Jul 2017 17:28:40 +0200 Merge
duke [Wed, 05 Jul 2017 17:28:40 +0200] rev 7320
Merge
Mon, 06 Dec 2010 20:33:02 -0800 Merge
lana [Mon, 06 Dec 2010 20:33:02 -0800] rev 7319
Merge
Tue, 30 Nov 2010 15:06:43 -0800 Merge
lana [Tue, 30 Nov 2010 15:06:43 -0800] rev 7318
Merge
Tue, 23 Nov 2010 10:04:15 -0800 7002248: Update urls for jaxp and jaxws source downloads
ohair [Tue, 23 Nov 2010 10:04:15 -0800] rev 7317
7002248: Update urls for jaxp and jaxws source downloads Reviewed-by: darcy
Thu, 02 Dec 2010 19:04:05 -0800 Added tag jdk7-b120 for changeset e9aad21cf42e
cl [Thu, 02 Dec 2010 19:04:05 -0800] rev 7316
Added tag jdk7-b120 for changeset e9aad21cf42e
Wed, 05 Jul 2017 17:28:36 +0200 Merge
duke [Wed, 05 Jul 2017 17:28:36 +0200] rev 7315
Merge
Fri, 03 Dec 2010 19:43:41 -0800 Merge
ohair [Fri, 03 Dec 2010 19:43:41 -0800] rev 7314
Merge
Mon, 22 Nov 2010 14:57:06 -0800 Added tag jdk7-b119 for changeset d45d466d6759
cl [Mon, 22 Nov 2010 14:57:06 -0800] rev 7313
Added tag jdk7-b119 for changeset d45d466d6759
Thu, 02 Dec 2010 19:03:55 -0800 Added tag jdk7-b120 for changeset a3c4c326e934
cl [Thu, 02 Dec 2010 19:03:55 -0800] rev 7312
Added tag jdk7-b120 for changeset a3c4c326e934
Wed, 05 Jul 2017 17:28:33 +0200 Merge
duke [Wed, 05 Jul 2017 17:28:33 +0200] rev 7311
Merge
Wed, 08 Dec 2010 00:35:33 -0800 Merge
igor [Wed, 08 Dec 2010 00:35:33 -0800] rev 7310
Merge
Tue, 30 Nov 2010 09:57:47 -0800 Merge
igor [Tue, 30 Nov 2010 09:57:47 -0800] rev 7309
Merge
Tue, 09 Nov 2010 23:05:33 -0800 6992226: Missing windows COMPANY file property settings
ccheung [Tue, 09 Nov 2010 23:05:33 -0800] rev 7308
6992226: Missing windows COMPANY file property settings Reviewed-by: ohair
Thu, 18 Nov 2010 10:35:46 -0800 Merge
igor [Thu, 18 Nov 2010 10:35:46 -0800] rev 7307
Merge
Fri, 22 Oct 2010 14:14:54 -0400 Merge
herrick [Fri, 22 Oct 2010 14:14:54 -0400] rev 7306
Merge
Mon, 06 Dec 2010 20:35:04 -0800 Merge
lana [Mon, 06 Dec 2010 20:35:04 -0800] rev 7305
Merge
Tue, 30 Nov 2010 15:07:42 -0800 Merge
lana [Tue, 30 Nov 2010 15:07:42 -0800] rev 7304
Merge
Tue, 30 Nov 2010 13:53:36 -0800 Merge
mduigou [Tue, 30 Nov 2010 13:53:36 -0800] rev 7303
Merge
Tue, 30 Nov 2010 13:53:06 -0800 7003544: backout of openjdk changeset 6a391a0ed0da
mduigou [Tue, 30 Nov 2010 13:53:06 -0800] rev 7302
7003544: backout of openjdk changeset 6a391a0ed0da Reviewed-by: ohair
Mon, 29 Nov 2010 10:44:35 -0800 Merge
mduigou [Mon, 29 Nov 2010 10:44:35 -0800] rev 7301
Merge
Mon, 29 Nov 2010 10:37:44 -0800 6998016: Incorrect ifdef nesting in sane-gcc-compiler rule
mduigou [Mon, 29 Nov 2010 10:37:44 -0800] rev 7300
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
Sat, 27 Nov 2010 07:46:05 -0800 7002986: (pack200) intermittent failures compiling pack200
ksrini [Sat, 27 Nov 2010 07:46:05 -0800] rev 7299
7002986: (pack200) intermittent failures compiling pack200 Reviewed-by: jjg
Wed, 24 Nov 2010 09:51:31 +0000 6878369: (ch) AsynchronousSocketChannel read/write methods that specify timeouts should not throw IAE
alanb [Wed, 24 Nov 2010 09:51:31 +0000] rev 7298
6878369: (ch) AsynchronousSocketChannel read/write methods that specify timeouts should not throw IAE Reviewed-by: forax
Tue, 23 Nov 2010 16:52:39 -0800 6452854: Provide a flag to print the java configuration
ksrini [Tue, 23 Nov 2010 16:52:39 -0800] rev 7297
6452854: Provide a flag to print the java configuration Reviewed-by: darcy, mchung, sherman, dholmes, mduigou
Wed, 24 Nov 2010 07:43:06 +0800 7002036: ktab return code changes on a error case
weijun [Wed, 24 Nov 2010 07:43:06 +0800] rev 7296
7002036: ktab return code changes on a error case Reviewed-by: valeriep
Mon, 22 Nov 2010 16:12:23 -0800 7001434: charset name for Cp833 should be x-IBM833.
sherman [Mon, 22 Nov 2010 16:12:23 -0800] rev 7295
7001434: charset name for Cp833 should be x-IBM833. Summary: changed the name to x-IBM833 in extsbcs Reviewed-by: alanb
Mon, 22 Nov 2010 16:03:13 -0800 6858865: Fix for 6728376 causes regression if the size of "data" is 0 and malloc returns Null for 0-length
sherman [Mon, 22 Nov 2010 16:03:13 -0800] rev 7294
6858865: Fix for 6728376 causes regression if the size of "data" is 0 and malloc returns Null for 0-length Summary: don't throw OOME when in or out buffer size is 0 length Reviewed-by: alanb
Mon, 22 Nov 2010 11:27:14 -0500 Merge
mullan [Mon, 22 Nov 2010 11:27:14 -0500] rev 7293
Merge
Mon, 22 Nov 2010 10:18:33 -0500 Merge
mullan [Mon, 22 Nov 2010 10:18:33 -0500] rev 7292
Merge
Mon, 22 Nov 2010 10:16:07 -0500 6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
mullan [Mon, 22 Nov 2010 10:16:07 -0500] rev 7291
6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile Reviewed-by: mchung
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip