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
Mon, 13 Oct 2008 17:13:29 -0700 Merge
lana [Mon, 13 Oct 2008 17:13:29 -0700] rev 1319
Merge
Wed, 24 Sep 2008 08:14:37 -0700 Merge
lana [Wed, 24 Sep 2008 08:14:37 -0700] rev 1318
Merge
Wed, 10 Sep 2008 19:16:14 +0400 6587742: filling half of a JSlider's track is no longer optional
rupashka [Wed, 10 Sep 2008 19:16:14 +0400] rev 1317
6587742: filling half of a JSlider's track is no longer optional Summary: now OceanTheme uses the JSlider.isFilled property like other themes Reviewed-by: alexp
Mon, 08 Sep 2008 17:35:07 +0900 6730743: (tz) Support tzdata2008e
peytoia [Mon, 08 Sep 2008 17:35:07 +0900] rev 1316
6730743: (tz) Support tzdata2008e Reviewed-by: okutsu
Mon, 08 Sep 2008 15:21:55 +0900 6466476: (tz) Introduction of tzdata2005r can introduce incompatility issues with some JDK1.1 3-letter TZ Ids
peytoia [Mon, 08 Sep 2008 15:21:55 +0900] rev 1315
6466476: (tz) Introduction of tzdata2005r can introduce incompatility issues with some JDK1.1 3-letter TZ Ids Reviewed-by: okutsu
Mon, 08 Sep 2008 14:48:14 +0900 6650748: (tz) Java runtime doesn't detect VET time zone correctly on Windows
peytoia [Mon, 08 Sep 2008 14:48:14 +0900] rev 1314
6650748: (tz) Java runtime doesn't detect VET time zone correctly on Windows Reviewed-by: okutsu
Mon, 08 Sep 2008 14:31:08 +0900 4823811: [Fmt-Da] SimpleDateFormat patterns don't allow embedding of some literal punctuation
peytoia [Mon, 08 Sep 2008 14:31:08 +0900] rev 1313
4823811: [Fmt-Da] SimpleDateFormat patterns don't allow embedding of some literal punctuation Reviewed-by: okutsu
Mon, 08 Sep 2008 13:31:45 +0900 6645292: [Fmt-Da] Timezone Western Summer Time (Australia) is parsed incorrectly
peytoia [Mon, 08 Sep 2008 13:31:45 +0900] rev 1312
6645292: [Fmt-Da] Timezone Western Summer Time (Australia) is parsed incorrectly Reviewed-by: okutsu
Mon, 08 Sep 2008 11:49:49 +0900 6607310: InputContext may cause loading of swing classes even for non-Swing applets
peytoia [Mon, 08 Sep 2008 11:49:49 +0900] rev 1311
6607310: InputContext may cause loading of swing classes even for non-Swing applets Reviewed-by: okutsu
Mon, 08 Sep 2008 10:44:57 +0900 6665028: native code of method j*.text.Bidi.nativeBidiChars is using the contents of a primitive array direct
peytoia [Mon, 08 Sep 2008 10:44:57 +0900] rev 1310
6665028: native code of method j*.text.Bidi.nativeBidiChars is using the contents of a primitive array direct Reviewed-by: okutsu
Thu, 04 Sep 2008 15:15:24 +0400 6278700: JSlider created with BoundedRangeModel fires twice when changed
rupashka [Thu, 04 Sep 2008 15:15:24 +0400] rev 1309
6278700: JSlider created with BoundedRangeModel fires twice when changed Summary: Removed second registration of listener Reviewed-by: peterz
Wed, 03 Sep 2008 21:00:04 +0400 6397609: DOC: De-register API required for PropertyEditorManager and/or doc change
malenkov [Wed, 03 Sep 2008 21:00:04 +0400] rev 1308
6397609: DOC: De-register API required for PropertyEditorManager and/or doc change Reviewed-by: peterz, rupashka
Mon, 01 Sep 2008 17:36:57 +0400 5026703: RFE: DOC: Are PropertyChangeSupport & VetoableChangeSupport Thread-Safe? --Docs Should Say
malenkov [Mon, 01 Sep 2008 17:36:57 +0400] rev 1307
5026703: RFE: DOC: Are PropertyChangeSupport & VetoableChangeSupport Thread-Safe? --Docs Should Say Reviewed-by: peterz, rupashka
Mon, 01 Sep 2008 15:21:46 +0400 5062055: JEditorPane HTML: HR-tag with attribute size=1px causes NumberFormatException
peterz [Mon, 01 Sep 2008 15:21:46 +0400] rev 1306
5062055: JEditorPane HTML: HR-tag with attribute size=1px causes NumberFormatException Summary: Wrapped parseInt() with try/catch Reviewed-by: gsm
Sat, 30 Aug 2008 17:29:59 +0400 6554743: JFileChooser dn't close after pressing escape key after changing the views
rupashka [Sat, 30 Aug 2008 17:29:59 +0400] rev 1305
6554743: JFileChooser dn't close after pressing escape key after changing the views Summary: Restore focus after changing the views in JFileChooser Reviewed-by: loneid
Fri, 29 Aug 2008 18:58:17 +0400 6742358: MetalSliderUI paint wrong vertical disabled filled JSlider for DefaultMetalTheme
rupashka [Fri, 29 Aug 2008 18:58:17 +0400] rev 1304
6742358: MetalSliderUI paint wrong vertical disabled filled JSlider for DefaultMetalTheme Summary: Corrected the method MetalSliderUI.paintTrack Reviewed-by: malenkov
Fri, 29 Aug 2008 13:23:55 +0400 6742490: JSlider tests are located in JFileChooser directory
rupashka [Fri, 29 Aug 2008 13:23:55 +0400] rev 1303
6742490: JSlider tests are located in JFileChooser directory Summary: Tests were moved to appropriate folder Reviewed-by: peterz
Wed, 27 Aug 2008 20:49:35 +0400 6351074: JFileChooser removes leading space in filename
rupashka [Wed, 27 Aug 2008 20:49:35 +0400] rev 1302
6351074: JFileChooser removes leading space in filename Summary: Removed trimming of leading spaces in filename Reviewed-by: alexp
Tue, 26 Aug 2008 15:12:54 +0400 6727662: Code improvement and warnings removing from swing packages
rupashka [Tue, 26 Aug 2008 15:12:54 +0400] rev 1301
6727662: Code improvement and warnings removing from swing packages Summary: Removed unnecessary castings and other warnings Reviewed-by: malenkov
Tue, 26 Aug 2008 12:16:23 +0400 6736649: test/closed/javax/swing/JMenuItem/6458123/ManualBug6458123.java fails on Linux
mlapshin [Tue, 26 Aug 2008 12:16:23 +0400] rev 1300
6736649: test/closed/javax/swing/JMenuItem/6458123/ManualBug6458123.java fails on Linux Summary: Now text bearings are taken into account when labelRect width is calculated Reviewed-by: alexp
Tue, 12 Aug 2008 17:59:58 -0700 Merge
lana [Tue, 12 Aug 2008 17:59:58 -0700] rev 1299
Merge
Tue, 12 Aug 2008 12:52:10 +0400 6735918: test/closed/javax/swing/JMenuItem/6458123/bug6458123.java fails on Linux
mlapshin [Tue, 12 Aug 2008 12:52:10 +0400] rev 1298
6735918: test/closed/javax/swing/JMenuItem/6458123/bug6458123.java fails on Linux Summary: All the bearings-related code is removed from MenuItemLayoutHelper class Reviewed-by: alexp
Mon, 11 Aug 2008 16:49:46 +0400 6579243: Windows, GTK: Internal frame title is drawn wrong if the frame has RTL orientation
mlapshin [Mon, 11 Aug 2008 16:49:46 +0400] rev 1297
6579243: Windows, GTK: Internal frame title is drawn wrong if the frame has RTL orientation Summary: Added right-to-left code branches to WindowsInternalFrameTitlePane and Metacity classes Reviewed-by: alexp
Mon, 11 Aug 2008 16:39:17 +0400 6604281: NimbusL&F :Regression in Focus traversal in JFileChooser in pit build.
rupashka [Mon, 11 Aug 2008 16:39:17 +0400] rev 1296
6604281: NimbusL&F :Regression in Focus traversal in JFileChooser in pit build. Summary: Fixed calculation of preferred size in SynthButtonUI Reviewed-by: loneid, peterz
Fri, 08 Aug 2008 20:49:26 +0400 6584657: GTK Look and Feel: Bugs in menu item layout
mlapshin [Fri, 08 Aug 2008 20:49:26 +0400] rev 1295
6584657: GTK Look and Feel: Bugs in menu item layout Reviewed-by: peterz, alexp
Fri, 25 Jul 2008 14:26:27 -0400 6699328: NullPointerException in EventQueue.dispatchEvent when applet is closed, only reprise/scenario applet
idk [Fri, 25 Jul 2008 14:26:27 -0400] rev 1294
6699328: NullPointerException in EventQueue.dispatchEvent when applet is closed, only reprise/scenario applet Reviewed-by: bchristi
Fri, 25 Jul 2008 14:13:59 -0400 6638195: need API for EventQueueDelegate
idk [Fri, 25 Jul 2008 14:13:59 -0400] rev 1293
6638195: need API for EventQueueDelegate Reviewed-by: bchristi
Fri, 25 Jul 2008 21:00:05 +0400 6630275: The spec on VetoableChangeSupport.fireVetoableChange should be updated
malenkov [Fri, 25 Jul 2008 21:00:05 +0400] rev 1292
6630275: The spec on VetoableChangeSupport.fireVetoableChange should be updated Reviewed-by: peterz, rupashka
Fri, 25 Jul 2008 11:32:12 -0400 6608456: need API to define RepaintManager per components hierarchy
idk [Fri, 25 Jul 2008 11:32:12 -0400] rev 1291
6608456: need API to define RepaintManager per components hierarchy Reviewed-by: alexp
Fri, 25 Jul 2008 17:50:36 +0400 6727661: Code improvement and warnings removing from the swing/plaf packages
rupashka [Fri, 25 Jul 2008 17:50:36 +0400] rev 1290
6727661: Code improvement and warnings removing from the swing/plaf packages Summary: Removed unnecessary castings and other warnings Reviewed-by: alexp Contributed-by: Florian Brunner <fbrunnerlist@gmx.ch>
Fri, 25 Jul 2008 14:14:30 +0400 6727829: BasicLabelUI rendering fails if multiple AppContexts exist in same java JVM
mlapshin [Fri, 25 Jul 2008 14:14:30 +0400] rev 1289
6727829: BasicLabelUI rendering fails if multiple AppContexts exist in same java JVM Summary: Several private static variables made local Reviewed-by: alexp
Thu, 24 Jul 2008 17:30:59 +0400 6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true
malenkov [Thu, 24 Jul 2008 17:30:59 +0400] rev 1288
6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true Reviewed-by: peterz, rupashka
Thu, 24 Jul 2008 16:43:36 +0400 6722802: Code improvement and warnings removing from the javax.swing.text package
rupashka [Thu, 24 Jul 2008 16:43:36 +0400] rev 1287
6722802: Code improvement and warnings removing from the javax.swing.text package Summary: Removed unnecessary castings and other warnings Reviewed-by: peterz Contributed-by: Florian Brunner <fbrunnerlist@gmx.ch>
Thu, 24 Jul 2008 14:51:13 +0400 4778988: CompoundBorder.isBorderOpaque() has incorrect documentation.
malenkov [Thu, 24 Jul 2008 14:51:13 +0400] rev 1286
4778988: CompoundBorder.isBorderOpaque() has incorrect documentation. Reviewed-by: peterz, rupashka
Thu, 24 Jul 2008 14:34:02 +0400 6725409: Unable to localize JInternalFrame system menu during run-time
mlapshin [Thu, 24 Jul 2008 14:34:02 +0400] rev 1285
6725409: Unable to localize JInternalFrame system menu during run-time Summary: Use of the static final constants replaced by direct calls of UIManager.getString(). Reviewed-by: alexp
Mon, 21 Jul 2008 19:58:43 +0400 6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard
mlapshin [Mon, 21 Jul 2008 19:58:43 +0400] rev 1284
6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard Summary: JComboBox cell editor now hides if the same value is selected with keyboard Reviewed-by: peterz, alexp
Mon, 21 Jul 2008 10:21:42 -0400 6668281: NullPointerException in DefaultTableCellHeaderRenderer.getColumnSortOrder()
idk [Mon, 21 Jul 2008 10:21:42 -0400] rev 1283
6668281: NullPointerException in DefaultTableCellHeaderRenderer.getColumnSortOrder() Reviewed-by: alexp
Fri, 18 Jul 2008 18:26:22 +0400 6552812: Add HSL tab to JColorChooser
malenkov [Fri, 18 Jul 2008 18:26:22 +0400] rev 1282
6552812: Add HSL tab to JColorChooser Reviewed-by: peterz, avu
Wed, 09 Jul 2008 19:29:07 +0400 4994637: LTP: java.beans.java_util_Map_PersistenceDelegate: ConcurrentModificationException
malenkov [Wed, 09 Jul 2008 19:29:07 +0400] rev 1281
4994637: LTP: java.beans.java_util_Map_PersistenceDelegate: ConcurrentModificationException Reviewed-by: peterz, loneid
Wed, 09 Jul 2008 15:25:38 +0400 6351692: catch(Throwable) in java.beans.MetaData preventing thread shutdown
malenkov [Wed, 09 Jul 2008 15:25:38 +0400] rev 1280
6351692: catch(Throwable) in java.beans.MetaData preventing thread shutdown Reviewed-by: peterz, loneid
Tue, 08 Jul 2008 16:40:38 +0400 4916852: RFE: LTP: BorderLayout Persistence Delegate should use 1.5 API
malenkov [Tue, 08 Jul 2008 16:40:38 +0400] rev 1279
4916852: RFE: LTP: BorderLayout Persistence Delegate should use 1.5 API Reviewed-by: peterz, loneid
Tue, 08 Jul 2008 11:36:19 +0400 6635663: make/tools/AutoMulti/{AutoMulti,TestALFGenerator}.java still generate files with wrong legal notices
peterz [Tue, 08 Jul 2008 11:36:19 +0400] rev 1278
6635663: make/tools/AutoMulti/{AutoMulti,TestALFGenerator}.java still generate files with wrong legal notices Summary: Removed unused files Reviewed-by: ohair
Mon, 07 Jul 2008 16:56:23 +0400 6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized
mlapshin [Mon, 07 Jul 2008 16:56:23 +0400] rev 1277
6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized Summary: Now BasicInternalFrameUI and BasicDesktopIconUI both recalculate frame icon position Reviewed-by: peterz
Wed, 02 Jul 2008 18:17:56 +0400 6618401: Input method cannot be selected from System menu
mlapshin [Wed, 02 Jul 2008 18:17:56 +0400] rev 1276
6618401: Input method cannot be selected from System menu Summary: lock.wait() added in sun.awt.im.InputMethodManager.showInputMethodMenuOnRequesterEDT() Reviewed-by: alexp
Thu, 26 Jun 2008 15:39:12 +0400 6718965: Swing color chooser tests should be open source
malenkov [Thu, 26 Jun 2008 15:39:12 +0400] rev 1275
6718965: Swing color chooser tests should be open source Reviewed-by: peterz
Thu, 26 Jun 2008 15:11:04 +0400 6718964: Swing border tests should be open source
malenkov [Thu, 26 Jun 2008 15:11:04 +0400] rev 1274
6718964: Swing border tests should be open source Reviewed-by: peterz
Mon, 23 Jun 2008 15:21:37 -0400 6623943: javax.swing.TimerQueue's thread occasionally fails to start
idk [Mon, 23 Jun 2008 15:21:37 -0400] rev 1273
6623943: javax.swing.TimerQueue's thread occasionally fails to start Reviewed-by: alexp
Thu, 19 Jun 2008 18:03:43 +0400 4114658: DOC: Unspecified behaviour for java.beans.PropertyEditorSupport
malenkov [Thu, 19 Jun 2008 18:03:43 +0400] rev 1272
4114658: DOC: Unspecified behaviour for java.beans.PropertyEditorSupport Reviewed-by: peterz, loneid
Thu, 09 Oct 2008 11:13:24 -0700 Added tag jdk7-b37 for changeset b4c26443dee5
xdono [Thu, 09 Oct 2008 11:13:24 -0700] rev 1271
Added tag jdk7-b37 for changeset b4c26443dee5
Wed, 05 Jul 2017 16:42:11 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:11 +0200] rev 1270
Merge
Thu, 09 Oct 2008 11:13:12 -0700 Added tag jdk7-b37 for changeset 5eb97f366a6a
xdono [Thu, 09 Oct 2008 11:13:12 -0700] rev 1269
Added tag jdk7-b37 for changeset 5eb97f366a6a
Thu, 09 Oct 2008 11:13:07 -0700 Added tag jdk7-b37 for changeset 00ad557cab71
xdono [Thu, 09 Oct 2008 11:13:07 -0700] rev 1268
Added tag jdk7-b37 for changeset 00ad557cab71
Wed, 05 Jul 2017 16:42:04 +0200 Added tag jdk7-b37 for changeset c2036bf76829
duke [Wed, 05 Jul 2017 16:42:04 +0200] rev 1267
Added tag jdk7-b37 for changeset c2036bf76829
Wed, 05 Jul 2017 16:42:03 +0200 Merge jdk7-b37
duke [Wed, 05 Jul 2017 16:42:03 +0200] rev 1266
Merge
Wed, 05 Jul 2017 16:42:01 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:01 +0200] rev 1265
Merge
Thu, 02 Oct 2008 19:58:40 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:40 -0700] rev 1264
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Fri, 26 Sep 2008 15:32:47 -0700 Merge
tbell [Fri, 26 Sep 2008 15:32:47 -0700] rev 1263
Merge
Thu, 18 Sep 2008 18:39:44 -0700 6744408: Extra ouput is appearing in stderr
jjg [Thu, 18 Sep 2008 18:39:44 -0700] rev 1262
6744408: Extra ouput is appearing in stderr Reviewed-by: bpatel
Thu, 18 Sep 2008 13:47:43 -0700 6728697: tools/javac/versionOpt.sh fails on OpenJDK builds
jjg [Thu, 18 Sep 2008 13:47:43 -0700] rev 1261
6728697: tools/javac/versionOpt.sh fails on OpenJDK builds Reviewed-by: darcy
Tue, 16 Sep 2008 18:35:18 -0700 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
jjg [Tue, 16 Sep 2008 18:35:18 -0700] rev 1260
6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes Reviewed-by: darcy, mcimadamore
Fri, 12 Sep 2008 23:32:51 -0700 Merge
tbell [Fri, 12 Sep 2008 23:32:51 -0700] rev 1259
Merge
Tue, 09 Sep 2008 10:40:50 -0700 6724118: change JavaCompiler to not use Scanner directly
jjg [Tue, 09 Sep 2008 10:40:50 -0700] rev 1258
6724118: change JavaCompiler to not use Scanner directly 6736119: refactor Parser and Parser.Factory Reviewed-by: mcimadamore
Tue, 09 Sep 2008 10:28:21 -0700 6557752: Original type of an AST should be made available even if it is replaced with an ErrorType
jjg [Tue, 09 Sep 2008 10:28:21 -0700] rev 1257
6557752: Original type of an AST should be made available even if it is replaced with an ErrorType Reviewed-by: mcimadamore
Thu, 25 Sep 2008 12:54:13 -0700 Added tag jdk7-b36 for changeset 7798f9e88bf9
xdono [Thu, 25 Sep 2008 12:54:13 -0700] rev 1256
Added tag jdk7-b36 for changeset 7798f9e88bf9
Wed, 05 Jul 2017 16:41:58 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:58 +0200] rev 1255
Merge
Thu, 25 Sep 2008 12:54:00 -0700 Added tag jdk7-b36 for changeset 5a725d2f0daa
xdono [Thu, 25 Sep 2008 12:54:00 -0700] rev 1254
Added tag jdk7-b36 for changeset 5a725d2f0daa
Wed, 05 Jul 2017 16:41:55 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:55 +0200] rev 1253
Merge
Thu, 25 Sep 2008 12:53:59 -0700 Added tag jdk7-b36 for changeset 3ebe122b58a9
xdono [Thu, 25 Sep 2008 12:53:59 -0700] rev 1252
Added tag jdk7-b36 for changeset 3ebe122b58a9
Wed, 05 Jul 2017 16:41:53 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:53 +0200] rev 1251
Merge
Thu, 02 Oct 2008 19:58:15 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:15 -0700] rev 1250
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Thu, 25 Sep 2008 12:53:52 -0700 Added tag jdk7-b36 for changeset 1e2b0dc294fd
xdono [Thu, 25 Sep 2008 12:53:52 -0700] rev 1249
Added tag jdk7-b36 for changeset 1e2b0dc294fd
Wed, 05 Jul 2017 16:41:50 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:50 +0200] rev 1248
Merge
Thu, 02 Oct 2008 19:58:32 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:32 -0700] rev 1247
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Fri, 26 Sep 2008 15:31:37 -0700 Merge
tbell [Fri, 26 Sep 2008 15:31:37 -0700] rev 1246
Merge
Mon, 22 Sep 2008 22:37:31 -0700 Merge
tbell [Mon, 22 Sep 2008 22:37:31 -0700] rev 1245
Merge
Mon, 22 Sep 2008 19:20:08 -0700 6263966: TEST: com/sun/jdi/ClassesByName2Test.java has a race
jjh [Mon, 22 Sep 2008 19:20:08 -0700] rev 1244
6263966: TEST: com/sun/jdi/ClassesByName2Test.java has a race Summary: Have the debuggee stop at a bkpt instead of running to completion. Reviewed-by: tbell
Mon, 22 Sep 2008 15:43:12 +0200 6697180: JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen
sjiang [Mon, 22 Sep 2008 15:43:12 +0200] rev 1243
6697180: JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen Reviewed-by: emcmanus
Thu, 18 Sep 2008 00:39:50 -0700 Merge
wetmore [Thu, 18 Sep 2008 00:39:50 -0700] rev 1242
Merge
Tue, 16 Sep 2008 00:34:49 -0700 Merge
wetmore [Tue, 16 Sep 2008 00:34:49 -0700] rev 1241
Merge
Mon, 15 Sep 2008 00:41:02 -0700 Merge
wetmore [Mon, 15 Sep 2008 00:41:02 -0700] rev 1240
Merge
Thu, 11 Sep 2008 18:13:51 -0400 Merge
mullan [Thu, 11 Sep 2008 18:13:51 -0400] rev 1239
Merge
Thu, 11 Sep 2008 14:05:16 -0400 6465942: Add problem identification facility to the CertPathValidator framework
mullan [Thu, 11 Sep 2008 14:05:16 -0400] rev 1238
6465942: Add problem identification facility to the CertPathValidator framework Summary: Add support to the java.security.cert APIs for determining the reason that a certification path is invalid. Reviewed-by: vinnie
Thu, 11 Sep 2008 17:46:53 +0100 6744329: Exception in light weight http server code
michaelm [Thu, 11 Sep 2008 17:46:53 +0100] rev 1237
6744329: Exception in light weight http server code Reviewed-by: chegar
Mon, 08 Sep 2008 14:17:22 +0800 6740833: krb5.conf does not accept kdc=hostname (no spaces around =)
weijun [Mon, 08 Sep 2008 14:17:22 +0800] rev 1236
6740833: krb5.conf does not accept kdc=hostname (no spaces around =) Reviewed-by: xuelei
Fri, 05 Sep 2008 00:43:26 -0700 Merge
wetmore [Fri, 05 Sep 2008 00:43:26 -0700] rev 1235
Merge
Thu, 04 Sep 2008 15:26:53 +0200 6692802: HttpCookie needs to support HttpOnly attribute
jccollet [Thu, 04 Sep 2008 15:26:53 +0200] rev 1234
6692802: HttpCookie needs to support HttpOnly attribute Summary: Added HttpOnly tag support to HttpCookie class. Reviewed-by: chegar, michaelm
Wed, 17 Sep 2008 13:40:40 +0200 6748745: JConsole: plotters don't resize well when the window is resized
dfuchs [Wed, 17 Sep 2008 13:40:40 +0200] rev 1233
6748745: JConsole: plotters don't resize well when the window is resized Summary: part of the fix was contributed by jfdenise Reviewed-by: jfdenise
Fri, 12 Sep 2008 23:31:43 -0700 Merge
tbell [Fri, 12 Sep 2008 23:31:43 -0700] rev 1232
Merge
Fri, 12 Sep 2008 19:06:38 +0200 6747983: jmx namespace: unspecified self-link detection logic
dfuchs [Fri, 12 Sep 2008 19:06:38 +0200] rev 1231
6747983: jmx namespace: unspecified self-link detection logic Reviewed-by: emcmanus
Fri, 12 Sep 2008 17:58:15 +0200 6747899: jmx namespaces: hooks for permission checks should be defined in HandlerInterceptor
dfuchs [Fri, 12 Sep 2008 17:58:15 +0200] rev 1230
6747899: jmx namespaces: hooks for permission checks should be defined in HandlerInterceptor Reviewed-by: emcmanus
Fri, 12 Sep 2008 15:17:52 +0200 6747411: EventClient causes thread leaks
emcmanus [Fri, 12 Sep 2008 15:17:52 +0200] rev 1229
6747411: EventClient causes thread leaks Summary: Reworked thread management in EventClient and related classes. Reviewed-by: sjiang, dfuchs
Thu, 11 Sep 2008 14:58:57 -0700 6440786: Cannot create a ZIP file containing zero entries
bristor [Thu, 11 Sep 2008 14:58:57 -0700] rev 1228
6440786: Cannot create a ZIP file containing zero entries Summary: Allow reading and writing of ZIP files with zero entries. Reviewed-by: alanb
Wed, 10 Sep 2008 16:27:13 +0200 6746754: jmx namespace: test for leading separator missing
dfuchs [Wed, 10 Sep 2008 16:27:13 +0200] rev 1227
6746754: jmx namespace: test for leading separator missing 6669137: RFE: InstanceNotFoundException should have a constructor that takes an ObjectName 6746796: jmx namespaces: Several tests are missing an @bug or @run keyword Summary: Note on 6669137: first implementation of 6669137 was actually pushed with 5072476 - here we only have a small update and a test case. Also re-fixes 6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java which had failed. Reviewed-by: emcmanus, yjoan
Wed, 10 Sep 2008 14:56:57 +0200 6746759: Fix for 6734813 introduced build break
emcmanus [Wed, 10 Sep 2008 14:56:57 +0200] rev 1226
6746759: Fix for 6734813 introduced build break Reviewed-by: dfuchs
Wed, 10 Sep 2008 13:36:47 +0200 6734813: Provide a way to construct an ObjectName without checked exceptions
emcmanus [Wed, 10 Sep 2008 13:36:47 +0200] rev 1225
6734813: Provide a way to construct an ObjectName without checked exceptions 6746649: ObjectName constructors and methods declare unchecked exceptions in throws clauses Reviewed-by: dfuchs
Tue, 09 Sep 2008 15:20:07 -0700 6733145: (bf) CharBuffer.subSequence can be updated to take advantage of covariant returns
martin [Tue, 09 Sep 2008 15:20:07 -0700] rev 1224
6733145: (bf) CharBuffer.subSequence can be updated to take advantage of covariant returns Summary: Change return type to CharBuffer Reviewed-by: alanb
Tue, 09 Sep 2008 15:20:07 -0700 6728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBoundsException
martin [Tue, 09 Sep 2008 15:20:07 -0700] rev 1223
6728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBoundsException Summary: Major spec rework Reviewed-by: alanb
Tue, 09 Sep 2008 17:01:45 +0200 6745832: jmx namespaces: Some refactoring/commenting would improve code readability.
dfuchs [Tue, 09 Sep 2008 17:01:45 +0200] rev 1222
6745832: jmx namespaces: Some refactoring/commenting would improve code readability. Reviewed-by: emcmanus
Tue, 09 Sep 2008 14:57:30 +0200 6746196: Some JMX classes do not compile with Eclipse compiler
emcmanus [Tue, 09 Sep 2008 14:57:30 +0200] rev 1221
6746196: Some JMX classes do not compile with Eclipse compiler Reviewed-by: dfuchs Contributed-by: roman.kennke@aicas.com
Tue, 09 Sep 2008 14:17:29 +0200 6736611: [Evt Srv] EventSubscriber.unsubscribe removes other listeners
sjiang [Tue, 09 Sep 2008 14:17:29 +0200] rev 1220
6736611: [Evt Srv] EventSubscriber.unsubscribe removes other listeners Reviewed-by: emcmanus
Thu, 25 Sep 2008 12:54:05 -0700 Added tag jdk7-b36 for changeset 41afb8ee8f45
xdono [Thu, 25 Sep 2008 12:54:05 -0700] rev 1219
Added tag jdk7-b36 for changeset 41afb8ee8f45
Wed, 05 Jul 2017 16:41:44 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:44 +0200] rev 1218
Merge
Thu, 02 Oct 2008 19:58:19 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:19 -0700] rev 1217
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Thu, 25 Sep 2008 12:53:55 -0700 Added tag jdk7-b36 for changeset c347afc55218
xdono [Thu, 25 Sep 2008 12:53:55 -0700] rev 1216
Added tag jdk7-b36 for changeset c347afc55218
Thu, 02 Oct 2008 19:58:13 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:13 -0700] rev 1215
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Thu, 25 Sep 2008 12:53:51 -0700 Added tag jdk7-b36 for changeset 700ccd6abff4
xdono [Thu, 25 Sep 2008 12:53:51 -0700] rev 1214
Added tag jdk7-b36 for changeset 700ccd6abff4
Wed, 05 Jul 2017 16:41:36 +0200 Added tag jdk7-b36 for changeset d718a4419361
duke [Wed, 05 Jul 2017 16:41:36 +0200] rev 1213
Added tag jdk7-b36 for changeset d718a4419361
Wed, 05 Jul 2017 16:41:36 +0200 Merge jdk7-b36
duke [Wed, 05 Jul 2017 16:41:36 +0200] rev 1212
Merge
Wed, 05 Jul 2017 16:41:34 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:34 +0200] rev 1211
Merge
Fri, 12 Sep 2008 14:35:51 -0700 Merge
tbell [Fri, 12 Sep 2008 14:35:51 -0700] rev 1210
Merge
Thu, 04 Sep 2008 14:56:35 -0700 Merge
tbell [Thu, 04 Sep 2008 14:56:35 -0700] rev 1209
Merge
Wed, 03 Sep 2008 10:46:25 -0700 6743107: clean up use of static caches in file manager
jjg [Wed, 03 Sep 2008 10:46:25 -0700] rev 1208
6743107: clean up use of static caches in file manager Reviewed-by: mcimadamore
Sun, 31 Aug 2008 12:00:43 -0700 Merge
tbell [Sun, 31 Aug 2008 12:00:43 -0700] rev 1207
Merge
Fri, 29 Aug 2008 11:10:12 -0700 6597471: unused imports in javax.tools.JavaCompiler
jjg [Fri, 29 Aug 2008 11:10:12 -0700] rev 1206
6597471: unused imports in javax.tools.JavaCompiler 6597531: unused imports and unused private const. in com.sun.tools.javac.Server.java Reviewed-by: mcimadamore Contributed-by: davide.angelocola@gmail.com
Tue, 26 Aug 2008 14:52:59 -0700 6508981: cleanup file separator handling in JavacFileManager
jjg [Tue, 26 Aug 2008 14:52:59 -0700] rev 1205
6508981: cleanup file separator handling in JavacFileManager Reviewed-by: mcimadamore
Thu, 11 Sep 2008 11:26:00 -0700 Added tag jdk7-b35 for changeset 59749505f3e8
xdono [Thu, 11 Sep 2008 11:26:00 -0700] rev 1204
Added tag jdk7-b35 for changeset 59749505f3e8
Wed, 05 Jul 2017 16:41:30 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:30 +0200] rev 1203
Merge
Thu, 11 Sep 2008 11:25:48 -0700 Added tag jdk7-b35 for changeset a4639ed3162c
xdono [Thu, 11 Sep 2008 11:25:48 -0700] rev 1202
Added tag jdk7-b35 for changeset a4639ed3162c
Wed, 05 Jul 2017 16:41:28 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:28 +0200] rev 1201
Merge
Thu, 11 Sep 2008 11:25:47 -0700 Added tag jdk7-b35 for changeset 74058712101b
xdono [Thu, 11 Sep 2008 11:25:47 -0700] rev 1200
Added tag jdk7-b35 for changeset 74058712101b
Wed, 05 Jul 2017 16:41:25 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:25 +0200] rev 1199
Merge
Wed, 17 Sep 2008 13:45:16 -0700 Merge
xdono [Wed, 17 Sep 2008 13:45:16 -0700] rev 1198
Merge
Wed, 10 Sep 2008 10:03:15 -0700 Merge
xdono [Wed, 10 Sep 2008 10:03:15 -0700] rev 1197
Merge
Tue, 09 Sep 2008 15:46:54 -0700 6746424: Remove build dependency on findbugs and FINDBUGS_HOME
ohair [Tue, 09 Sep 2008 15:46:54 -0700] rev 1196
6746424: Remove build dependency on findbugs and FINDBUGS_HOME Reviewed-by: tbell
Thu, 11 Sep 2008 11:25:40 -0700 Added tag jdk7-b35 for changeset 2b8dd97d6682
xdono [Thu, 11 Sep 2008 11:25:40 -0700] rev 1195
Added tag jdk7-b35 for changeset 2b8dd97d6682
Wed, 05 Jul 2017 16:41:22 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:22 +0200] rev 1194
Merge
Fri, 19 Sep 2008 19:38:12 -0700 Merge
lana [Fri, 19 Sep 2008 19:38:12 -0700] rev 1193
Merge
Mon, 25 Aug 2008 13:58:15 -0700 Merge
lana [Mon, 25 Aug 2008 13:58:15 -0700] rev 1192
Merge
Mon, 25 Aug 2008 19:15:37 +0400 6737722: api/java_awt/TrayIcon/index.html#TrayIconHeadlessMode
dcherepanov [Mon, 25 Aug 2008 19:15:37 +0400] rev 1191
6737722: api/java_awt/TrayIcon/index.html#TrayIconHeadlessMode Summary: isSupported() should skip tray initialization in case of headless Reviewed-by: art, ant
Thu, 14 Aug 2008 12:58:51 +0400 6708392: Provide internal API to create OverrideRedirect windows, XToolkit
art [Thu, 14 Aug 2008 12:58:51 +0400] rev 1190
6708392: Provide internal API to create OverrideRedirect windows, XToolkit Summary: SunToolkit.setOverrideRedirect() method is introduced Reviewed-by: mlapshin, yan
Tue, 12 Aug 2008 12:00:46 +0400 6735584: XNETProtocol:setStateHelper() produces bad _NET_WM_STATE messages
art [Tue, 12 Aug 2008 12:00:46 +0400] rev 1189
6735584: XNETProtocol:setStateHelper() produces bad _NET_WM_STATE messages Reviewed-by: yan
Fri, 08 Aug 2008 03:32:34 -0700 Merge
yan [Fri, 08 Aug 2008 03:32:34 -0700] rev 1188
Merge
Tue, 05 Aug 2008 15:26:08 +0400 6454041: decimal separator munches the character standing at the right (sk keyboard)
yan [Tue, 05 Aug 2008 15:26:08 +0400] rev 1187
6454041: decimal separator munches the character standing at the right (sk keyboard) Summary: in a group of keysyms associated with a key, check for keypad-ness of more keysyms Reviewed-by: art
Fri, 25 Jul 2008 15:19:11 +0400 6235443: REG:Overlapping a swing app with an AWT app causes flickering in the background swing app on Windows
art [Fri, 25 Jul 2008 15:19:11 +0400] rev 1186
6235443: REG:Overlapping a swing app with an AWT app causes flickering in the background swing app on Windows Summary: AWT text area no longer uses LockWindowUpdate Reviewed-by: uta, dcherepanov
Tue, 08 Jul 2008 16:20:14 +0400 6723013: Incomplete push for 6693974
dav [Tue, 08 Jul 2008 16:20:14 +0400] rev 1185
6723013: Incomplete push for 6693974 Reviewed-by: art
(0) -1000 -224 +224 +1000 +3000 +10000 +30000 tip