Thu, 12 Jan 2012 00:06:47 -0800 6484965: G1: piggy-back liveness accounting phase on marking
johnc [Thu, 12 Jan 2012 00:06:47 -0800] rev 11583
6484965: G1: piggy-back liveness accounting phase on marking Summary: Remove the separate counting phase of concurrent marking by tracking the amount of marked bytes and the cards spanned by marked objects in marking task/worker thread local data structures, which are updated as individual objects are marked. Reviewed-by: brutisso, tonyp
Tue, 24 Jan 2012 17:08:58 -0500 7132398: G1: java.lang.IllegalArgumentException: Invalid threshold: 9223372036854775807 > max (1073741824)
tonyp [Tue, 24 Jan 2012 17:08:58 -0500] rev 11582
7132398: G1: java.lang.IllegalArgumentException: Invalid threshold: 9223372036854775807 > max (1073741824) Summary: Was not passing the right old pool max to the memory pool constructor in the fix for 7078465. Reviewed-by: brutisso, johnc
Mon, 23 Jan 2012 20:36:16 +0100 7132311: G1: assert((s == klass->oop_size(this)) || (Universe::heap()->is_gc_active() && ((is_typeArray()...
brutisso [Mon, 23 Jan 2012 20:36:16 +0100] rev 11581
7132311: G1: assert((s == klass->oop_size(this)) || (Universe::heap()->is_gc_active() && ((is_typeArray()... Summary: Move the check for when to call collect() to before we do a humongous object allocation Reviewed-by: stefank, tonyp
Fri, 20 Jan 2012 18:01:32 +0100 7131791: G1: Asserts in nightly testing due to 6976060
brutisso [Fri, 20 Jan 2012 18:01:32 +0100] rev 11580
7131791: G1: Asserts in nightly testing due to 6976060 Summary: Create a handle and fake an object to make sure that we don't loose the memory we just allocated Reviewed-by: tonyp, stefank
Thu, 19 Jan 2012 09:13:58 -0500 7078465: G1: Don't use the undefined value (-1) for the G1 old memory pool max size
tonyp [Thu, 19 Jan 2012 09:13:58 -0500] rev 11579
7078465: G1: Don't use the undefined value (-1) for the G1 old memory pool max size Reviewed-by: johnc, brutisso
Tue, 17 Jan 2012 10:21:43 -0800 7129271: G1: Interference from multiple threads in PrintGC/PrintGCDetails output
johnc [Tue, 17 Jan 2012 10:21:43 -0800] rev 11578
7129271: G1: Interference from multiple threads in PrintGC/PrintGCDetails output Summary: During an initial mark pause, signal the Concurrent Mark thread after the pause output from PrintGC/PrintGCDetails is complete. Reviewed-by: tonyp, brutisso
Wed, 18 Jan 2012 10:30:12 -0500 7097586: G1: improve the per-space output when using jmap -heap
tonyp [Wed, 18 Jan 2012 10:30:12 -0500] rev 11577
7097586: G1: improve the per-space output when using jmap -heap Summary: Extend the jmap -heap output for G1 to include some more G1-specific information. Reviewed-by: brutisso, johnc, poonam
Mon, 16 Jan 2012 22:10:05 +0100 6976060: G1: humongous object allocations should initiate marking cycles when necessary
brutisso [Mon, 16 Jan 2012 22:10:05 +0100] rev 11576
6976060: G1: humongous object allocations should initiate marking cycles when necessary Reviewed-by: tonyp, johnc
Mon, 16 Jan 2012 11:21:21 +0100 7130334: G1: Change comments and error messages that refer to CMS in g1/concurrentMark.cpp/hpp
brutisso [Mon, 16 Jan 2012 11:21:21 +0100] rev 11575
7130334: G1: Change comments and error messages that refer to CMS in g1/concurrentMark.cpp/hpp Summary: Removed references to CMS in the concurrentMark.cpp/hpp files. Reviewed-by: tonyp, jmasa, johnc
Fri, 13 Jan 2012 13:27:48 -0800 7121547: G1: High number mispredicted branches while iterating over the marking bitmap
johnc [Fri, 13 Jan 2012 13:27:48 -0800] rev 11574
7121547: G1: High number mispredicted branches while iterating over the marking bitmap Summary: There is a high number of mispredicted branches associated with calling BitMap::iteratate() from within CMBitMapRO::iterate(). Implement a version of CMBitMapRO::iterate() directly using inline-able routines. Reviewed-by: tonyp, iveresov
Thu, 26 Jan 2012 19:39:08 -0800 Merge
jrose [Thu, 26 Jan 2012 19:39:08 -0800] rev 11573
Merge
Thu, 26 Jan 2012 12:15:24 -0800 7131259: compile_method and CompilationPolicy::event shouldn't be declared TRAPS
iveresov [Thu, 26 Jan 2012 12:15:24 -0800] rev 11572
7131259: compile_method and CompilationPolicy::event shouldn't be declared TRAPS Summary: Make sure that CompilationPolicy::event() doesn't throw exceptions Reviewed-by: kvn, never
Thu, 26 Jan 2012 16:49:22 +0100 7120468: SPARC/x86: use frame::describe to enhance trace_method_handle
bdelsart [Thu, 26 Jan 2012 16:49:22 +0100] rev 11571
7120468: SPARC/x86: use frame::describe to enhance trace_method_handle Summary: improvements of TraceMethodHandles for JSR292 Reviewed-by: never, twisti
Thu, 26 Jan 2012 09:38:28 +0100 7123910: Some CTW tests crash VM: is_loaded() && that->is_loaded()
roland [Thu, 26 Jan 2012 09:38:28 +0100] rev 11570
7123910: Some CTW tests crash VM: is_loaded() && that->is_loaded() Summary: handle not loaded array klass in Parse::do_checkcast(). Reviewed-by: kvn, never
Wed, 25 Jan 2012 08:10:04 -0800 Merge
kvn [Wed, 25 Jan 2012 08:10:04 -0800] rev 11569
Merge
Tue, 24 Jan 2012 17:04:51 -0800 7132936: guarantee(t != NULL) failed: must be con
kvn [Tue, 24 Jan 2012 17:04:51 -0800] rev 11568
7132936: guarantee(t != NULL) failed: must be con Summary: Use !higher_equal() check to skip top and values which fit. Reviewed-by: never
Wed, 25 Jan 2012 09:31:47 +0100 7116050: C2/ARM: memory stomping error with DivideMcTests
roland [Wed, 25 Jan 2012 09:31:47 +0100] rev 11567
7116050: C2/ARM: memory stomping error with DivideMcTests Summary: Block::schedule_local() may write beyond end of ready_cnt array Reviewed-by: never, kvn
Tue, 24 Jan 2012 17:00:51 -0800 7132945: Tiered: adjust OSR threshold of level 3
iveresov [Tue, 24 Jan 2012 17:00:51 -0800] rev 11566
7132945: Tiered: adjust OSR threshold of level 3 Summary: Change the value of Tier3BackEdgeThreshold from 7000 to 60000 Reviewed-by: kvn, never
Tue, 24 Jan 2012 15:41:17 +0100 7120450: complete information dumped by frame_describe
bdelsart [Tue, 24 Jan 2012 15:41:17 +0100] rev 11565
7120450: complete information dumped by frame_describe Summary: improvements of frame_describe Reviewed-by: never, twisti
Sun, 22 Jan 2012 14:03:20 -0800 7130676: Tiered: assert(bci == 0 || 0<= bci && bci<code_size()) during stack trace construction
never [Sun, 22 Jan 2012 14:03:20 -0800] rev 11564
7130676: Tiered: assert(bci == 0 || 0<= bci && bci<code_size()) during stack trace construction Reviewed-by: kvn, iveresov
Fri, 20 Jan 2012 15:02:12 -0800 7131028: Switch statement takes wrong path
iveresov [Fri, 20 Jan 2012 15:02:12 -0800] rev 11563
7131028: Switch statement takes wrong path Summary: Pass correct type to branch in LIRGenerator::do_SwitchRanges() Reviewed-by: kvn, never
Fri, 20 Jan 2012 09:43:06 -0800 7131302: connode.cpp:205 Error: ShouldNotReachHere()
kvn [Fri, 20 Jan 2012 09:43:06 -0800] rev 11562
7131302: connode.cpp:205 Error: ShouldNotReachHere() Summary: Add Value() methods to short and byte Load nodes to truncate constants which does not fit. Reviewed-by: jrose
Fri, 20 Jan 2012 17:07:33 -0800 7131979: new hotspot build - hs23-b12
amurillo [Fri, 20 Jan 2012 17:07:33 -0800] rev 11561
7131979: new hotspot build - hs23-b12 Reviewed-by: jcoomes
Thu, 26 Jan 2012 18:23:17 -0800 Added tag jdk8-b23 for changeset af005838b2f8
katleman [Thu, 26 Jan 2012 18:23:17 -0800] rev 11560
Added tag jdk8-b23 for changeset af005838b2f8
Thu, 26 Jan 2012 18:23:09 -0800 Added tag jdk8-b23 for changeset c62b7a0288a4
katleman [Thu, 26 Jan 2012 18:23:09 -0800] rev 11559
Added tag jdk8-b23 for changeset c62b7a0288a4
Wed, 05 Jul 2017 18:00:53 +0200 Added tag jdk8-b23 for changeset 498124337041
duke [Wed, 05 Jul 2017 18:00:53 +0200] rev 11558
Added tag jdk8-b23 for changeset 498124337041
Wed, 05 Jul 2017 18:00:52 +0200 Merge jdk8-b23
duke [Wed, 05 Jul 2017 18:00:52 +0200] rev 11557
Merge
Wed, 05 Jul 2017 18:00:49 +0200 Merge
duke [Wed, 05 Jul 2017 18:00:49 +0200] rev 11556
Merge
Tue, 24 Jan 2012 13:44:01 -0800 Merge
lana [Tue, 24 Jan 2012 13:44:01 -0800] rev 11555
Merge
Wed, 18 Jan 2012 18:26:36 -0800 7131308: Three regression tests fail due to bad fix for 7127924
jjh [Wed, 18 Jan 2012 18:26:36 -0800] rev 11554
7131308: Three regression tests fail due to bad fix for 7127924 Reviewed-by: jjg
Wed, 18 Jan 2012 16:43:59 -0800 7130768: Clarify behavior of Element.getEnclosingElements in subtypes
darcy [Wed, 18 Jan 2012 16:43:59 -0800] rev 11553
7130768: Clarify behavior of Element.getEnclosingElements in subtypes Reviewed-by: mcimadamore, jjg
Wed, 18 Jan 2012 11:00:55 -0800 Merge
lana [Wed, 18 Jan 2012 11:00:55 -0800] rev 11552
Merge
Tue, 17 Jan 2012 17:14:44 -0800 7127924: langtools regression tests sometimes fail en-masse on windows
jjh [Tue, 17 Jan 2012 17:14:44 -0800] rev 11551
7127924: langtools regression tests sometimes fail en-masse on windows Reviewed-by: jjg
Thu, 12 Jan 2012 15:28:34 +0000 7123100: javac fails with java.lang.StackOverflowError
mcimadamore [Thu, 12 Jan 2012 15:28:34 +0000] rev 11550
7123100: javac fails with java.lang.StackOverflowError Summary: Inference of under-constrained type-variables creates erroneous recursive wildcard types Reviewed-by: jjg
Wed, 11 Jan 2012 18:23:24 +0000 7126754: Generics compilation failure casting List<? extends Set...> to List<Set...>
mcimadamore [Wed, 11 Jan 2012 18:23:24 +0000] rev 11549
7126754: Generics compilation failure casting List<? extends Set...> to List<Set...> Summary: Problems with Types.rewriteQuantifiers not preserving variance Reviewed-by: jjg
Fri, 20 Jan 2012 13:08:51 -0800 Added tag jdk8-b22 for changeset e6809c7d1735
katleman [Fri, 20 Jan 2012 13:08:51 -0800] rev 11548
Added tag jdk8-b22 for changeset e6809c7d1735
Wed, 05 Jul 2017 18:00:45 +0200 Merge
duke [Wed, 05 Jul 2017 18:00:45 +0200] rev 11547
Merge
Fri, 20 Jan 2012 13:08:45 -0800 Added tag jdk8-b22 for changeset 0a4b26cf7553
katleman [Fri, 20 Jan 2012 13:08:45 -0800] rev 11546
Added tag jdk8-b22 for changeset 0a4b26cf7553
Wed, 05 Jul 2017 18:00:42 +0200 Merge
duke [Wed, 05 Jul 2017 18:00:42 +0200] rev 11545
Merge
Fri, 20 Jan 2012 13:08:44 -0800 Added tag jdk8-b22 for changeset 99a092d22c70
katleman [Fri, 20 Jan 2012 13:08:44 -0800] rev 11544
Added tag jdk8-b22 for changeset 99a092d22c70
Wed, 05 Jul 2017 18:00:38 +0200 Merge
duke [Wed, 05 Jul 2017 18:00:38 +0200] rev 11543
Merge
Fri, 20 Jan 2012 13:08:41 -0800 Added tag jdk8-b22 for changeset 5df4cdb80642
katleman [Fri, 20 Jan 2012 13:08:41 -0800] rev 11542
Added tag jdk8-b22 for changeset 5df4cdb80642
Wed, 05 Jul 2017 18:00:35 +0200 Merge
duke [Wed, 05 Jul 2017 18:00:35 +0200] rev 11541
Merge
Wed, 25 Jan 2012 13:54:28 -0800 Merge
katleman [Wed, 25 Jan 2012 13:54:28 -0800] rev 11540
Merge
Mon, 23 Jan 2012 12:39:41 -0800 7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
mr [Mon, 23 Jan 2012 12:39:41 -0800] rev 11539
7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems Reviewed-by: ohair
Wed, 25 Jan 2012 12:36:08 -0800 Merge
amurillo [Wed, 25 Jan 2012 12:36:08 -0800] rev 11538
Merge
Fri, 20 Jan 2012 14:31:33 -0800 Merge
amurillo [Fri, 20 Jan 2012 14:31:33 -0800] rev 11537
Merge
Wed, 18 Jan 2012 17:34:32 -0800 7030453: JSR 292 ClassValue.get method is too slow
jrose [Wed, 18 Jan 2012 17:34:32 -0800] rev 11536
7030453: JSR 292 ClassValue.get method is too slow Summary: Implement ClassValue cooperatively with Class like ThreadLocal with Thread. Reviewed-by: twisti, mduigou
Wed, 18 Jan 2012 17:34:30 -0800 7077803: java.lang.InternalError in java.lang.invoke.MethodHandleNatives.init
jrose [Wed, 18 Jan 2012 17:34:30 -0800] rev 11535
7077803: java.lang.InternalError in java.lang.invoke.MethodHandleNatives.init Summary: Use correct access token for unreflecting MHs where setAccessible(true) Reviewed-by: never, twisti
Wed, 18 Jan 2012 17:34:29 -0800 7117167: Misc warnings in java.lang.invoke and sun.invoke.*
jrose [Wed, 18 Jan 2012 17:34:29 -0800] rev 11534
7117167: Misc warnings in java.lang.invoke and sun.invoke.* Reviewed-by: smarks
Tue, 24 Jan 2012 13:43:24 -0800 Merge
lana [Tue, 24 Jan 2012 13:43:24 -0800] rev 11533
Merge
Wed, 18 Jan 2012 20:24:41 -0800 Merge
lana [Wed, 18 Jan 2012 20:24:41 -0800] rev 11532
Merge
Wed, 18 Jan 2012 11:00:20 -0800 Merge
lana [Wed, 18 Jan 2012 11:00:20 -0800] rev 11531
Merge
Tue, 17 Jan 2012 15:55:40 -0800 7117570: Warnings in sun.mangement.* and its subpackages
mchung [Tue, 17 Jan 2012 15:55:40 -0800] rev 11530
7117570: Warnings in sun.mangement.* and its subpackages Reviewed-by: mchung, dsamersoff Contributed-by: kurchi.subhra.hazra@oracle.com
Tue, 17 Jan 2012 14:10:04 +0000 6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol)
chegar [Tue, 17 Jan 2012 14:10:04 +0000] rev 11529
6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol) Reviewed-by: alanb
Mon, 16 Jan 2012 18:05:29 +0000 7129083: CookieManager does not store cookies if url is read before setting cookie manager
chegar [Mon, 16 Jan 2012 18:05:29 +0000] rev 11528
7129083: CookieManager does not store cookies if url is read before setting cookie manager Reviewed-by: michaelm
Mon, 16 Jan 2012 16:30:29 +0000 7130398: ProblemList.txt updates (1/2012)
alanb [Mon, 16 Jan 2012 16:30:29 +0000] rev 11527
7130398: ProblemList.txt updates (1/2012) Reviewed-by: chegar
Mon, 16 Jan 2012 10:10:56 +0800 7118809: rcache deadlock
weijun [Mon, 16 Jan 2012 10:10:56 +0800] rev 11526
7118809: rcache deadlock Reviewed-by: valeriep
Fri, 13 Jan 2012 13:20:02 +0000 7129029: (fs) Unix file system provider should be buildable on platforms that don't support O_NOFOLLOW
littlee [Fri, 13 Jan 2012 13:20:02 +0000] rev 11525
7129029: (fs) Unix file system provider should be buildable on platforms that don't support O_NOFOLLOW Reviewed-by: alanb
Thu, 12 Jan 2012 18:49:33 -0800 Merge
valeriep [Thu, 12 Jan 2012 18:49:33 -0800] rev 11524
Merge
Thu, 12 Jan 2012 16:04:03 -0800 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep [Thu, 12 Jan 2012 16:04:03 -0800] rev 11523
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs Summary: Added the OracleUcrypto provider for utilizing the Solaris ucrypto API. Reviewed-by: weijun
Fri, 13 Jan 2012 09:50:19 +0800 7090565: Move test/closed/javax/security/auth/x500/X500Principal/Parse.java to open tests
weijun [Fri, 13 Jan 2012 09:50:19 +0800] rev 11522
7090565: Move test/closed/javax/security/auth/x500/X500Principal/Parse.java to open tests Reviewed-by: mullan
Thu, 12 Jan 2012 03:39:37 -0800 7106773: 512 bits RSA key cannot work with SHA384 and SHA512
xuelei [Thu, 12 Jan 2012 03:39:37 -0800] rev 11521
7106773: 512 bits RSA key cannot work with SHA384 and SHA512 Reviewed-by: weijun
Wed, 11 Jan 2012 08:14:47 -0800 7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2
ksrini [Wed, 11 Jan 2012 08:14:47 -0800] rev 11520
7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2 Reviewed-by: sherman, mchung, darcy
Wed, 11 Jan 2012 13:07:15 +0000 7068856: (fs) Typo in Files.isSameFile() javadoc
alanb [Wed, 11 Jan 2012 13:07:15 +0000] rev 11519
7068856: (fs) Typo in Files.isSameFile() javadoc 7099208: (fs) Files.newBufferedReader has typo in javadoc Reviewed-by: forax
Wed, 11 Jan 2012 10:52:25 +0000 7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map
chegar [Wed, 11 Jan 2012 10:52:25 +0000] rev 11518
7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map Reviewed-by: michaelm
Tue, 10 Jan 2012 17:46:46 -0800 7128931: Bad HTML escaping in java.lang.Throwable javadoc
darcy [Tue, 10 Jan 2012 17:46:46 -0800] rev 11517
7128931: Bad HTML escaping in java.lang.Throwable javadoc Reviewed-by: mduigou
Tue, 10 Jan 2012 17:12:11 -0800 7112008: Javadoc for j.l.Object.finalize() vs JLS 12.6 Finalization of Class Instances
darcy [Tue, 10 Jan 2012 17:12:11 -0800] rev 11516
7112008: Javadoc for j.l.Object.finalize() vs JLS 12.6 Finalization of Class Instances Reviewed-by: mduigou
Tue, 10 Jan 2012 12:48:08 +0000 7128584: Typo in sun.misc.VM's private directMemory field comment
chegar [Tue, 10 Jan 2012 12:48:08 +0000] rev 11515
7128584: Typo in sun.misc.VM's private directMemory field comment Reviewed-by: forax, chegar Contributed-by: Krystal Mok <sajia@taobao.com>
Tue, 10 Jan 2012 10:57:12 +0000 7123415: Some cases of network interface indexes being read incorrectly
chegar [Tue, 10 Jan 2012 10:57:12 +0000] rev 11514
7123415: Some cases of network interface indexes being read incorrectly Reviewed-by: chegar Contributed-by: brandon.passanisi@oracle.com
Mon, 09 Jan 2012 20:14:15 -0800 7128512: Javadoc typo in java.lang.invoke.MethodHandle
darcy [Mon, 09 Jan 2012 20:14:15 -0800] rev 11513
7128512: Javadoc typo in java.lang.invoke.MethodHandle Reviewed-by: mduigou
Mon, 09 Jan 2012 15:54:44 -0800 7128441: StrictMath performance improvement note shared with Math
darcy [Mon, 09 Jan 2012 15:54:44 -0800] rev 11512
7128441: StrictMath performance improvement note shared with Math Reviewed-by: darcy Contributed-by: Martin Desruisseaux <martin.desruisseaux@geomatys.fr>
Mon, 09 Jan 2012 19:33:02 +0000 7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space
gadams [Mon, 09 Jan 2012 19:33:02 +0000] rev 11511
7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space Reviewed-by: alanb
Fri, 06 Jan 2012 18:47:43 -0800 7123649: Remove public modifier from Math.powerOfTwoF.
darcy [Fri, 06 Jan 2012 18:47:43 -0800] rev 11510
7123649: Remove public modifier from Math.powerOfTwoF. Reviewed-by: smarks, alanb
Fri, 06 Jan 2012 16:06:41 -0800 7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
valeriep [Fri, 06 Jan 2012 16:06:41 -0800] rev 11509
7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException Summary: Changed to always use full transformation as provider properties. Reviewed-by: mullan
Fri, 06 Jan 2012 11:02:31 -0800 Merge
valeriep [Fri, 06 Jan 2012 11:02:31 -0800] rev 11508
Merge
Thu, 05 Jan 2012 18:18:04 -0800 6414899: P11Digest should support cloning
valeriep [Thu, 05 Jan 2012 18:18:04 -0800] rev 11507
6414899: P11Digest should support cloning Summary: Enhanced the PKCS11 Digest implementation to support cloning Reviewed-by: vinnie
Fri, 06 Jan 2012 15:00:22 +0000 7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed
alanb [Fri, 06 Jan 2012 15:00:22 +0000] rev 11506
7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed Reviewed-by: forax, chegar
Wed, 18 Jan 2012 20:23:33 -0800 Merge
lana [Wed, 18 Jan 2012 20:23:33 -0800] rev 11505
Merge
Wed, 18 Jan 2012 11:41:13 -0800 Merge
lana [Wed, 18 Jan 2012 11:41:13 -0800] rev 11504
Merge
Wed, 18 Jan 2012 19:09:26 +0400 7130662: GTK file dialog crashes with a NPE
anthony [Wed, 18 Jan 2012 19:09:26 +0400] rev 11503
7130662: GTK file dialog crashes with a NPE Summary: Guard adding a back slash to the directory name with an if (!= null) check Reviewed-by: anthony, art Contributed-by: Matt <melkor@orangepalantir.org>
Tue, 17 Jan 2012 19:09:32 +0400 7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException
denis [Tue, 17 Jan 2012 19:09:32 +0400] rev 11502
7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException Reviewed-by: art
Mon, 16 Jan 2012 18:28:56 +0400 7122740: PropertyDescriptor Performance Slow
malenkov [Mon, 16 Jan 2012 18:28:56 +0400] rev 11501
7122740: PropertyDescriptor Performance Slow Reviewed-by: rupashka
Fri, 13 Jan 2012 12:39:23 +0400 7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on Aqua L&F
alexsch [Fri, 13 Jan 2012 12:39:23 +0400] rev 11500
7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on Aqua L&F Reviewed-by: rupashka
Tue, 10 Jan 2012 17:11:10 +0400 6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener
alexsch [Tue, 10 Jan 2012 17:11:10 +0400] rev 11499
6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener Reviewed-by: rupashka
Tue, 10 Jan 2012 15:46:30 +0400 7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
alexsch [Tue, 10 Jan 2012 15:46:30 +0400] rev 11498
7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS Reviewed-by: kizune
Wed, 18 Jan 2012 11:27:56 -0800 Merge
lana [Wed, 18 Jan 2012 11:27:56 -0800] rev 11497
Merge
Mon, 16 Jan 2012 11:52:51 +0400 7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
dbuck [Mon, 16 Jan 2012 11:52:51 +0400] rev 11496
7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates Reviewed-by: bae, prr
Fri, 13 Jan 2012 13:11:08 -0800 7127827: JRE8: javaws fails to launch on oracle linux due to XRender
prr [Fri, 13 Jan 2012 13:11:08 -0800] rev 11495
7127827: JRE8: javaws fails to launch on oracle linux due to XRender Reviewed-by: bae, jgodinez
Fri, 20 Jan 2012 13:08:48 -0800 Added tag jdk8-b22 for changeset 054ae6fb4346
katleman [Fri, 20 Jan 2012 13:08:48 -0800] rev 11494
Added tag jdk8-b22 for changeset 054ae6fb4346
Wed, 05 Jul 2017 18:00:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:00:25 +0200] rev 11493
Merge
Fri, 20 Jan 2012 16:56:31 -0800 Added tag hs23-b11 for changeset ad2a7ae4f3b0
amurillo [Fri, 20 Jan 2012 16:56:31 -0800] rev 11492
Added tag hs23-b11 for changeset ad2a7ae4f3b0
Fri, 20 Jan 2012 16:56:31 -0800 Merge
amurillo [Fri, 20 Jan 2012 16:56:31 -0800] rev 11491
Merge
Thu, 19 Jan 2012 18:35:13 -0800 Merge
jrose [Thu, 19 Jan 2012 18:35:13 -0800] rev 11490
Merge
Thu, 19 Jan 2012 17:20:39 -0800 Merge
jrose [Thu, 19 Jan 2012 17:20:39 -0800] rev 11489
Merge
Thu, 19 Jan 2012 10:56:51 -0800 7131288: COMPILE SKIPPED: deopt handler overflow (retry at different tier)
iveresov [Thu, 19 Jan 2012 10:56:51 -0800] rev 11488
7131288: COMPILE SKIPPED: deopt handler overflow (retry at different tier) Summary: Fix exception handler stub size, enable guarantees to check for the correct deopt and exception stub sizes in the future Reviewed-by: kvn, never, twisti
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip