Tue, 18 Mar 2014 09:03:28 +0100 8036703: Add trace event with statistics for the metaspace chunk free lists
ehelin [Tue, 18 Mar 2014 09:03:28 +0100] rev 23470
8036703: Add trace event with statistics for the metaspace chunk free lists Reviewed-by: stefank, mgerdin, coleenp, egahlin
Tue, 18 Mar 2014 08:00:21 +0100 8036701: Add trace event when a metaspace throws out of memory error
ehelin [Tue, 18 Mar 2014 08:00:21 +0100] rev 23469
8036701: Add trace event when a metaspace throws out of memory error Reviewed-by: stefank, mgerdin
Tue, 18 Mar 2014 07:00:06 +0100 8036699: Add trace event when a metaspace allocation fails
ehelin [Tue, 18 Mar 2014 07:00:06 +0100] rev 23468
8036699: Add trace event when a metaspace allocation fails Reviewed-by: jmasa, stefank
Tue, 18 Mar 2014 06:15:45 +0100 8037495: Remove platform specific specification of SurvivorRatio for BSD
brutisso [Tue, 18 Mar 2014 06:15:45 +0100] rev 23467
8037495: Remove platform specific specification of SurvivorRatio for BSD Reviewed-by: mgerdin, stefank
Mon, 17 Mar 2014 16:29:13 +0100 8037510: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
jwilhelm [Mon, 17 Mar 2014 16:29:13 +0100] rev 23466
8037510: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC Summary: Added tests for Min/MaxHeapFreeRatio flags Reviewed-by: jwilhelm, tschatzl Contributed-by: andrey.x.zakharov@oracle.com
Mon, 17 Mar 2014 20:59:19 +0100 8036698: Add trace event for updates to metaspace gc threshold
ehelin [Mon, 17 Mar 2014 20:59:19 +0100] rev 23465
8036698: Add trace event for updates to metaspace gc threshold Reviewed-by: stefank, mgerdin
Mon, 17 Mar 2014 17:31:46 +0100 8036696: Add metaspace gc threshold to metaspace summary trace event
ehelin [Mon, 17 Mar 2014 17:31:46 +0100] rev 23464
8036696: Add metaspace gc threshold to metaspace summary trace event Reviewed-by: jmasa, stefank, mgerdin
Mon, 17 Mar 2014 15:18:45 +0100 8036673: G1: Abort weak reference processing if mark stack overflows
pliden [Mon, 17 Mar 2014 15:18:45 +0100] rev 23463
8036673: G1: Abort weak reference processing if mark stack overflows Reviewed-by: brutisso, tschatzl
Mon, 17 Mar 2014 15:18:38 +0100 8036672: G1: alloc_purpose in copy_to_survivor_space() used incorrectly
pliden [Mon, 17 Mar 2014 15:18:38 +0100] rev 23462
8036672: G1: alloc_purpose in copy_to_survivor_space() used incorrectly Reviewed-by: brutisso, tschatzl
Mon, 17 Mar 2014 15:12:33 +0100 Merge
ehelin [Mon, 17 Mar 2014 15:12:33 +0100] rev 23461
Merge
Mon, 17 Mar 2014 14:54:12 +0100 Merge
ehelin [Mon, 17 Mar 2014 14:54:12 +0100] rev 23460
Merge
Mon, 17 Mar 2014 13:42:16 +0100 8037407: G1: Remove heapRegionSets.cpp
brutisso [Mon, 17 Mar 2014 13:42:16 +0100] rev 23459
8037407: G1: Remove heapRegionSets.cpp Reviewed-by: tschatzl, pliden
Mon, 17 Mar 2014 13:07:55 +0100 8036860: Pad and cache-align the BiasedMappedArray
tschatzl [Mon, 17 Mar 2014 13:07:55 +0100] rev 23458
8036860: Pad and cache-align the BiasedMappedArray Summary: Pad and cache-align BiasedMappedArray instances by default to avoid performance variability problems due to false sharing, as instances of this data structures are typically used for performance sensitive code. Reviewed-by: brutisso, stefank
Mon, 17 Mar 2014 10:07:51 +0100 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure
tschatzl [Mon, 17 Mar 2014 10:07:51 +0100] rev 23457
8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure Summary: Mentioned closures are actually wrapped methods. This adds confusion to readers, and in this case also increases code size as G1ParScanHeapEvacClosure is part of the oop_oop_iterate() methods. Move them into G1ParScanThreadState as methods. Reviewed-by: stefank
Mon, 17 Mar 2014 10:13:55 +0100 8034868: Extract G1 From Card Cache into separate class
tschatzl [Mon, 17 Mar 2014 10:13:55 +0100] rev 23456
8034868: Extract G1 From Card Cache into separate class Summary: Refactor the From Card Cache into a separate class. Reviewed-by: jmasa
Mon, 17 Mar 2014 10:13:42 +0100 8035654: Add times for evacuation failure handling in "Other" time
tschatzl [Mon, 17 Mar 2014 10:13:42 +0100] rev 23455
8035654: Add times for evacuation failure handling in "Other" time Summary: Detailed breakdown of time spent in the evacuation failure handling phases to make the "Other" time roughly correspond to the sum of its parts. Reviewed-by: jwilhelm, jmasa
Mon, 17 Mar 2014 10:13:27 +0100 8035398: Add card redirty time in "Other" time in G1
tschatzl [Mon, 17 Mar 2014 10:13:27 +0100] rev 23454
8035398: Add card redirty time in "Other" time in G1 Summary: Show the time taken by card redirtying during GC in a new "Redirty Cards" line. Reviewed-by: jwilhelm, brutisso
Mon, 17 Mar 2014 10:13:18 +0100 8027295: Free CSet takes ~50% of young pause time
tschatzl [Mon, 17 Mar 2014 10:13:18 +0100] rev 23453
8027295: Free CSet takes ~50% of young pause time Summary: Improve fast card cache iteration and avoid taking locks when freeing the collection set. Reviewed-by: brutisso
Mon, 17 Mar 2014 10:12:47 +0100 8035815: Cache-align and pad the from card cache
tschatzl [Mon, 17 Mar 2014 10:12:47 +0100] rev 23452
8035815: Cache-align and pad the from card cache Summary: The from card cache is a very frequently accessed data structure. It is essentially a 2d array of per-region values, one row of values for every GC thread. Pad and align the data structure to avoid false sharing. Reviewed-by: stefank
Mon, 17 Mar 2014 10:12:21 +0100 8035406: Improve data structure for Code Cache remembered sets
tschatzl [Mon, 17 Mar 2014 10:12:21 +0100] rev 23451
8035406: Improve data structure for Code Cache remembered sets Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time. Reviewed-by: mgerdin, brutisso
Fri, 14 Mar 2014 10:15:46 +0100 8034079: G1: Refactor the HeapRegionSet hierarchy
brutisso [Fri, 14 Mar 2014 10:15:46 +0100] rev 23450
8034079: G1: Refactor the HeapRegionSet hierarchy Reviewed-by: tschatzl, pliden
Wed, 19 Mar 2014 07:08:11 -0700 Merge
dcubed [Wed, 19 Mar 2014 07:08:11 -0700] rev 23449
Merge
Tue, 18 Mar 2014 13:45:27 -0400 8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array
coleenp [Tue, 18 Mar 2014 13:45:27 -0400] rev 23448
8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array Summary: Call ProtectionDomain constructor instead of making all fields null. Reviewed-by: fparain, zgu
Mon, 17 Mar 2014 19:29:29 -0700 6976636: JVM/TI test ex03t001 fails assertion
sspitsyn [Mon, 17 Mar 2014 19:29:29 -0700] rev 23447
6976636: JVM/TI test ex03t001 fails assertion Summary: Relax assert in the post_class_unload for the CMS case Reviewed-by: dcubed, dsamersoff Contributed-by: serguei.spitsyn@oracle.com
Mon, 17 Mar 2014 13:39:17 -0400 8025550: valgrind: Conditional jump depends on uninitialised value in Arena::set_size_in_bytes()
zgu [Mon, 17 Mar 2014 13:39:17 -0400] rev 23446
8025550: valgrind: Conditional jump depends on uninitialised value in Arena::set_size_in_bytes() Summary: Fixed initialized variable that could miscount arena memory Reviewed-by: coleenp, ccheung
Sat, 15 Mar 2014 04:03:42 -0700 Merge
dsamersoff [Sat, 15 Mar 2014 04:03:42 -0700] rev 23445
Merge
Fri, 14 Mar 2014 14:17:11 -0700 6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
minqi [Fri, 14 Mar 2014 14:17:11 -0700] rev 23444
6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell Summary: Under non-interactive shell, with -Xcheck:jni, check_signal_handler will print out Warning for SHURDOWN2_SIGNAL (SIGINT) which is replaced by non-interactive shell. Fix by supply more information of the replacement to user. Reviewed-by: acorn, dsamersoff Contributed-by: yumin.qi@oracle.com
Fri, 14 Mar 2014 12:02:54 +0000 8036128: Remove deprecated VM flag UseVMInterruptibleIO
fparain [Fri, 14 Mar 2014 12:02:54 +0000] rev 23443
8036128: Remove deprecated VM flag UseVMInterruptibleIO Reviewed-by: acorn, dholmes, dcubed, coleenp
Mon, 10 Mar 2014 14:50:20 -0400 8026154: [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java failed due to exception
mseledtsov [Mon, 10 Mar 2014 14:50:20 -0400] rev 23442
8026154: [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java failed due to exception Summary: Added statements in the tests to handle failures in sharing Reviewed-by: zgu, ctornqvi
Tue, 18 Mar 2014 14:07:38 -0700 8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
amurillo [Tue, 18 Mar 2014 14:07:38 -0700] rev 23441
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8 Reviewed-by: sla, dholmes
Wed, 02 Apr 2014 21:59:51 -0700 Added tag jdk9-b07 for changeset f00a1292f3ab
katleman [Wed, 02 Apr 2014 21:59:51 -0700] rev 23440
Added tag jdk9-b07 for changeset f00a1292f3ab
Fri, 11 Apr 2014 11:23:21 -0700 Merge
amurillo [Fri, 11 Apr 2014 11:23:21 -0700] rev 23439
Merge
Fri, 04 Apr 2014 10:22:59 -0700 Merge
amurillo [Fri, 04 Apr 2014 10:22:59 -0700] rev 23438
Merge
Wed, 02 Apr 2014 11:28:32 -0700 8036767: PPC64: Support for little endian execution model
kvn [Wed, 02 Apr 2014 11:28:32 -0700] rev 23437
8036767: PPC64: Support for little endian execution model Reviewed-by: ihse, erikj, simonis Contributed-by: asmundak@google.com
Fri, 11 Apr 2014 09:35:03 +0100 8039990: Add sequential operation support to hgforest
chegar [Fri, 11 Apr 2014 09:35:03 +0100] rev 23436
8039990: Add sequential operation support to hgforest Reviewed-by: mduigou
Thu, 10 Apr 2014 14:35:49 -0700 8039411: Enhance fixpath to allow environment variable assignments.
mduigou [Thu, 10 Apr 2014 14:35:49 -0700] rev 23435
8039411: Enhance fixpath to allow environment variable assignments. Reviewed-by: tbell, erikj
Wed, 09 Apr 2014 17:16:00 -0700 Merge
lana [Wed, 09 Apr 2014 17:16:00 -0700] rev 23434
Merge
Mon, 07 Apr 2014 10:59:50 +0200 8035134: JDK9 unix debug bundle manifest file list issue
erikj [Mon, 07 Apr 2014 10:59:50 +0200] rev 23433
8035134: JDK9 unix debug bundle manifest file list issue Reviewed-by: ihse
Fri, 04 Apr 2014 17:10:44 +0200 8039030: 9-dev windows-i586 build failed with mktemp: command not found
erikj [Fri, 04 Apr 2014 17:10:44 +0200] rev 23432
8039030: 9-dev windows-i586 build failed with mktemp: command not found Reviewed-by: alanb, katleman
Wed, 09 Apr 2014 09:19:42 -0700 Merge
lana [Wed, 09 Apr 2014 09:19:42 -0700] rev 23431
Merge
Tue, 01 Apr 2014 17:25:15 -0700 Merge
lana [Tue, 01 Apr 2014 17:25:15 -0700] rev 23430
Merge
Mon, 31 Mar 2014 22:30:11 +0200 8035751: Clean up Visual Studio detection logic
ihse [Mon, 31 Mar 2014 22:30:11 +0200] rev 23429
8035751: Clean up Visual Studio detection logic Reviewed-by: erikj, tbell
Fri, 28 Mar 2014 14:59:56 +0100 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj [Fri, 28 Mar 2014 14:59:56 +0100] rev 23428
8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris Reviewed-by: ihse
Wed, 26 Mar 2014 16:56:58 -0700 8038435: Some hgforest.sh commands don't receive parameters
mduigou [Wed, 26 Mar 2014 16:56:58 -0700] rev 23427
8038435: Some hgforest.sh commands don't receive parameters Reviewed-by: katleman
Tue, 25 Mar 2014 14:50:15 -0700 Merge
lana [Tue, 25 Mar 2014 14:50:15 -0700] rev 23426
Merge
Mon, 24 Mar 2014 15:40:29 -0700 8030681: add "serve" command and --quiet and --verbose options to hgforest
mduigou [Mon, 24 Mar 2014 15:40:29 -0700] rev 23425
8030681: add "serve" command and --quiet and --verbose options to hgforest Reviewed-by: ihse
Mon, 24 Mar 2014 10:15:52 +0100 8037298: Export HotSpots 'optimized' (i.e. not-product) configuration in the top-level configure/makefile
simonis [Mon, 24 Mar 2014 10:15:52 +0100] rev 23424
8037298: Export HotSpots 'optimized' (i.e. not-product) configuration in the top-level configure/makefile Reviewed-by: ihse
Fri, 21 Mar 2014 09:35:43 +0100 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
sla [Fri, 21 Mar 2014 09:35:43 +0100] rev 23423
8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries Reviewed-by: erikj, ihse
Wed, 02 Apr 2014 21:59:39 -0700 Added tag jdk9-b07 for changeset ed0f4bbe852d
katleman [Wed, 02 Apr 2014 21:59:39 -0700] rev 23422
Added tag jdk9-b07 for changeset ed0f4bbe852d
Wed, 05 Jul 2017 19:34:37 +0200 Added tag jdk9-b07 for changeset c826d05f1fb0
duke [Wed, 05 Jul 2017 19:34:37 +0200] rev 23421
Added tag jdk9-b07 for changeset c826d05f1fb0
Wed, 05 Jul 2017 19:34:36 +0200 Merge jdk9-b07
duke [Wed, 05 Jul 2017 19:34:36 +0200] rev 23420
Merge
Wed, 05 Jul 2017 19:34:33 +0200 Merge
duke [Wed, 05 Jul 2017 19:34:33 +0200] rev 23419
Merge
Thu, 27 Mar 2014 11:38:37 -0700 Added tag jdk9-b06 for changeset 3d574309a737
katleman [Thu, 27 Mar 2014 11:38:37 -0700] rev 23418
Added tag jdk9-b06 for changeset 3d574309a737
Wed, 05 Jul 2017 19:34:30 +0200 Merge
duke [Wed, 05 Jul 2017 19:34:30 +0200] rev 23417
Merge
Thu, 27 Mar 2014 11:38:28 -0700 Added tag jdk9-b06 for changeset a9ffadd3fb0c
katleman [Thu, 27 Mar 2014 11:38:28 -0700] rev 23416
Added tag jdk9-b06 for changeset a9ffadd3fb0c
Wed, 05 Jul 2017 19:34:27 +0200 Merge
duke [Wed, 05 Jul 2017 19:34:27 +0200] rev 23415
Merge
Thu, 27 Mar 2014 11:38:26 -0700 Added tag jdk9-b06 for changeset be22d398982c
katleman [Thu, 27 Mar 2014 11:38:26 -0700] rev 23414
Added tag jdk9-b06 for changeset be22d398982c
Wed, 05 Jul 2017 19:34:24 +0200 Merge
duke [Wed, 05 Jul 2017 19:34:24 +0200] rev 23413
Merge
Thu, 27 Mar 2014 11:38:41 -0700 Added tag jdk9-b06 for changeset 6bb719005d47
katleman [Thu, 27 Mar 2014 11:38:41 -0700] rev 23412
Added tag jdk9-b06 for changeset 6bb719005d47
Wed, 05 Jul 2017 19:34:21 +0200 Merge
duke [Wed, 05 Jul 2017 19:34:21 +0200] rev 23411
Merge
Thu, 27 Mar 2014 11:38:11 -0700 Added tag jdk9-b06 for changeset f789f6c4a87d
katleman [Thu, 27 Mar 2014 11:38:11 -0700] rev 23410
Added tag jdk9-b06 for changeset f789f6c4a87d
Wed, 05 Jul 2017 19:34:18 +0200 Merge
duke [Wed, 05 Jul 2017 19:34:18 +0200] rev 23409
Merge
Thu, 27 Mar 2014 11:38:30 -0700 Added tag jdk9-b06 for changeset be226ada3e9b
katleman [Thu, 27 Mar 2014 11:38:30 -0700] rev 23408
Added tag jdk9-b06 for changeset be226ada3e9b
Wed, 05 Jul 2017 19:34:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:34:15 +0200] rev 23407
Merge
Thu, 27 Mar 2014 11:38:17 -0700 Added tag jdk9-b06 for changeset 1725abff0290
katleman [Thu, 27 Mar 2014 11:38:17 -0700] rev 23406
Added tag jdk9-b06 for changeset 1725abff0290
Thu, 27 Mar 2014 11:38:09 -0700 Added tag jdk9-b06 for changeset 062ced780ca4
katleman [Thu, 27 Mar 2014 11:38:09 -0700] rev 23405
Added tag jdk9-b06 for changeset 062ced780ca4
Wed, 05 Jul 2017 19:34:05 +0200 Added tag jdk9-b06 for changeset 85dbdc227c5e
duke [Wed, 05 Jul 2017 19:34:05 +0200] rev 23404
Added tag jdk9-b06 for changeset 85dbdc227c5e
Wed, 05 Jul 2017 19:34:04 +0200 Merge jdk9-b06
duke [Wed, 05 Jul 2017 19:34:04 +0200] rev 23403
Merge
Wed, 05 Jul 2017 19:34:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:34:01 +0200] rev 23402
Merge
Tue, 25 Mar 2014 12:32:12 -0700 Merge
lana [Tue, 25 Mar 2014 12:32:12 -0700] rev 23401
Merge
Tue, 18 Mar 2014 17:46:44 -0700 Merge
lana [Tue, 18 Mar 2014 17:46:44 -0700] rev 23400
Merge
Tue, 18 Mar 2014 22:12:46 +0000 8036007: javac crashes when encountering an unresolvable interface
vromero [Tue, 18 Mar 2014 22:12:46 +0000] rev 23399
8036007: javac crashes when encountering an unresolvable interface Reviewed-by: vromero, jlahoda Contributed-by: paul.govereau@oracle.com
Mon, 17 Mar 2014 14:03:59 -0600 8034980: Fix @summary tag of test/tools/javac/parser/T4910483.java
dlsmith [Mon, 17 Mar 2014 14:03:59 -0600] rev 23398
8034980: Fix @summary tag of test/tools/javac/parser/T4910483.java Reviewed-by: vromero
Fri, 14 Mar 2014 15:35:13 -0400 8037420: Silent failures in Annotate.actualEnterTypeAnnotations
emc [Fri, 14 Mar 2014 15:35:13 -0400] rev 23397
8037420: Silent failures in Annotate.actualEnterTypeAnnotations Summary: Remove two silent failures Reviewed-by: jjg
Thu, 13 Mar 2014 20:13:43 +0000 8034924: Incorrect inheritance of inaccessible static method
vromero [Thu, 13 Mar 2014 20:13:43 +0000] rev 23396
8034924: Incorrect inheritance of inaccessible static method Reviewed-by: jjg, jlahoda
Thu, 13 Mar 2014 17:36:51 +0000 8034127: javac provide debug oriented toString() methods to InferenceContext and UndetVar
vromero [Thu, 13 Mar 2014 17:36:51 +0000] rev 23395
8034127: javac provide debug oriented toString() methods to InferenceContext and UndetVar Reviewed-by: jjg
Tue, 11 Mar 2014 17:52:45 -0700 8037120: Fix doclint warnings in javax.lang.model exception types
darcy [Tue, 11 Mar 2014 17:52:45 -0700] rev 23394
8037120: Fix doclint warnings in javax.lang.model exception types Reviewed-by: jjg
Fri, 07 Mar 2014 13:30:23 -0800 8036842: Remove unneeded/obsolete -source/-target options in javac tests, part 2
darcy [Fri, 07 Mar 2014 13:30:23 -0800] rev 23393
8036842: Remove unneeded/obsolete -source/-target options in javac tests, part 2 Reviewed-by: jjg, sogoel
Fri, 07 Mar 2014 13:35:56 +0100 8034854: outer_class_info_index of synthetic class is not zero
jlahoda [Fri, 07 Mar 2014 13:35:56 +0100] rev 23392
8034854: outer_class_info_index of synthetic class is not zero Summary: Auxiliary synthetic anonymous classes should not have an outer class specified in the InnerClasses attribute. Reviewed-by: vromero, jjg, abuckley
Thu, 06 Mar 2014 13:50:12 -0500 8034091: There is no records in LineNumberTable attribute for ternary operator ?: splitted to several lines.
pgovereau [Thu, 06 Mar 2014 13:50:12 -0500] rev 23391
8034091: There is no records in LineNumberTable attribute for ternary operator ?: splitted to several lines. Reviewed-by: jjg
Thu, 20 Mar 2014 13:44:52 -0700 Added tag jdk9-b05 for changeset a127d7bb1c30
katleman [Thu, 20 Mar 2014 13:44:52 -0700] rev 23390
Added tag jdk9-b05 for changeset a127d7bb1c30
Wed, 05 Jul 2017 19:33:55 +0200 Merge
duke [Wed, 05 Jul 2017 19:33:55 +0200] rev 23389
Merge
Tue, 25 Mar 2014 12:31:59 -0700 Merge
lana [Tue, 25 Mar 2014 12:31:59 -0700] rev 23388
Merge
Tue, 18 Mar 2014 19:00:07 -0700 Merge
lana [Tue, 18 Mar 2014 19:00:07 -0700] rev 23387
Merge
Fri, 07 Mar 2014 14:57:16 +0100 8036611: Cleanup of handling of properties and other java resources in the build
erikj [Fri, 07 Mar 2014 14:57:16 +0100] rev 23386
8036611: Cleanup of handling of properties and other java resources in the build Reviewed-by: tbell, ihse
Thu, 20 Mar 2014 13:44:13 -0700 Added tag jdk9-b05 for changeset 820ef263f93a
katleman [Thu, 20 Mar 2014 13:44:13 -0700] rev 23385
Added tag jdk9-b05 for changeset 820ef263f93a
Wed, 05 Jul 2017 19:33:51 +0200 Merge
duke [Wed, 05 Jul 2017 19:33:51 +0200] rev 23384
Merge
Tue, 25 Mar 2014 12:31:49 -0700 Merge
lana [Tue, 25 Mar 2014 12:31:49 -0700] rev 23383
Merge
Tue, 18 Mar 2014 17:46:11 -0700 Merge
lana [Tue, 18 Mar 2014 17:46:11 -0700] rev 23382
Merge
Fri, 07 Mar 2014 14:57:08 +0100 8036611: Cleanup of handling of properties and other java resources in the build
erikj [Fri, 07 Mar 2014 14:57:08 +0100] rev 23381
8036611: Cleanup of handling of properties and other java resources in the build Reviewed-by: tbell, ihse
Thu, 20 Mar 2014 13:44:11 -0700 Added tag jdk9-b05 for changeset be03513558fc
katleman [Thu, 20 Mar 2014 13:44:11 -0700] rev 23380
Added tag jdk9-b05 for changeset be03513558fc
Wed, 05 Jul 2017 19:33:46 +0200 Merge
duke [Wed, 05 Jul 2017 19:33:46 +0200] rev 23379
Merge
Tue, 25 Mar 2014 12:31:54 -0700 Merge
lana [Tue, 25 Mar 2014 12:31:54 -0700] rev 23378
Merge
Tue, 18 Mar 2014 17:49:48 -0700 Merge
lana [Tue, 18 Mar 2014 17:49:48 -0700] rev 23377
Merge
Mon, 17 Mar 2014 18:27:30 +0100 8037378: Write sanity tests for bytecode persistence feature
mnunez [Mon, 17 Mar 2014 18:27:30 +0100] rev 23376
8037378: Write sanity tests for bytecode persistence feature Reviewed-by: sundar, hannesw
Mon, 17 Mar 2014 18:02:00 +0530 8037400: Remove getInitialMap getters and GlobalObject interface
sundar [Mon, 17 Mar 2014 18:02:00 +0530] rev 23375
8037400: Remove getInitialMap getters and GlobalObject interface Reviewed-by: lagergren, jlaskey, attila
Thu, 13 Mar 2014 15:58:24 +0530 8015958: DataView constructor is not defined
sundar [Thu, 13 Mar 2014 15:58:24 +0530] rev 23374
8015958: DataView constructor is not defined Reviewed-by: attila, hannesw, lagergren
Wed, 12 Mar 2014 16:33:28 +0100 8034055: delete on global object not properly guarded
hannesw [Wed, 12 Mar 2014 16:33:28 +0100] rev 23373
8034055: delete on global object not properly guarded Reviewed-by: sundar, lagergren
Wed, 12 Mar 2014 11:26:00 +0100 8021350: Share script classes between threads/globals within context
hannesw [Wed, 12 Mar 2014 11:26:00 +0100] rev 23372
8021350: Share script classes between threads/globals within context Reviewed-by: lagergren, sundar
Fri, 07 Mar 2014 10:59:02 -0800 Merge
prr [Fri, 07 Mar 2014 10:59:02 -0800] rev 23371
Merge
Thu, 27 Feb 2014 10:38:22 -0800 Merge
prr [Thu, 27 Feb 2014 10:38:22 -0800] rev 23370
Merge
Thu, 20 Feb 2014 16:26:49 -0800 Merge
prr [Thu, 20 Feb 2014 16:26:49 -0800] rev 23369
Merge
Tue, 11 Feb 2014 14:43:40 -0800 Merge
prr [Tue, 11 Feb 2014 14:43:40 -0800] rev 23368
Merge
Mon, 10 Feb 2014 10:52:02 +0100 8033951: nasgen needs the newly build nasgen and nashorn classes in the bootclasspath
simonis [Mon, 10 Feb 2014 10:52:02 +0100] rev 23367
8033951: nasgen needs the newly build nasgen and nashorn classes in the bootclasspath Reviewed-by: erikj
Thu, 20 Mar 2014 13:44:54 -0700 Added tag jdk9-b05 for changeset 9471aad8444f
katleman [Thu, 20 Mar 2014 13:44:54 -0700] rev 23366
Added tag jdk9-b05 for changeset 9471aad8444f
Wed, 05 Jul 2017 19:33:38 +0200 Merge
duke [Wed, 05 Jul 2017 19:33:38 +0200] rev 23365
Merge
Tue, 25 Mar 2014 12:31:43 -0700 Merge
lana [Tue, 25 Mar 2014 12:31:43 -0700] rev 23364
Merge
Tue, 18 Mar 2014 17:46:25 -0700 Merge
lana [Tue, 18 Mar 2014 17:46:25 -0700] rev 23363
Merge
Fri, 07 Mar 2014 15:02:55 +0100 8036611: Cleanup of handling of properties and other java resources in the build
erikj [Fri, 07 Mar 2014 15:02:55 +0100] rev 23362
8036611: Cleanup of handling of properties and other java resources in the build Reviewed-by: tbell, ihse
Thu, 20 Mar 2014 13:43:54 -0700 Added tag jdk9-b05 for changeset 42d16b6cadb0
katleman [Thu, 20 Mar 2014 13:43:54 -0700] rev 23361
Added tag jdk9-b05 for changeset 42d16b6cadb0
Wed, 05 Jul 2017 19:33:33 +0200 Merge
duke [Wed, 05 Jul 2017 19:33:33 +0200] rev 23360
Merge
Tue, 25 Mar 2014 12:32:28 -0700 Merge
lana [Tue, 25 Mar 2014 12:32:28 -0700] rev 23359
Merge
Tue, 18 Mar 2014 17:48:07 -0700 Merge
lana [Tue, 18 Mar 2014 17:48:07 -0700] rev 23358
Merge
Tue, 18 Mar 2014 15:04:59 -0700 8033271: Manual security tests have @ignore rather than @run main/manual
wetmore [Tue, 18 Mar 2014 15:04:59 -0700] rev 23357
8033271: Manual security tests have @ignore rather than @run main/manual Reviewed-by: xuelei, wetmore Contributed-by: rajan.halade@oracle.com
Tue, 18 Mar 2014 10:02:25 -0700 8037529: [asm] add back @Suppress tags, removed by last bulk refresh
ksrini [Tue, 18 Mar 2014 10:02:25 -0700] rev 23356
8037529: [asm] add back @Suppress tags, removed by last bulk refresh Reviewed-by: psandoz
Tue, 18 Mar 2014 12:31:16 +0100 8037483: issue with the crypto / sec zip unzipping in the jdk8 build
erikj [Tue, 18 Mar 2014 12:31:16 +0100] rev 23355
8037483: issue with the crypto / sec zip unzipping in the jdk8 build Reviewed-by: ihse
Tue, 18 Mar 2014 11:24:38 +0100 8037106: Optimize Arrays.asList(...).forEach
psandoz [Tue, 18 Mar 2014 11:24:38 +0100] rev 23354
8037106: Optimize Arrays.asList(...).forEach Reviewed-by: alanb, martin, mduigou, ulfzibis
Tue, 18 Mar 2014 11:10:53 +0100 8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
simonis [Tue, 18 Mar 2014 11:10:53 +0100] rev 23353
8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX Reviewed-by: mchung, alanb
Mon, 17 Mar 2014 10:07:13 +0000 8037346: Need to terminate server process if client runs into problems
xuelei [Mon, 17 Mar 2014 10:07:13 +0000] rev 23352
8037346: Need to terminate server process if client runs into problems Reviewed-by: weijun
Fri, 14 Mar 2014 08:44:39 -0700 8037221: [asm] refresh internal ASM version
ksrini [Fri, 14 Mar 2014 08:44:39 -0700] rev 23351
8037221: [asm] refresh internal ASM version Reviewed-by: psandoz, sundar
Fri, 14 Mar 2014 13:17:23 +0100 8010767: Build fails on OEL6 with 16 cores
erikj [Fri, 14 Mar 2014 13:17:23 +0100] rev 23350
8010767: Build fails on OEL6 with 16 cores Reviewed-by: tbell, ihse
Fri, 14 Mar 2014 15:50:20 +0400 8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
aefimov [Fri, 14 Mar 2014 15:50:20 +0400] rev 23349
8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time Reviewed-by: coffeys, okutsu
Fri, 14 Mar 2014 15:49:46 +0400 8037012: (tz) Support tzdata2014a
aefimov [Fri, 14 Mar 2014 15:49:46 +0400] rev 23348
8037012: (tz) Support tzdata2014a Reviewed-by: coffeys, okutsu, sherman
Fri, 14 Mar 2014 12:31:28 +0100 8037281: Improve CacheFind and enable on all platforms
erikj [Fri, 14 Mar 2014 12:31:28 +0100] rev 23347
8037281: Improve CacheFind and enable on all platforms Reviewed-by: tbell, ihse
Fri, 14 Mar 2014 09:29:16 +0800 8037262: typo in error message in KrbAsReq.authenticate()
weijun [Fri, 14 Mar 2014 09:29:16 +0800] rev 23346
8037262: typo in error message in KrbAsReq.authenticate() Reviewed-by: mullan, juh
Thu, 13 Mar 2014 15:13:22 +0800 8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString()
asmotrak [Thu, 13 Mar 2014 15:13:22 +0800] rev 23345
8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString() Reviewed-by: mullan, weijun
Thu, 13 Mar 2014 07:52:17 +0400 7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
igerasim [Thu, 13 Mar 2014 07:52:17 +0400] rev 23344
7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError Reviewed-by: chegar, alanb
Thu, 13 Mar 2014 07:24:12 +0400 8036088: Replace strtok() with its safe equivalent strtok_s() in DefaultProxySelector.c
igerasim [Thu, 13 Mar 2014 07:24:12 +0400] rev 23343
8036088: Replace strtok() with its safe equivalent strtok_s() in DefaultProxySelector.c Reviewed-by: chegar
Wed, 12 Mar 2014 20:18:47 +0100 8036916: Deprecation warnings in LogManager
dfuchs [Wed, 12 Mar 2014 20:18:47 +0100] rev 23342
8036916: Deprecation warnings in LogManager Reviewed-by: mchung
Wed, 12 Mar 2014 21:45:20 +0400 8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
igerasim [Wed, 12 Mar 2014 21:45:20 +0400] rev 23341
8034262: Test java/lang/ProcessBuilder/CloseRace.java fails Reviewed-by: martin, dholmes
Wed, 12 Mar 2014 08:55:35 -0700 8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert
juh [Wed, 12 Mar 2014 08:55:35 -0700] rev 23340
8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert Reviewed-by: mullan
Wed, 12 Mar 2014 14:18:01 +0800 8035963: The failed Kerberos tests due to timeouts
weijun [Wed, 12 Mar 2014 14:18:01 +0800] rev 23339
8035963: The failed Kerberos tests due to timeouts Reviewed-by: alanb, xuelei
Tue, 11 Mar 2014 19:54:33 +0400 8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
vlivanov [Tue, 11 Mar 2014 19:54:33 +0400] rev 23338
8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed) Reviewed-by: jrose, twisti
Tue, 11 Mar 2014 14:18:46 +0100 8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
jbachorik [Tue, 11 Mar 2014 14:18:46 +0100] rev 23337
8034168: ThreadMXBean/Locks.java failed, blocked on wrong object Reviewed-by: martin, dholmes
Tue, 11 Mar 2014 07:56:49 +0800 8036971: krb5.conf does not accept directive lines before the first section
weijun [Tue, 11 Mar 2014 07:56:49 +0800] rev 23336
8036971: krb5.conf does not accept directive lines before the first section Reviewed-by: xuelei
Mon, 10 Mar 2014 12:05:43 -0700 8036543: [parfait] JNI pending exceptions for j2secmod.c, j2secmod_md.c, and p11_md.c
ascarpino [Mon, 10 Mar 2014 12:05:43 -0700] rev 23335
8036543: [parfait] JNI pending exceptions for j2secmod.c, j2secmod_md.c, and p11_md.c Reviewed-by: valeriep
Fri, 07 Mar 2014 13:05:07 -0800 8036848: Fix deprecation warning in sun.misc.CharacterDecoder
bpb [Fri, 07 Mar 2014 13:05:07 -0800] rev 23334
8036848: Fix deprecation warning in sun.misc.CharacterDecoder Summary: Replace use of deprecated method with its recommended successor. Reviewed-by: mchung
Fri, 07 Mar 2014 13:00:25 -0800 8035808: Eliminate dependency to GetPropertyAction and other sun.security.action convenient classes
mchung [Fri, 07 Mar 2014 13:00:25 -0800] rev 23333
8035808: Eliminate dependency to GetPropertyAction and other sun.security.action convenient classes Reviewed-by: alanb, chegar
Fri, 07 Mar 2014 12:40:37 -0800 8035279: Clean up internal deprecations in BigInteger
bpb [Fri, 07 Mar 2014 12:40:37 -0800] rev 23332
8035279: Clean up internal deprecations in BigInteger Summary: Rename pertinent private instance variables to describe what they actually represent. Reviewed-by: psandoz, smarks
Fri, 07 Mar 2014 10:53:58 -0800 Merge
prr [Fri, 07 Mar 2014 10:53:58 -0800] rev 23331
Merge
Fri, 28 Feb 2014 15:01:19 +0400 8035839: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Label.cpp
serb [Fri, 28 Feb 2014 15:01:19 +0400] rev 23330
8035839: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Label.cpp Reviewed-by: pchelko, azvegint
Thu, 27 Feb 2014 11:56:24 -0800 Merge
prr [Thu, 27 Feb 2014 11:56:24 -0800] rev 23329
Merge
Thu, 27 Feb 2014 10:43:53 -0800 Merge
prr [Thu, 27 Feb 2014 10:43:53 -0800] rev 23328
Merge
Thu, 27 Feb 2014 22:57:19 +0400 8035844: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_Rectangle.cpp
pchelko [Thu, 27 Feb 2014 22:57:19 +0400] rev 23327
8035844: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_Rectangle.cpp Reviewed-by: anthony, serb
Thu, 27 Feb 2014 22:54:14 +0400 8035860: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/MouseInfo.cpp
pchelko [Thu, 27 Feb 2014 22:54:14 +0400] rev 23326
8035860: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/MouseInfo.cpp Reviewed-by: anthony, serb
Thu, 27 Feb 2014 19:01:32 +0400 8027778: [macosx] Full screen not working properly on 7u45 and jdk8
serb [Thu, 27 Feb 2014 19:01:32 +0400] rev 23325
8027778: [macosx] Full screen not working properly on 7u45 and jdk8 8010999: [macosx] a constrain of the top level window should be improved 8015100: [macosx] Applet graphics corrupted when applet width/height exceeds screen dimensions Reviewed-by: anthony, pchelko
Thu, 27 Feb 2014 16:14:22 +0400 8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
pchelko [Thu, 27 Feb 2014 16:14:22 +0400] rev 23324
8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp Reviewed-by: anthony, serb
Thu, 27 Feb 2014 16:11:16 +0400 8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
pchelko [Thu, 27 Feb 2014 16:11:16 +0400] rev 23323
8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp Reviewed-by: anthony, serb
Wed, 26 Feb 2014 11:55:45 +0400 8035335: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp
pchelko [Wed, 26 Feb 2014 11:55:45 +0400] rev 23322
8035335: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp Reviewed-by: serb, anthony
Tue, 25 Feb 2014 17:37:55 +0400 8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m
serb [Tue, 25 Feb 2014 17:37:55 +0400] rev 23321
8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m Reviewed-by: anthony, bagiras
Tue, 25 Feb 2014 17:19:15 +0400 8033573: [parfait] warning from b128 for share/native/sun/awt/splashscreen/java_awt_SplashScreen.c: JNI exception pending
serb [Tue, 25 Feb 2014 17:19:15 +0400] rev 23320
8033573: [parfait] warning from b128 for share/native/sun/awt/splashscreen/java_awt_SplashScreen.c: JNI exception pending Reviewed-by: anthony, bagiras
Tue, 25 Feb 2014 17:01:40 +0400 8034105: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CImage.m
serb [Tue, 25 Feb 2014 17:01:40 +0400] rev 23319
8034105: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CImage.m Reviewed-by: anthony, bagiras
Tue, 25 Feb 2014 16:46:52 +0400 8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina
alexsch [Tue, 25 Feb 2014 16:46:52 +0400] rev 23318
8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina Reviewed-by: serb, pchelko
Tue, 25 Feb 2014 16:12:22 +0400 6744401: Consider removal of code disabling JIT in Toolkit.getDefaultToolkit
serb [Tue, 25 Feb 2014 16:12:22 +0400] rev 23317
6744401: Consider removal of code disabling JIT in Toolkit.getDefaultToolkit Reviewed-by: anthony, pchelko
Tue, 25 Feb 2014 14:28:36 +0400 8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
azvegint [Tue, 25 Feb 2014 14:28:36 +0400] rev 23316
8017472: [macosx] Transparency demo is not correctly dragged on the second monitor Reviewed-by: pchelko, serb
Mon, 24 Feb 2014 17:23:43 +0400 8008657: JSpinner setComponentOrientation doesn't affect on text orientation
alexsch [Mon, 24 Feb 2014 17:23:43 +0400] rev 23315
8008657: JSpinner setComponentOrientation doesn't affect on text orientation Reviewed-by: malenkov, serb
Mon, 24 Feb 2014 12:51:58 +0400 8030788: [Parfait] warnings from b119 for jdk/src/share/native/sun/awt/medialib: JNI exception pending
pchelko [Mon, 24 Feb 2014 12:51:58 +0400] rev 23314
8030788: [Parfait] warnings from b119 for jdk/src/share/native/sun/awt/medialib: JNI exception pending Reviewed-by: serb, prr
Fri, 21 Feb 2014 15:28:39 -0800 8035487: Fix raw and unchecked lint warnings in javax.imageio.spi
henryjen [Fri, 21 Feb 2014 15:28:39 -0800] rev 23313
8035487: Fix raw and unchecked lint warnings in javax.imageio.spi Reviewed-by: darcy, prr
Fri, 21 Feb 2014 15:28:37 -0800 8033716: Fix raw and unchecked lint warnings in com.sun.imageio
henryjen [Fri, 21 Feb 2014 15:28:37 -0800] rev 23312
8033716: Fix raw and unchecked lint warnings in com.sun.imageio Reviewed-by: darcy, prr, bae
Fri, 21 Feb 2014 10:03:49 -0800 Merge
prr [Fri, 21 Feb 2014 10:03:49 -0800] rev 23311
Merge
Thu, 20 Feb 2014 16:27:08 -0800 Merge
prr [Thu, 20 Feb 2014 16:27:08 -0800] rev 23310
Merge
Fri, 21 Feb 2014 18:04:38 +0400 8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
alitvinov [Fri, 21 Feb 2014 18:04:38 +0400] rev 23309
8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH Reviewed-by: pchelko, serb
Fri, 21 Feb 2014 15:34:05 +0400 8034085: Do not prefer indexed properties
malenkov [Fri, 21 Feb 2014 15:34:05 +0400] rev 23308
8034085: Do not prefer indexed properties Reviewed-by: alexsch
Fri, 21 Feb 2014 15:28:09 +0400 8035310: The line.separator property can be retrieved via public API
malenkov [Fri, 21 Feb 2014 15:28:09 +0400] rev 23307
8035310: The line.separator property can be retrieved via public API Reviewed-by: alexsch, serb
Thu, 20 Feb 2014 16:23:45 -0800 8034998: Fix raw and unchecked lint warnings in javax.imageio
henryjen [Thu, 20 Feb 2014 16:23:45 -0800] rev 23306
8034998: Fix raw and unchecked lint warnings in javax.imageio Reviewed-by: prr, darcy
Thu, 20 Feb 2014 10:07:54 -0500 8035341: Allow using a system installed libpng
omajid [Thu, 20 Feb 2014 10:07:54 -0500] rev 23305
8035341: Allow using a system installed libpng Reviewed-by: andrew, erikj, ihse, serb
Tue, 18 Feb 2014 17:55:04 -0800 8035287: gcc warnings compiling various libraries files
mikael [Tue, 18 Feb 2014 17:55:04 -0800] rev 23304
8035287: gcc warnings compiling various libraries files Reviewed-by: prr
Tue, 18 Feb 2014 16:34:58 +0400 8034038: [parfait] JNI exception pending in macosx/native/sun/awt/CDataTransferer.m
pchelko [Tue, 18 Feb 2014 16:34:58 +0400] rev 23303
8034038: [parfait] JNI exception pending in macosx/native/sun/awt/CDataTransferer.m Reviewed-by: serb, azvegint
Tue, 18 Feb 2014 16:30:57 +0400 8035147: [macosx] Drag and Drop tests are failing with -Xchech:jni
pchelko [Tue, 18 Feb 2014 16:30:57 +0400] rev 23302
8035147: [macosx] Drag and Drop tests are failing with -Xchech:jni Reviewed-by: serb, azvegint
Tue, 18 Feb 2014 09:49:36 +0400 8034035: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/LWCToolkit.m
pchelko [Tue, 18 Feb 2014 09:49:36 +0400] rev 23301
8034035: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/LWCToolkit.m Reviewed-by: serb, azvegint
Mon, 17 Feb 2014 18:52:01 +0400 8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
kshefov [Mon, 17 Feb 2014 18:52:01 +0400] rev 23300
8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution Reviewed-by: serb, alexsch
Mon, 17 Feb 2014 17:33:25 +0400 8034068: Label.toString performance improvement
serb [Mon, 17 Feb 2014 17:33:25 +0400] rev 23299
8034068: Label.toString performance improvement Reviewed-by: anthony, art
Mon, 17 Feb 2014 17:15:28 +0400 7094099: DropDown List of JComboBox detached
anashaty [Mon, 17 Feb 2014 17:15:28 +0400] rev 23298
7094099: DropDown List of JComboBox detached Reviewed-by: alexp, alexsch
Mon, 17 Feb 2014 13:41:50 +0400 8029960: Remove reflection from Swing classes
alexsch [Mon, 17 Feb 2014 13:41:50 +0400] rev 23297
8029960: Remove reflection from Swing classes Reviewed-by: serb, pchelko
Fri, 14 Feb 2014 20:24:43 +0400 8034164: Introspector ignores indexed part of the property sometimes
malenkov [Fri, 14 Feb 2014 20:24:43 +0400] rev 23296
8034164: Introspector ignores indexed part of the property sometimes Reviewed-by: alexsch
Fri, 14 Feb 2014 18:01:22 +0400 8031971: Use only public methods in the SwingLazyValue
alexsch [Fri, 14 Feb 2014 18:01:22 +0400] rev 23295
8031971: Use only public methods in the SwingLazyValue Reviewed-by: serb, pchelko
Fri, 14 Feb 2014 02:19:19 +0400 8034041: [parfait] JNI exception pending in jdk/src/macosx/native/com/apple/laf/AquaFileView.m
serb [Fri, 14 Feb 2014 02:19:19 +0400] rev 23294
8034041: [parfait] JNI exception pending in jdk/src/macosx/native/com/apple/laf/AquaFileView.m Reviewed-by: anthony, bagiras
Thu, 13 Feb 2014 14:45:58 +0400 8031694: [macosx] TwentyThousandTest test intermittently hangs
bagiras [Thu, 13 Feb 2014 14:45:58 +0400] rev 23293
8031694: [macosx] TwentyThousandTest test intermittently hangs Reviewed-by: art, anthony
Tue, 11 Feb 2014 14:42:17 -0800 Merge
prr [Tue, 11 Feb 2014 14:42:17 -0800] rev 23292
Merge
Tue, 11 Feb 2014 12:40:16 -0800 8034227: JDK9 Windows build failure in libdcpr
prr [Tue, 11 Feb 2014 12:40:16 -0800] rev 23291
8034227: JDK9 Windows build failure in libdcpr Reviewed-by: jgodinez
Tue, 11 Feb 2014 10:43:15 -0800 8012351: Bold fonts everywhere in GTK L&F on Ubuntu with JDK 7
prr [Tue, 11 Feb 2014 10:43:15 -0800] rev 23290
8012351: Bold fonts everywhere in GTK L&F on Ubuntu with JDK 7 Reviewed-by: bae, serb
Mon, 10 Feb 2014 15:02:24 +0000 8031492: [Parfait] warnings from b122 for jdk/src/solaris/native/sun/awt: JNI exception pending
azvegint [Mon, 10 Feb 2014 15:02:24 +0000] rev 23289
8031492: [Parfait] warnings from b122 for jdk/src/solaris/native/sun/awt: JNI exception pending Reviewed-by: pchelko, serb
Sat, 08 Feb 2014 18:03:38 -0800 8033624: Fix raw and unchecked lint warnings in sun.font
darcy [Sat, 08 Feb 2014 18:03:38 -0800] rev 23288
8033624: Fix raw and unchecked lint warnings in sun.font Reviewed-by: alanb, prr
Fri, 07 Feb 2014 13:03:09 -0800 8032693: javax.print.PrintService does not find any CUPS-Printers on Linux
prr [Fri, 07 Feb 2014 13:03:09 -0800] rev 23287
8032693: javax.print.PrintService does not find any CUPS-Printers on Linux Reviewed-by: jgodinez, serb
Fri, 07 Feb 2014 17:32:46 +0400 7033533: realSync() doesn't work with Xfce
bagiras [Fri, 07 Feb 2014 17:32:46 +0400] rev 23286
7033533: realSync() doesn't work with Xfce Reviewed-by: anthony, serb, leonidr
Thu, 06 Feb 2014 19:03:36 +0400 8020443: Frame is not created on the specified GraphicsDevice with two monitors
bagiras [Thu, 06 Feb 2014 19:03:36 +0400] rev 23285
8020443: Frame is not created on the specified GraphicsDevice with two monitors Reviewed-by: serb, azvegint, pchelko
Wed, 05 Feb 2014 14:59:00 -0800 8033277: Wrong scaling when printing in Canon Pixma ip100
jgodinez [Wed, 05 Feb 2014 14:59:00 -0800] rev 23284
8033277: Wrong scaling when printing in Canon Pixma ip100 Reviewed-by: prr, bae
Wed, 05 Feb 2014 09:06:54 -0800 8032227: ClassCastException in UnixPrintJob for ipp printer
prr [Wed, 05 Feb 2014 09:06:54 -0800] rev 23283
8032227: ClassCastException in UnixPrintJob for ipp printer Reviewed-by: bae, jgodinez
Wed, 05 Feb 2014 19:46:36 +0400 8023990: Regression: postscript size increase from 6u18
anashaty [Wed, 05 Feb 2014 19:46:36 +0400] rev 23282
8023990: Regression: postscript size increase from 6u18 Reviewed-by: prr, bae
Tue, 04 Feb 2014 16:24:39 -0800 Merge
lana [Tue, 04 Feb 2014 16:24:39 -0800] rev 23281
Merge
Fri, 31 Jan 2014 18:49:58 +0400 8033233: [JLightweightFrame] support default JViewport BLIT_SCROLL_MODE
ant [Fri, 31 Jan 2014 18:49:58 +0400] rev 23280
8033233: [JLightweightFrame] support default JViewport BLIT_SCROLL_MODE Reviewed-by: alexsch, pchelko
Fri, 31 Jan 2014 14:20:40 +0400 8030093: Generify DataTrasfer classes
pchelko [Fri, 31 Jan 2014 14:20:40 +0400] rev 23279
8030093: Generify DataTrasfer classes Reviewed-by: anthony, serb
Fri, 31 Jan 2014 13:19:50 +0400 8033326: 9 build failure after merge with dev
pchelko [Fri, 31 Jan 2014 13:19:50 +0400] rev 23278
8033326: 9 build failure after merge with dev Reviewed-by: serb, alexsch
Thu, 30 Jan 2014 10:42:46 -0500 Merge
jqzuo [Thu, 30 Jan 2014 10:42:46 -0500] rev 23277
Merge
Thu, 30 Jan 2014 10:36:40 -0500 Merge
jqzuo [Thu, 30 Jan 2014 10:36:40 -0500] rev 23276
Merge
Thu, 30 Jan 2014 14:37:30 +0400 8032229: [TEST_BUG] The app failed automatically and it threw exception:java.lang.UnsupportedOperationException.
pchelko [Thu, 30 Jan 2014 14:37:30 +0400] rev 23275
8032229: [TEST_BUG] The app failed automatically and it threw exception:java.lang.UnsupportedOperationException. Reviewed-by: serb, alexsch
Wed, 29 Jan 2014 18:32:10 +0400 8013116: Robot moves mouse to point which differs from set in mouseMove on Unity shell
bagiras [Wed, 29 Jan 2014 18:32:10 +0400] rev 23274
8013116: Robot moves mouse to point which differs from set in mouseMove on Unity shell Reviewed-by: serb, azvegint
Wed, 29 Jan 2014 16:50:22 +0400 8031964: [macosx] Dragging images from the browser does not work
pchelko [Wed, 29 Jan 2014 16:50:22 +0400] rev 23273
8031964: [macosx] Dragging images from the browser does not work Reviewed-by: anthony, serb
Wed, 29 Jan 2014 16:35:42 +0400 8032435: Cleanup of sun.awt.windows package
serb [Wed, 29 Jan 2014 16:35:42 +0400] rev 23272
8032435: Cleanup of sun.awt.windows package Reviewed-by: art, pchelko
Fri, 24 Jan 2014 16:50:40 +0400 8010718: javax/swing/JFileChooser/8013442/Test8013442.java fails
malenkov [Fri, 24 Jan 2014 16:50:40 +0400] rev 23271
8010718: javax/swing/JFileChooser/8013442/Test8013442.java fails Reviewed-by: alexsch
Fri, 24 Jan 2014 16:23:22 +0400 8032063: javax.swing.plaf.metal.MetalFileChooserUI$FilterComboBoxModel extends non-standard API
alexsch [Fri, 24 Jan 2014 16:23:22 +0400] rev 23270
8032063: javax.swing.plaf.metal.MetalFileChooserUI$FilterComboBoxModel extends non-standard API Reviewed-by: pchelko, serb
Thu, 23 Jan 2014 17:43:32 +0100 8032578: [TESTBUG] Fix tests which use SecurityConstants.AWT
simonis [Thu, 23 Jan 2014 17:43:32 +0100] rev 23269
8032578: [TESTBUG] Fix tests which use SecurityConstants.AWT Reviewed-by: pchelko
Wed, 22 Jan 2014 17:54:04 +0400 8029868: Fix KSS issues in sun.lwawt.macosx
pchelko [Wed, 22 Jan 2014 17:54:04 +0400] rev 23268
8029868: Fix KSS issues in sun.lwawt.macosx Reviewed-by: anthony, serb
Wed, 22 Jan 2014 16:15:39 +0400 7155984: Security problems in regression test java/awt/PrintJob/Security/SecurityDialogTest.java
pchelko [Wed, 22 Jan 2014 16:15:39 +0400] rev 23267
7155984: Security problems in regression test java/awt/PrintJob/Security/SecurityDialogTest.java Reviewed-by: anthony, serb
Wed, 22 Jan 2014 12:49:43 +0400 7175457: [TEST_BUG] closed/java/awt/Window/AlwaysOnTop/TestAlwaysOnTopBeforeShow.java still failed
yan [Wed, 22 Jan 2014 12:49:43 +0400] rev 23266
7175457: [TEST_BUG] closed/java/awt/Window/AlwaysOnTop/TestAlwaysOnTopBeforeShow.java still failed Reviewed-by: anthony, pchelko Contributed-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Wed, 22 Jan 2014 12:35:43 +0400 8030050: Validate fields on DnD class deserialization
pchelko [Wed, 22 Jan 2014 12:35:43 +0400] rev 23265
8030050: Validate fields on DnD class deserialization Reviewed-by: anthony, serb
Mon, 20 Jan 2014 20:11:09 +0400 7157680: XAWT: Native components should not paint native part on UPDATE event
serb [Mon, 20 Jan 2014 20:11:09 +0400] rev 23264
7157680: XAWT: Native components should not paint native part on UPDATE event Reviewed-by: anthony, pchelko
Mon, 20 Jan 2014 14:23:51 +0400 8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail
pchelko [Mon, 20 Jan 2014 14:23:51 +0400] rev 23263
8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail Reviewed-by: anthony, serb
Thu, 16 Jan 2014 20:51:18 +0400 8028616: Htmleditorkit parser doesn't handle leading slash (/)
dmarkov [Thu, 16 Jan 2014 20:51:18 +0400] rev 23262
8028616: Htmleditorkit parser doesn't handle leading slash (/) Reviewed-by: alexp, alexsch
Wed, 15 Jan 2014 19:26:47 +0400 8031090: [macosx] LWToolkit should not depends from the macosx.
serb [Wed, 15 Jan 2014 19:26:47 +0400] rev 23261
8031090: [macosx] LWToolkit should not depends from the macosx. Reviewed-by: anthony, pchelko
Mon, 13 Jan 2014 19:09:24 +0400 8029893: Remove reflection from DataTransferer.getInstance
pchelko [Mon, 13 Jan 2014 19:09:24 +0400] rev 23260
8029893: Remove reflection from DataTransferer.getInstance Reviewed-by: anthony, serb
Fri, 10 Jan 2014 12:07:29 +0400 7006339: [parfait] potential null pointer dereference in splashscreen
pchelko [Fri, 10 Jan 2014 12:07:29 +0400] rev 23259
7006339: [parfait] potential null pointer dereference in splashscreen Reviewed-by: anthony, art
Thu, 09 Jan 2014 19:01:18 +0400 8024926: [macosx] AquaIcon HiDPI support
alexsch [Thu, 09 Jan 2014 19:01:18 +0400] rev 23258
8024926: [macosx] AquaIcon HiDPI support Reviewed-by: serb, anthony
Thu, 09 Jan 2014 18:41:00 +0400 8028212: Custom cursor HiDPI support
alexsch [Thu, 09 Jan 2014 18:41:00 +0400] rev 23257
8028212: Custom cursor HiDPI support Reviewed-by: serb, anthony
Thu, 09 Jan 2014 18:04:31 +0400 8011059: [macosx] Support automatic @2x images loading on Mac OS X
alexsch [Thu, 09 Jan 2014 18:04:31 +0400] rev 23256
8011059: [macosx] Support automatic @2x images loading on Mac OS X Reviewed-by: serb, flar
Thu, 09 Jan 2014 12:47:01 +0400 8027561: [macosx] Cleanup "may not respond to selector" warnings in native code
pchelko [Thu, 09 Jan 2014 12:47:01 +0400] rev 23255
8027561: [macosx] Cleanup "may not respond to selector" warnings in native code Reviewed-by: azvegint, serb
Thu, 26 Dec 2013 21:33:24 +0400 8030987: sun_awt_X11_GtkFileDialogPeer.h can be removed
serb [Thu, 26 Dec 2013 21:33:24 +0400] rev 23254
8030987: sun_awt_X11_GtkFileDialogPeer.h can be removed Reviewed-by: pchelko, azvegint
Tue, 24 Dec 2013 18:37:24 +0400 7154841: [macosx] Popups appear behind taskbar
pchelko [Tue, 24 Dec 2013 18:37:24 +0400] rev 23253
7154841: [macosx] Popups appear behind taskbar Reviewed-by: anthony, serb
Mon, 23 Dec 2013 11:57:03 -0800 6571600: JNI use results in UnsatisfiedLinkError looking for libmawt.so
dbuck [Mon, 23 Dec 2013 11:57:03 -0800] rev 23252
6571600: JNI use results in UnsatisfiedLinkError looking for libmawt.so Summary: Fix is to call dladdr with name less likely to cause name conflict. Reviewed-by: serb, anthony
Mon, 23 Dec 2013 19:03:37 +0400 8009919: [macosx] NPE in AquaSingleImagePainter.paint()
serb [Mon, 23 Dec 2013 19:03:37 +0400] rev 23251
8009919: [macosx] NPE in AquaSingleImagePainter.paint() Reviewed-by: pchelko, azvegint
Mon, 23 Dec 2013 18:54:50 +0400 8030953: SelectionVisible test should test multiline selection in case of TextArea
serb [Mon, 23 Dec 2013 18:54:50 +0400] rev 23250
8030953: SelectionVisible test should test multiline selection in case of TextArea Reviewed-by: pchelko, azvegint
Mon, 23 Dec 2013 16:37:21 +0400 8030118: Document listeners fired outside document lock
malenkov [Mon, 23 Dec 2013 16:37:21 +0400] rev 23249
8030118: Document listeners fired outside document lock Reviewed-by: art, serb
Sun, 22 Dec 2013 21:12:43 +0400 8001472: api/java_awt/Window/indexTGF_* tests fail because expected colors aren't equal
serb [Sun, 22 Dec 2013 21:12:43 +0400] rev 23248
8001472: api/java_awt/Window/indexTGF_* tests fail because expected colors aren't equal Reviewed-by: anthony, azvegint
Fri, 20 Dec 2013 14:42:37 +0400 8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon
pchelko [Fri, 20 Dec 2013 14:42:37 +0400] rev 23247
8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon Reviewed-by: anthony, serb
(0) -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 +30000 tip