prr [Fri, 31 May 2013 09:25:37 -0700] rev 17889
8015556: [macosx] surrogate pairs do not render properly.
Reviewed-by: bae, jchen
bae [Fri, 31 May 2013 14:30:28 +0400] rev 17888
8015606: Text is not rendered correctly if destination buffer is custom
Reviewed-by: prr, vadim
andrew [Thu, 30 May 2013 16:50:31 +0100] rev 17887
8011693: Remove redundant fontconfig files
Summary: Remove unused fontconfig files from OpenJDK GNU/Linux builds
Reviewed-by: andrew, prr
Contributed-by: Jiri Vanek <jvanek@redhat.com>
katleman [Thu, 06 Jun 2013 09:55:00 -0700] rev 17886
Added tag jdk8-b93 for changeset 9bf66362d942
duke [Wed, 05 Jul 2017 18:58:25 +0200] rev 17885
Merge
amurillo [Fri, 07 Jun 2013 09:25:19 -0700] rev 17884
Added tag hs25-b36 for changeset 0403dabe9186
amurillo [Fri, 07 Jun 2013 09:25:18 -0700] rev 17883
Merge
kvn [Thu, 06 Jun 2013 11:02:25 -0700] rev 17882
Merge
anoll [Thu, 06 Jun 2013 09:29:38 -0700] rev 17881
8014246: remove assert to catch access to object headers in index_oop_from_field_offset_long
Reviewed-by: twisti, jrose
simonis [Tue, 04 Jun 2013 22:16:15 -0700] rev 17880
8015252: Enable HotSpot build with Clang
Reviewed-by: twisti, dholmes, kvn
morris [Tue, 04 Jun 2013 12:06:54 -0700] rev 17879
8010724: [parfait] Null pointer dereference in hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
Summary: added guarantee()
Reviewed-by: kvn
kvn [Mon, 03 Jun 2013 14:02:05 -0700] rev 17878
Merge
adlertz [Mon, 03 Jun 2013 12:39:33 -0700] rev 17877
8005956: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
Summary: Disable re-materialization of reaching definitions (which have live inputs) for phi nodes when spilling.
Reviewed-by: twisti, kvn
anoll [Mon, 03 Jun 2013 08:52:20 +0200] rev 17876
8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp
Summary: Added calling of the destructor of CompileLog so that files are closed. Added/moved memory allocation/deallocation of the string that contains the name of the log file to class CompileLog.
Reviewed-by: kvn, roland