Tue, 21 Oct 2008 11:23:52 -0700 6762004: 6532536 fix contains changes in os_solaris.cpp which were pushed by mistake
never [Tue, 21 Oct 2008 11:23:52 -0700] rev 1439
6762004: 6532536 fix contains changes in os_solaris.cpp which were pushed by mistake Reviewed-by: kvn
Tue, 21 Oct 2008 11:21:45 -0700 Merge
never [Tue, 21 Oct 2008 11:21:45 -0700] rev 1438
Merge
Tue, 14 Oct 2008 15:10:26 -0700 6532536: Optimize arraycopy stubs for Intel cpus
kvn [Tue, 14 Oct 2008 15:10:26 -0700] rev 1437
6532536: Optimize arraycopy stubs for Intel cpus Summary: Use SSE2 movdqu in arraycopy stubs on newest Intel's cpus Reviewed-by: rasbold
Tue, 14 Oct 2008 06:58:58 -0700 6717150: improper constant folding of subnormal strictfp multiplications and divides
rasbold [Tue, 14 Oct 2008 06:58:58 -0700] rev 1436
6717150: improper constant folding of subnormal strictfp multiplications and divides Summary: suppress constant folding of double divides and multiplications on ia32 Reviewed-by: never
Fri, 10 Oct 2008 09:47:56 -0700 6752257: Use NOT instead of XOR -1 on x86
rasbold [Fri, 10 Oct 2008 09:47:56 -0700] rev 1435
6752257: Use NOT instead of XOR -1 on x86 Summary: add match rule for xor -1 Reviewed-by: never, kvn
Mon, 06 Oct 2008 13:11:32 -0700 Merge
never [Mon, 06 Oct 2008 13:11:32 -0700] rev 1434
Merge
Fri, 03 Oct 2008 13:58:20 -0700 6743188: incomplete fix for 6700047 C2 failed in idom_no_update
never [Fri, 03 Oct 2008 13:58:20 -0700] rev 1433
6743188: incomplete fix for 6700047 C2 failed in idom_no_update Reviewed-by: rasbold, kvn
Thu, 02 Oct 2008 08:37:44 -0700 6667595: Set probability FAIR for pre-, post- loops and ALWAYS for main loop
kvn [Thu, 02 Oct 2008 08:37:44 -0700] rev 1432
6667595: Set probability FAIR for pre-, post- loops and ALWAYS for main loop Summary: Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag. Reviewed-by: never
Fri, 17 Oct 2008 15:18:02 -0700 Merge
xlu [Fri, 17 Oct 2008 15:18:02 -0700] rev 1431
Merge
Tue, 14 Oct 2008 10:15:33 -0400 6700107: java/lang/Class/forName/TooManyDimensions.java crashes with SIGSEGV in c2 compiler with fastdebug
coleenp [Tue, 14 Oct 2008 10:15:33 -0400] rev 1430
6700107: java/lang/Class/forName/TooManyDimensions.java crashes with SIGSEGV in c2 compiler with fastdebug Summary: objArrayKlass::compute_modifier_flags was unnecessarily recursive Reviewed-by: kamg
Thu, 16 Oct 2008 11:07:39 -0700 Merge
dcubed [Thu, 16 Oct 2008 11:07:39 -0700] rev 1429
Merge
Tue, 14 Oct 2008 15:16:38 -0700 6306922: Dump dump created by +HeapDumpOnOutOfMemoryError should include stack traces for stack roots
mchung [Tue, 14 Oct 2008 15:16:38 -0700] rev 1428
6306922: Dump dump created by +HeapDumpOnOutOfMemoryError should include stack traces for stack roots Summary: Include stack traces of all threads in the heap dump Reviewed-by: alanb
Wed, 29 Oct 2008 19:18:54 -0700 Merge
trims [Wed, 29 Oct 2008 19:18:54 -0700] rev 1427
Merge
Wed, 15 Oct 2008 18:51:04 -0700 Merge
trims [Wed, 15 Oct 2008 18:51:04 -0700] rev 1426
Merge
Mon, 13 Oct 2008 21:41:42 -0700 6758633: G1: SEGV with GCOld on Linux
iveresov [Mon, 13 Oct 2008 21:41:42 -0700] rev 1425
6758633: G1: SEGV with GCOld on Linux Summary: Avoid growth of a GrowableArray backend of HeapRegionSeq. Reviewed-by: tonyp, jcoomes
Thu, 09 Oct 2008 12:06:22 -0400 Merge
tonyp [Thu, 09 Oct 2008 12:06:22 -0400] rev 1424
Merge
Mon, 06 Oct 2008 20:59:16 -0700 6753547: NUMA allocator: Invalid chunk size computation during adaptive resizing
iveresov [Mon, 06 Oct 2008 20:59:16 -0700] rev 1423
6753547: NUMA allocator: Invalid chunk size computation during adaptive resizing Summary: The per-lgrp chuck size can be incorrectly computed (causing an assertion failure) because of the non-associativity of the floating point operations. The fix is to rearrange the operations. Reviewed-by: ysr
Mon, 06 Oct 2008 13:16:35 -0400 6752248: G1: introduce parallel heap verification
tonyp [Mon, 06 Oct 2008 13:16:35 -0400] rev 1422
6752248: G1: introduce parallel heap verification Summary: Introduce parallel heap verification in G1. Reviewed-by: jcoomes, apetrusenko
Thu, 02 Oct 2008 12:01:08 -0700 6660681: Incrementally reserve pages on win server 2003 for better large page affinity
jmasa [Thu, 02 Oct 2008 12:01:08 -0700] rev 1421
6660681: Incrementally reserve pages on win server 2003 for better large page affinity Summary: For windows server 2003 added option to reserve large pages individually. Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
Wed, 08 Oct 2008 08:10:51 -0700 6755845: JVM_FindClassFromBoot triggers assertions
ksrini [Wed, 08 Oct 2008 08:10:51 -0700] rev 1420
6755845: JVM_FindClassFromBoot triggers assertions Summary: Fixes assertions caused by one jvm_entry calling another, solved by refactoring code and modified gamma test. Reviewed-by: dholmes, xlu
Mon, 06 Oct 2008 11:39:34 -0700 6673124: Runtime.availableProcessors / os::active_processor_count wrong if unused processor sets exist
xlu [Mon, 06 Oct 2008 11:39:34 -0700] rev 1419
6673124: Runtime.availableProcessors / os::active_processor_count wrong if unused processor sets exist Reviewed-by: acorn, dholmes
Thu, 02 Oct 2008 14:11:33 -0700 6755406: minor mistakes in copyright notices
trims [Thu, 02 Oct 2008 14:11:33 -0700] rev 1418
6755406: minor mistakes in copyright notices Summary: Mismatch in some header copyrights from standard templates Reviewed-by: jcoomes
Thu, 02 Oct 2008 06:54:46 -0700 Merge
dcubed [Thu, 02 Oct 2008 06:54:46 -0700] rev 1417
Merge
Wed, 01 Oct 2008 20:15:03 -0400 Merge
acorn [Wed, 01 Oct 2008 20:15:03 -0400] rev 1416
Merge
Tue, 30 Sep 2008 12:24:27 -0400 Merge
acorn [Tue, 30 Sep 2008 12:24:27 -0400] rev 1415
Merge
Fri, 26 Sep 2008 13:33:15 -0400 6719149: Wrong "java/lang/String should not be loaded yet" assertion in fastdebug bits with UseStringCache
coleenp [Fri, 26 Sep 2008 13:33:15 -0400] rev 1414
6719149: Wrong "java/lang/String should not be loaded yet" assertion in fastdebug bits with UseStringCache Summary: Assertion is invalid because java.lang.String may be initialized just before this assertion. Reviewed-by: phh
Wed, 15 Oct 2008 18:49:57 -0700 Merge
trims [Wed, 15 Oct 2008 18:49:57 -0700] rev 1413
Merge
Tue, 07 Oct 2008 11:01:35 -0700 Merge
trims [Tue, 07 Oct 2008 11:01:35 -0700] rev 1412
Merge
Wed, 01 Oct 2008 16:57:40 -0700 Merge
trims [Wed, 01 Oct 2008 16:57:40 -0700] rev 1411
Merge
Wed, 01 Oct 2008 16:57:19 -0700 6754998: Update Hotspot version for hs14 b06
trims [Wed, 01 Oct 2008 16:57:19 -0700] rev 1410
6754998: Update Hotspot version for hs14 b06 Summary: Bump Hotspot build number to 06 Reviewed-by: jcoomes
Wed, 01 Oct 2008 15:05:06 -0400 Merge
tonyp [Wed, 01 Oct 2008 15:05:06 -0400] rev 1409
Merge
Tue, 30 Sep 2008 13:15:27 -0700 6729594: par compact - remove unused block table implementation
jcoomes [Tue, 30 Sep 2008 13:15:27 -0700] rev 1408
6729594: par compact - remove unused block table implementation Reviewed-by: tonyp, jmasa, apetrusenko
Tue, 30 Sep 2008 12:20:22 -0700 6725697: par compact - rename class ChunkData to RegionData
jcoomes [Tue, 30 Sep 2008 12:20:22 -0700] rev 1407
6725697: par compact - rename class ChunkData to RegionData Reviewed-by: iveresov, tonyp
Tue, 30 Sep 2008 11:49:31 -0700 6716466: par compact - remove VerifyParallelOldWithMarkSweep code
jcoomes [Tue, 30 Sep 2008 11:49:31 -0700] rev 1406
6716466: par compact - remove VerifyParallelOldWithMarkSweep code Reviewed-by: jmasa
Sat, 27 Sep 2008 00:33:13 -0700 6740923: NUMA allocator: Ensure the progress of adaptive chunk resizing
iveresov [Sat, 27 Sep 2008 00:33:13 -0700] rev 1405
6740923: NUMA allocator: Ensure the progress of adaptive chunk resizing Summary: Treat a chuck where the allocation has failed as fully used. Reviewed-by: ysr
Tue, 30 Sep 2008 15:53:55 -0700 Merge
rasbold [Tue, 30 Sep 2008 15:53:55 -0700] rev 1404
Merge
Tue, 30 Sep 2008 11:56:01 -0700 6753795: HotSpot crash in strlen() when JVMTI is used
never [Tue, 30 Sep 2008 11:56:01 -0700] rev 1403
6753795: HotSpot crash in strlen() when JVMTI is used Summary: test for null instead of strlen Reviewed-by: rasbold
Thu, 25 Sep 2008 12:50:51 -0700 6744783: HotSpot segfaults if given -XX options with an empty string argument
never [Thu, 25 Sep 2008 12:50:51 -0700] rev 1402
6744783: HotSpot segfaults if given -XX options with an empty string argument Reviewed-by: kamg, kvn Contributed-by: volker.simonis@gmail.com
Wed, 24 Sep 2008 15:56:36 -0700 6750588: assert(lrg._area >= 0,"negative spill area") running NSK stmp0101 test
rasbold [Wed, 24 Sep 2008 15:56:36 -0700] rev 1401
6750588: assert(lrg._area >= 0,"negative spill area") running NSK stmp0101 test Summary: handle NaN costs more carefully Reviewed-by: kvn, never
Tue, 23 Sep 2008 12:29:06 -0700 6747051: Improve code and implicit null check generation for compressed oops
kvn [Tue, 23 Sep 2008 12:29:06 -0700] rev 1400
6747051: Improve code and implicit null check generation for compressed oops Summary: Push DecodeN node below the Null check to the non-null path to use the mach node without 0 test. Reviewed-by: rasbold, never
Wed, 17 Sep 2008 12:59:52 -0700 6384206: Phis which are later unneeded are impairing our ability to inline based on static types
never [Wed, 17 Sep 2008 12:59:52 -0700] rev 1399
6384206: Phis which are later unneeded are impairing our ability to inline based on static types Reviewed-by: rasbold, jrose
Wed, 17 Sep 2008 08:29:17 -0700 6711100: 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int")
rasbold [Wed, 17 Sep 2008 08:29:17 -0700] rev 1398
6711100: 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int") Summary: insert CastII nodes to narrow type of load_array_length() node Reviewed-by: never, kvn
Wed, 24 Sep 2008 15:34:06 -0400 Merge
apetrusenko [Wed, 24 Sep 2008 15:34:06 -0400] rev 1397
Merge
Mon, 22 Sep 2008 09:56:49 -0400 6742641: G1: NullPointerException during GCOld
tonyp [Mon, 22 Sep 2008 09:56:49 -0400] rev 1396
6742641: G1: NullPointerException during GCOld Summary: An update buffer is not processed correctly, which causes roots into the collection set not to be scanned and, hence, for the heap to be corrupted. The cause is that an object is accessed after it has been explicitly deleted, which causes a race. Reviewed-by: jcoomes, ysr
Wed, 17 Sep 2008 19:59:35 +0400 Merge
apetrusenko [Wed, 17 Sep 2008 19:59:35 +0400] rev 1395
Merge
Wed, 17 Sep 2008 16:49:18 +0400 Merge
apetrusenko [Wed, 17 Sep 2008 16:49:18 +0400] rev 1394
Merge
Thu, 04 Sep 2008 14:49:08 -0700 6743059: Error in spaceDecorator.cpp "optimized" build.
jmasa [Thu, 04 Sep 2008 14:49:08 -0700] rev 1393
6743059: Error in spaceDecorator.cpp "optimized" build. Summary: Changed the guard on the definition of the method value in HeapWord from ASSERT to not PRODUCT. Reviewed-by: iveresov, apetrusenko
Wed, 27 Aug 2008 11:20:46 -0700 Merge
ysr [Wed, 27 Aug 2008 11:20:46 -0700] rev 1392
Merge
Tue, 26 Aug 2008 00:46:03 -0400 6740930: G1: compilation failure with latest gcc
tonyp [Tue, 26 Aug 2008 00:46:03 -0400] rev 1391
6740930: G1: compilation failure with latest gcc Summary: Include DB fix to resolve a compilation issue with the latest gcc. Reviewed-by: iveresov, ysr
Fri, 22 Aug 2008 11:48:25 -0700 6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails
iveresov [Fri, 22 Aug 2008 11:48:25 -0700] rev 1390
6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails 6622418: G1: assert(false,"Non-balanced monitor enter/exit!") fails Summary: The mark-sweep compact (which we use for full gc) wrapper did not save the mark words for biased locked objects. The fix is to trivially call the appropriate methods. Reviewed-by: tonyp, ysr
Thu, 21 Aug 2008 23:38:19 -0400 Merge
tonyp [Thu, 21 Aug 2008 23:38:19 -0400] rev 1389
Merge
Thu, 21 Aug 2008 23:36:31 -0400 Merge
tonyp [Thu, 21 Aug 2008 23:36:31 -0400] rev 1388
Merge
Wed, 06 Aug 2008 11:57:31 -0400 6722565: G1: assert !r->is_on_unclean_list() fires
tonyp [Wed, 06 Aug 2008 11:57:31 -0400] rev 1387
6722565: G1: assert !r->is_on_unclean_list() fires Summary: Under certain circumstances, two cleanup threads can claim and process the same region. Reviewed-by: apetrusenko, ysr
Wed, 30 Jul 2008 10:45:52 -0700 6652160: G1: assert(cur_used_bytes == _g1->recalculate_used(),"It should!") at g1CollectorPolicy.cpp:1425
iveresov [Wed, 30 Jul 2008 10:45:52 -0700] rev 1386
6652160: G1: assert(cur_used_bytes == _g1->recalculate_used(),"It should!") at g1CollectorPolicy.cpp:1425 Summary: In attempt_allocation_slow() wait for the concurrent cleanup to complete before modifying _summary_bytes_used. Reviewed-by: jmasa, apetrusenko
Thu, 10 Jul 2008 09:29:54 -0700 6723570: G1: assertion failure: p == current_top or oop(p)->is_oop(),"p is not a block start" (revisited!)
iveresov [Thu, 10 Jul 2008 09:29:54 -0700] rev 1385
6723570: G1: assertion failure: p == current_top or oop(p)->is_oop(),"p is not a block start" (revisited!) Summary: Fixed the incorrect assigment to G1OffsetTableContigSpace::_gc_time_stamp. Also added a little more paranoia to operations on a global timestamp. Reviewed-by: tonyp
Thu, 03 Jul 2008 03:17:29 -0700 6702387: G1: assertion failure: assert(p == current_top || oop(p)->is_oop(),"p is not a block start")
iveresov [Thu, 03 Jul 2008 03:17:29 -0700] rev 1384
6702387: G1: assertion failure: assert(p == current_top || oop(p)->is_oop(),"p is not a block start") Summary: Do not coalesce dead and moved objects when removing self-forwarding pointers during the evacuation failure. Also fixed a issue in a BOT refinement code for TLABs. Reviewed-by: tonyp, jcoomes
Tue, 01 Jul 2008 11:59:44 -0700 Merge
ysr [Tue, 01 Jul 2008 11:59:44 -0700] rev 1383
Merge
Mon, 30 Jun 2008 17:04:59 -0700 6618726: Introduce -XX:+UnlockExperimentalVMOptions flag
ysr [Mon, 30 Jun 2008 17:04:59 -0700] rev 1382
6618726: Introduce -XX:+UnlockExperimentalVMOptions flag Summary: experimental() flags will protect features of an experimental nature that are not supported in the regular product build. Made UseG1GC an experimental flag. Reviewed-by: jmasa, kamg, coleenp
Thu, 26 Jun 2008 11:43:34 -0700 6718811: Mismerge of 6680469:macro.cpp
ysr [Thu, 26 Jun 2008 11:43:34 -0700] rev 1381
6718811: Mismerge of 6680469:macro.cpp Summary: Fixed the mismerge by deleting the lines that were inadvertently left in place. Reviewed-by: iveresov
Tue, 24 Jun 2008 13:20:34 -0700 Merge
ysr [Tue, 24 Jun 2008 13:20:34 -0700] rev 1380
Merge
Mon, 23 Jun 2008 16:49:37 -0700 6718086: CMS assert: _concurrent_iteration_safe_limit update missed
ysr [Mon, 23 Jun 2008 16:49:37 -0700] rev 1379
6718086: CMS assert: _concurrent_iteration_safe_limit update missed Summary: Initialize the field correctly in ContiguousSpace's constructor and initialize() methods, using the latter for the survivor spaces upon initial construction or a subsequent resizing of the young generation. Add some missing Space sub-class constructors. Reviewed-by: apetrusenko
Tue, 17 Jun 2008 08:40:48 -0700 Merge
ysr [Tue, 17 Jun 2008 08:40:48 -0700] rev 1378
Merge
Thu, 12 Jun 2008 14:02:35 -0700 Merge
ysr [Thu, 12 Jun 2008 14:02:35 -0700] rev 1377
Merge
Thu, 12 Jun 2008 13:50:55 -0700 Merge
ysr [Thu, 12 Jun 2008 13:50:55 -0700] rev 1376
Merge
Wed, 11 Jun 2008 05:12:19 -0700 6710665: G1: guarantee(_cm->out_of_regions() && _cm->region_stack_empty() && _task_queue->size() == 0, ...)
iveresov [Wed, 11 Jun 2008 05:12:19 -0700] rev 1375
6710665: G1: guarantee(_cm->out_of_regions() && _cm->region_stack_empty() && _task_queue->size() == 0, ...) Summary: Remove the incorrect assumptions from guarantee()s. Reviewed-by: ysr, tonyp
Thu, 05 Jun 2008 15:57:56 -0700 6711316: Open source the Garbage-First garbage collector
ysr [Thu, 05 Jun 2008 15:57:56 -0700] rev 1374
6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
Wed, 27 Aug 2008 10:56:33 -0700 Merge
ysr [Wed, 27 Aug 2008 10:56:33 -0700] rev 1373
Merge
Tue, 26 Aug 2008 14:54:48 -0700 6722116: CMS: Incorrect overflow handling when using parallel concurrent marking
ysr [Tue, 26 Aug 2008 14:54:48 -0700] rev 1372
6722116: CMS: Incorrect overflow handling when using parallel concurrent marking Summary: Fixed CMSConcMarkingTask::reset() to store the restart address upon a marking stack overflow and to use it as the base, suitably aligned, for restarting the scan in CMSConcMarkingTask::do_scan_and_mark(). Reviewed-by: jcoomes, tonyp
Thu, 23 Oct 2008 10:13:01 -0700 Added tag jdk7-b38 for changeset 2db019fa6029
xdono [Thu, 23 Oct 2008 10:13:01 -0700] rev 1371
Added tag jdk7-b38 for changeset 2db019fa6029
Thu, 23 Oct 2008 10:12:57 -0700 Added tag jdk7-b38 for changeset 654f8f2e8e45
xdono [Thu, 23 Oct 2008 10:12:57 -0700] rev 1370
Added tag jdk7-b38 for changeset 654f8f2e8e45
Wed, 05 Jul 2017 16:42:40 +0200 Added tag jdk7-b38 for changeset a2879b2837f5
duke [Wed, 05 Jul 2017 16:42:40 +0200] rev 1369
Added tag jdk7-b38 for changeset a2879b2837f5
Wed, 05 Jul 2017 16:42:39 +0200 Merge jdk7-b38
duke [Wed, 05 Jul 2017 16:42:39 +0200] rev 1368
Merge
Wed, 05 Jul 2017 16:42:37 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:37 +0200] rev 1367
Merge
Fri, 10 Oct 2008 13:29:11 -0700 Merge
tbell [Fri, 10 Oct 2008 13:29:11 -0700] rev 1366
Merge
Mon, 06 Oct 2008 16:57:15 -0700 6748546: javadoc API should be classloader-friendly
jjg [Mon, 06 Oct 2008 16:57:15 -0700] rev 1365
6748546: javadoc API should be classloader-friendly Reviewed-by: bpatel
Sat, 04 Oct 2008 22:59:05 -0700 Merge
tbell [Sat, 04 Oct 2008 22:59:05 -0700] rev 1364
Merge
Wed, 01 Oct 2008 16:26:33 -0700 6748601: javadoc API should allow varargs use
jjg [Wed, 01 Oct 2008 16:26:33 -0700] rev 1363
6748601: javadoc API should allow varargs use Reviewed-by: bpatel
Sat, 04 Oct 2008 22:49:54 -0700 Merge
tbell [Sat, 04 Oct 2008 22:49:54 -0700] rev 1362
Merge
Mon, 29 Sep 2008 22:11:26 -0700 Merge
tbell [Mon, 29 Sep 2008 22:11:26 -0700] rev 1361
Merge
Mon, 29 Sep 2008 11:38:56 -0700 6739427: -Xlint:processing not recognized as an option
martin [Mon, 29 Sep 2008 11:38:56 -0700] rev 1360
6739427: -Xlint:processing not recognized as an option Reviewed-by: darcy, jjg Contributed-by: lipeng@google.com
Mon, 29 Sep 2008 15:30:27 +0100 6753718: raw type warnings should be suprresed during a langtools build
mcimadamore [Mon, 29 Sep 2008 15:30:27 +0100] rev 1359
6753718: raw type warnings should be suprresed during a langtools build Summary: fixed build.properties in order to suppress raw type warnings Reviewed-by: jjg
Mon, 29 Sep 2008 12:00:29 +0100 6747671: -Xlint:rawtypes
mcimadamore [Mon, 29 Sep 2008 12:00:29 +0100] rev 1358
6747671: -Xlint:rawtypes Summary: add an Xlint option for detecting all raw types usages (ccc-approved) Reviewed-by: jjg
Mon, 29 Sep 2008 11:48:09 +0100 6735840: Need a type/symbol visitor printer
mcimadamore [Mon, 29 Sep 2008 11:48:09 +0100] rev 1357
6735840: Need a type/symbol visitor printer Summary: Added type/symbol visitor printer with support for localization Reviewed-by: jjg
Mon, 29 Sep 2008 11:34:43 +0100 6500343: compiler generates bad code when translating conditional expressions
mcimadamore [Mon, 29 Sep 2008 11:34:43 +0100] rev 1356
6500343: compiler generates bad code when translating conditional expressions Summary: TransTypes needs to deal with intersection types coming from conditional expressions Reviewed-by: jjg
Tue, 23 Sep 2008 10:44:51 -0700 6420151: need to improve byfile compile policy to eliminate footprint issues
jjg [Tue, 23 Sep 2008 10:44:51 -0700] rev 1355
6420151: need to improve byfile compile policy to eliminate footprint issues Reviewed-by: mcimadamore
Thu, 09 Oct 2008 11:13:34 -0700 Added tag jdk7-b37 for changeset 076a3cde30d5
xdono [Thu, 09 Oct 2008 11:13:34 -0700] rev 1354
Added tag jdk7-b37 for changeset 076a3cde30d5
Wed, 05 Jul 2017 16:42:31 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:31 +0200] rev 1353
Merge
Thu, 09 Oct 2008 11:13:18 -0700 Added tag jdk7-b37 for changeset 4c4fb0aeb1fc
xdono [Thu, 09 Oct 2008 11:13:18 -0700] rev 1352
Added tag jdk7-b37 for changeset 4c4fb0aeb1fc
Wed, 05 Jul 2017 16:42:29 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:29 +0200] rev 1351
Merge
Thu, 09 Oct 2008 11:13:16 -0700 Added tag jdk7-b37 for changeset e665a277bfd2
xdono [Thu, 09 Oct 2008 11:13:16 -0700] rev 1350
Added tag jdk7-b37 for changeset e665a277bfd2
Wed, 05 Jul 2017 16:42:26 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:26 +0200] rev 1349
Merge
Thu, 16 Oct 2008 10:29:41 -0700 Merge
xdono [Thu, 16 Oct 2008 10:29:41 -0700] rev 1348
Merge
Wed, 15 Oct 2008 21:24:26 -0700 6759959: VS2008 errors compiling corba sources
tbell [Wed, 15 Oct 2008 21:24:26 -0700] rev 1347
6759959: VS2008 errors compiling corba sources Summary: Update Makefiles to deal with newer Visual Studio releases Reviewed-by: ohair
Thu, 09 Oct 2008 11:13:08 -0700 Added tag jdk7-b37 for changeset 7ffc53470502
xdono [Thu, 09 Oct 2008 11:13:08 -0700] rev 1346
Added tag jdk7-b37 for changeset 7ffc53470502
Wed, 05 Jul 2017 16:42:23 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:23 +0200] rev 1345
Merge
Fri, 17 Oct 2008 08:41:15 -0700 Merge
tbell [Fri, 17 Oct 2008 08:41:15 -0700] rev 1344
Merge
Tue, 14 Oct 2008 13:02:30 -0700 6758881: (launcher) needs to throw NoClassDefFoundError instead of JavaRuntimeException
ksrini [Tue, 14 Oct 2008 13:02:30 -0700] rev 1343
6758881: (launcher) needs to throw NoClassDefFoundError instead of JavaRuntimeException Summary: The launcher will throw the Error vs. Exception, also fixed some minor issues with the tests. Reviewed-by: darcy
Fri, 10 Oct 2008 13:28:14 -0700 Merge
tbell [Fri, 10 Oct 2008 13:28:14 -0700] rev 1342
Merge
Mon, 06 Oct 2008 09:17:35 -0700 Merge
wetmore [Mon, 06 Oct 2008 09:17:35 -0700] rev 1341
Merge
Fri, 26 Sep 2008 11:24:04 +0100 6752807: java.net test ADatagramSocket.sh is broken
chegar [Fri, 26 Sep 2008 11:24:04 +0100] rev 1340
6752807: java.net test ADatagramSocket.sh is broken Summary: update bootclasspath set by test to simply prepend TESTCLASSES Reviewed-by: michaelm
Wed, 24 Sep 2008 17:10:17 +0100 6621697: Problem with file test/sun/net/www/http/ChunkedInputStream/test.txt
chegar [Wed, 24 Sep 2008 17:10:17 +0100] rev 1339
6621697: Problem with file test/sun/net/www/http/ChunkedInputStream/test.txt Reviewed-by: michaelm
Mon, 22 Sep 2008 11:26:17 -0400 Merge
mullan [Mon, 22 Sep 2008 11:26:17 -0400] rev 1338
Merge
Mon, 22 Sep 2008 10:43:17 -0400 6469266: Integrate Apache XMLSec 1.4.2 into JDK 7
mullan [Mon, 22 Sep 2008 10:43:17 -0400] rev 1337
6469266: Integrate Apache XMLSec 1.4.2 into JDK 7 Reviewed-by: valeriep
Mon, 22 Sep 2008 16:05:18 +0100 Merge
michaelm [Mon, 22 Sep 2008 16:05:18 +0100] rev 1336
Merge
Mon, 22 Sep 2008 15:53:58 +0100 6739920: java 6u4~ use larger C heap if there are many threads
michaelm [Mon, 22 Sep 2008 15:53:58 +0100] rev 1335
6739920: java 6u4~ use larger C heap if there are many threads Reviewed-by: chegar
Fri, 19 Sep 2008 15:14:53 +0100 6746836: java.net exception classes don't specify serialVersionUID
chegar [Fri, 19 Sep 2008 15:14:53 +0100] rev 1334
6746836: java.net exception classes don't specify serialVersionUID Reviewed-by: alanb, jccollet
Fri, 19 Sep 2008 14:03:04 +0100 Merge
michaelm [Fri, 19 Sep 2008 14:03:04 +0100] rev 1333
Merge
Fri, 19 Sep 2008 13:32:36 +0100 6750364: Error in test for 6744329
michaelm [Fri, 19 Sep 2008 13:32:36 +0100] rev 1332
6750364: Error in test for 6744329 Reviewed-by: chegar
Sun, 05 Oct 2008 18:53:03 -0700 6755847: (launcher) will trigger assertions in debug build
ksrini [Sun, 05 Oct 2008 18:53:03 -0700] rev 1331
6755847: (launcher) will trigger assertions in debug build Summary: Adds a temporary counter measure to to prevent assertions CR: 6755845 Reviewed-by: darcy, dholmes
Sat, 04 Oct 2008 22:57:59 -0700 Merge
tbell [Sat, 04 Oct 2008 22:57:59 -0700] rev 1330
Merge
Wed, 01 Oct 2008 09:04:42 -0700 4459600: java -jar fails to run Main-Class if classname followed by whitespace.
ksrini [Wed, 01 Oct 2008 09:04:42 -0700] rev 1329
4459600: java -jar fails to run Main-Class if classname followed by whitespace. Summary: Fixed whitespace trimming in the manifest as well as post review comments on CR: 6742159 Reviewed-by: darcy, dholmes
Fri, 03 Oct 2008 09:36:05 -0700 Merge
mchung [Fri, 03 Oct 2008 09:36:05 -0700] rev 1328
Merge
Thu, 02 Oct 2008 16:50:41 -0700 6581243: Service Tag and Product Registration Support in JDK 7
mchung [Thu, 02 Oct 2008 16:50:41 -0700] rev 1327
6581243: Service Tag and Product Registration Support in JDK 7 Summary: Include service tag creation and product registration support in JDK Reviewed-by: ksrini
Thu, 02 Oct 2008 18:23:23 -0700 6751643: ThreadReference.ownedMonitors() can return null
jjh [Thu, 02 Oct 2008 18:23:23 -0700] rev 1326
6751643: ThreadReference.ownedMonitors() can return null Summary: Make a local copy of the cache so it doesn't get modified by a racy resume Reviewed-by: dcubed, swamyv
Sat, 04 Oct 2008 22:48:54 -0700 Merge
tbell [Sat, 04 Oct 2008 22:48:54 -0700] rev 1325
Merge
Mon, 29 Sep 2008 22:10:00 -0700 Merge
tbell [Mon, 29 Sep 2008 22:10:00 -0700] rev 1324
Merge
Wed, 24 Sep 2008 15:07:41 -0700 6742159: (launcher) improve the java launching mechanism
ksrini [Wed, 24 Sep 2008 15:07:41 -0700] rev 1323
6742159: (launcher) improve the java launching mechanism Summary: improves launching, also addresses 6694671 and 6749732 Reviewed-by: darcy, dholmes
Wed, 24 Sep 2008 15:19:07 +0200 6750935: The expected NotCompliantMBeanException is not thrown for the custom MXBeanMappingFactory
emcmanus [Wed, 24 Sep 2008 15:19:07 +0200] rev 1322
6750935: The expected NotCompliantMBeanException is not thrown for the custom MXBeanMappingFactory 6751872: MXBeanMappingFactory example says "implements" when it should be "extends" Reviewed-by: dfuchs
Wed, 24 Sep 2008 05:59:26 -0700 Merge
chegar [Wed, 24 Sep 2008 05:59:26 -0700] rev 1321
Merge
Wed, 24 Sep 2008 05:35:31 -0700 6749308: java.io, java.lang, java.util exception classes don't specify serialVersionUID
chegar [Wed, 24 Sep 2008 05:35:31 -0700] rev 1320
6749308: java.io, java.lang, java.util exception classes don't specify serialVersionUID Reviewed-by: alanb
(0) -1000 -120 +120 +1000 +3000 +10000 +30000 tip