serb [Wed, 21 Nov 2012 15:50:34 +0400] rev 14647
7124552: [macosx] NullPointerException in getBufferStrategy()
7124219: [macosx] Unable to draw images to fullscreen
Reviewed-by: bae, anthony
bae [Mon, 03 Dec 2012 16:26:47 +0400] rev 14646
7124347: [macosx] java.lang.InternalError: not implemented yet on call Graphics2D.drawRenderedImage
Reviewed-by: prr, flar
lana [Fri, 30 Nov 2012 16:02:00 -0800] rev 14645
Merge
bae [Fri, 30 Nov 2012 11:32:36 +0400] rev 14644
7124223: [macosx] Regression test failure with new exception, when glyph is positioned explicitly
Reviewed-by: jgodinez
bae [Wed, 28 Nov 2012 14:12:32 +0400] rev 14643
7064516: ImageIO.read() fails to load an image
Reviewed-by: jgodinez, prr
bae [Wed, 28 Nov 2012 12:38:43 +0400] rev 14642
5082749: GIF stream metadata specification of aspect ratio is incorrect
Reviewed-by: bae, prr
Contributed-by: Vadim Pakhnushev <vadim.pakhnushev@oracle.com>
bae [Wed, 28 Nov 2012 12:28:10 +0400] rev 14641
4649812: GIFImageReader handles transparency incorrectly
Reviewed-by: bae, prr
Contributed-by: Vadim Pakhnushev <vadim.pakhnushev@oracle.com>
katleman [Thu, 06 Dec 2012 12:04:35 -0800] rev 14640
Added tag jdk8-b67 for changeset 558a3373ba7e
duke [Wed, 05 Jul 2017 18:31:45 +0200] rev 14639
Merge
amurillo [Fri, 07 Dec 2012 10:46:54 -0800] rev 14638
Added tag hs25-b12 for changeset 31453af433e7
amurillo [Fri, 07 Dec 2012 10:46:53 -0800] rev 14637
Merge
jwilhelm [Fri, 07 Dec 2012 07:36:51 -0800] rev 14636
Merge
jmasa [Thu, 29 Nov 2012 10:09:04 -0800] rev 14635
8003554: NPG: move Metablock and Metachunk code out of metaspace.cpp
Reviewed-by: coleenp
johnc [Fri, 30 Nov 2012 11:46:17 -0800] rev 14634
8004170: G1: Verbose GC output is not getting flushed to log file using JDK 8
Summary: Add flushes to G1CollectedHeap::log_gc_footer() and TraceCPUTime destructor.
Reviewed-by: jwilhelm, azeemj, brutisso
roland [Fri, 07 Dec 2012 01:09:03 -0800] rev 14633
Merge
twisti [Thu, 06 Dec 2012 11:05:33 -0800] rev 14632
Merge
twisti [Thu, 06 Dec 2012 09:57:41 -0800] rev 14631
8003250: SPARC: move MacroAssembler into separate file
Reviewed-by: jrose, kvn
neliasso [Thu, 06 Dec 2012 14:33:52 +0100] rev 14630
Merge
neliasso [Thu, 06 Dec 2012 09:50:08 +0100] rev 14629
8003934: Fix generation of malformed options to Projectcreator
Summary: Makefile produces unmatched quotes due to nmake bug
Reviewed-by: jwilhelm, brutisso
neliasso [Mon, 26 Nov 2012 15:11:55 +0100] rev 14628
8003983: LogCompilation tool is broken since c1 support
Summary: Fixed emitting and parsing
Reviewed-by: jrose, kvn
twisti [Mon, 03 Dec 2012 15:48:49 -0800] rev 14627
8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640
Reviewed-by: kvn, johnc
twisti [Fri, 30 Nov 2012 15:23:16 -0800] rev 14626
8003240: x86: move MacroAssembler into separate file
Reviewed-by: kvn
twisti [Fri, 30 Nov 2012 11:44:05 -0800] rev 14625
8003195: AbstractAssembler should not store code pointers but use the CodeSection directly
Reviewed-by: twisti, kvn
Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
kvn [Tue, 27 Nov 2012 17:41:38 -0800] rev 14624
8003850: add support for constants in stub code
Summary: remember the code section and switch back to the proper one when adding constants.
Reviewed-by: twisti, kvn
Contributed-by: goetz.lindenmaier@sap.com
bharadwaj [Tue, 27 Nov 2012 17:24:15 -0800] rev 14623
7092905: C2: Keep track of the number of dead nodes
Summary: keep an (almost) accurate running count of the reachable (live) flow graph nodes.
Reviewed-by: kvn, twisti, jrose, vlivanov
twisti [Tue, 27 Nov 2012 12:48:52 -0800] rev 14622
8003868: fix shark for latest HotSpot and LLVM
Reviewed-by: twisti
Contributed-by: Roman Kennke <rkennke@redhat.com>
twisti [Mon, 26 Nov 2012 17:25:11 -0800] rev 14621
7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
Reviewed-by: kvn, jrose
vlivanov [Wed, 21 Nov 2012 05:57:12 -0800] rev 14620
8001538: hs_err file does not list anymore compiled methods in compilation events
Summary: Fixed message buffer size calculation.
Reviewed-by: kvn, twisti