bae [Mon, 24 Jan 2011 15:14:26 +0300] rev 7951
7002766: Java2d: Changes to correct c/c++ language issues for use of parfait
Reviewed-by: jgodinez, prr
prr [Fri, 21 Jan 2011 08:04:04 -0800] rev 7950
6892138: Windows GDI platform font lookup apis affect start-up for small UI apps
Reviewed-by: igor, jgodinez
prr [Fri, 21 Jan 2011 07:59:15 -0800] rev 7949
6892493: potential memory leaks in 2D font code indentified by parfait.
Reviewed-by: bae, igor
prr [Thu, 20 Jan 2011 13:56:26 -0800] rev 7948
7013646: remove obsolete fontconfig files for linux and solaris
Reviewed-by: igor, jgodinez
prr [Thu, 20 Jan 2011 10:45:39 -0800] rev 7947
6980204: closed/java/awt/font/LogicalFonts/MappingTest.java fails
Reviewed-by: jgodinez
lana [Wed, 19 Jan 2011 19:35:27 -0800] rev 7946
Merge
prr [Wed, 19 Jan 2011 17:07:51 -0800] rev 7945
7013109: windows application manifest problems
6820955: Update application manifests with new Windows 7 dpiAware section
Reviewed-by: ohair, art
prr [Wed, 19 Jan 2011 17:02:52 -0800] rev 7944
6983037: closed/java/awt/font/FontNames/Type1Fonts.java failed due to missed font
Reviewed-by: igor
prr [Wed, 19 Jan 2011 09:22:40 -0800] rev 7943
6951501: EUDC character is not displayed on Swing
Reviewed-by: igor, jgodinez
dlila [Wed, 19 Jan 2011 11:31:27 -0500] rev 7942
4493128: CubicCurve2D intersects method fails
Summary: Now using subdivision code in sun.awt.geom.Curve.
Reviewed-by: flar
dlila [Wed, 19 Jan 2011 09:44:52 -0500] rev 7941
4724552: CubicCurve2D.contains(Rectangle2D) returns true when only partially contained.
Summary: Now using subdivision code in sun.awt.geom.Curve.
Reviewed-by: flar
prr [Fri, 14 Jan 2011 15:07:48 -0800] rev 7940
6930980: Disable TrueType hinting for fonts known not to hint well
Reviewed-by: igor, jgodinez
jgodinez [Fri, 14 Jan 2011 14:25:47 -0800] rev 7939
6939417: ArrayIndexOutOfBoundsException in Win 7 on selected printers
Reviewed-by: igor, prr
prr [Fri, 14 Jan 2011 12:10:45 -0800] rev 7938
6925760: Scaled graphics can cause overlapped LCD mode strings on Windows for pixel size > 48
Reviewed-by: igor, jgodinez
prr [Fri, 14 Jan 2011 11:43:36 -0800] rev 7937
6989370: Windows platform fonts may be incorrectly marked as ineligible for the native rasteriser
Reviewed-by: igor, jgodinez
prr [Fri, 14 Jan 2011 11:05:59 -0800] rev 7936
6951086: Excessive Local References in sun.font.SunLayoutEngine.nativeLayout
Reviewed-by: igor, jgodinez
prr [Thu, 13 Jan 2011 14:11:56 -0800] rev 7935
6917884: NPE in sun.font.FcFontConfiguration.getPlatformFontNames
Reviewed-by: igor, jgodinez
prr [Thu, 13 Jan 2011 12:08:01 -0800] rev 7934
7012269: mapfile for headless awt needs getFontPathNative defined
Reviewed-by: igor
prr [Thu, 13 Jan 2011 10:36:51 -0800] rev 7933
7001056: JDK 7 fails on to build on Solaris 10 update 9 - updated Xrender header files
Reviewed-by: igor, jgodinez
prr [Wed, 12 Jan 2011 15:58:15 -0800] rev 7932
6958221: java.awt.Font.getFamily() leads to JVM crash on Linux on JDK7 for "custom" fonts
Reviewed-by: igor, jgodinez
cl [Thu, 27 Jan 2011 17:28:46 -0800] rev 7931
Added tag jdk7-b127 for changeset a7313d21f4d1
duke [Wed, 05 Jul 2017 17:33:11 +0200] rev 7930
Merge
trims [Tue, 01 Feb 2011 18:57:53 -0800] rev 7929
Merge
trims [Fri, 21 Jan 2011 02:07:11 -0800] rev 7928
Merge
iveresov [Fri, 21 Jan 2011 00:01:41 -0800] rev 7927
7013812: C1: deopt blob too far from patching stub
Summary: Use long jumps to get from patching stubs to deopt blob
Reviewed-by: kvn, never
trims [Thu, 20 Jan 2011 18:24:04 -0800] rev 7926
Merge
trims [Thu, 20 Jan 2011 17:53:38 -0800] rev 7925
Merge
johnc [Thu, 20 Jan 2011 13:57:12 -0800] rev 7924
Merge
tonyp [Wed, 19 Jan 2011 19:30:42 -0500] rev 7923
6977804: G1: remove the zero-filling thread
Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
Reviewed-by: jcoomes, johnc
johnc [Wed, 19 Jan 2011 13:04:37 -0800] rev 7922
Merge
johnc [Wed, 19 Jan 2011 13:01:11 -0800] rev 7921
7012642: G1: JumbleGC002 test aborts with segmentation violation due to uncaught stack overflow
Summary: With recent G1 allocation path changes, the value of StackShadowPages in fast debug builds of the JVM, is no longer large enough to prevent the JVM C++ code from touching the stack guard pages. Increase the value of StackShadowPages to a suitable value.
Reviewed-by: ysr, tonyp, coleenp
tonyp [Wed, 19 Jan 2011 09:35:17 -0500] rev 7920
7011379: G1: overly long concurrent marking cycles
Summary: This changeset introduces filtering of SATB buffers at the point when they are about to be enqueued. If this filtering clears enough entries on each buffer, the buffer can then be re-used and not enqueued. This cuts down the number of SATB buffers that need to be processed by the concurrent marking threads.
Reviewed-by: johnc, ysr