Fri, 31 May 2013 18:25:38 +0400 8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
malenkov [Fri, 31 May 2013 18:25:38 +0400] rev 17896
8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor Reviewed-by: alexsch
Fri, 31 May 2013 15:56:07 +0400 8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
ant [Fri, 31 May 2013 15:56:07 +0400] rev 17895
8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX Reviewed-by: anthony
Fri, 31 May 2013 14:12:53 +0400 8013189: JMenuItems draw behind TextArea
anthony [Fri, 31 May 2013 14:12:53 +0400] rev 17894
8013189: JMenuItems draw behind TextArea Summary: Untie XTextAreaPeer internal components from the TextArea parent to prevent its invalidation. I.e. force the java.awt.smartInvalidate=true locally. Reviewed-by: art, serb
Thu, 30 May 2013 18:31:33 +0400 8013773: requestFocusInWindow to a disabled component prevents window of getting focused
ant [Thu, 30 May 2013 18:31:33 +0400] rev 17893
8013773: requestFocusInWindow to a disabled component prevents window of getting focused Reviewed-by: leonidr, alexsch
Thu, 30 May 2013 18:23:21 +0400 8013424: Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7
ant [Thu, 30 May 2013 18:23:21 +0400] rev 17892
8013424: Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7 Reviewed-by: anthony
Thu, 30 May 2013 18:10:26 +0400 8015303: [macosx] Application launched via custom URL Scheme does not receive URL
anthony [Thu, 30 May 2013 18:10:26 +0400] rev 17891
8015303: [macosx] Application launched via custom URL Scheme does not receive URL Summary: Make copies of event parameters Reviewed-by: anthony, swingler, serb Contributed-by: James Tomson <james.b.tomson@gmail.com>
Wed, 05 Jun 2013 09:52:41 -0700 Merge
lana [Wed, 05 Jun 2013 09:52:41 -0700] rev 17890
Merge
Fri, 31 May 2013 09:25:37 -0700 8015556: [macosx] surrogate pairs do not render properly.
prr [Fri, 31 May 2013 09:25:37 -0700] rev 17889
8015556: [macosx] surrogate pairs do not render properly. Reviewed-by: bae, jchen
Fri, 31 May 2013 14:30:28 +0400 8015606: Text is not rendered correctly if destination buffer is custom
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
Thu, 30 May 2013 16:50:31 +0100 8011693: Remove redundant fontconfig files
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>
Thu, 06 Jun 2013 09:55:00 -0700 Added tag jdk8-b93 for changeset 9bf66362d942
katleman [Thu, 06 Jun 2013 09:55:00 -0700] rev 17886
Added tag jdk8-b93 for changeset 9bf66362d942
Wed, 05 Jul 2017 18:58:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:58:25 +0200] rev 17885
Merge
Fri, 07 Jun 2013 09:25:19 -0700 Added tag hs25-b36 for changeset 0403dabe9186
amurillo [Fri, 07 Jun 2013 09:25:19 -0700] rev 17884
Added tag hs25-b36 for changeset 0403dabe9186
Fri, 07 Jun 2013 09:25:18 -0700 Merge
amurillo [Fri, 07 Jun 2013 09:25:18 -0700] rev 17883
Merge
Thu, 06 Jun 2013 11:02:25 -0700 Merge
kvn [Thu, 06 Jun 2013 11:02:25 -0700] rev 17882
Merge
Thu, 06 Jun 2013 09:29:38 -0700 8014246: remove assert to catch access to object headers in index_oop_from_field_offset_long
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
Tue, 04 Jun 2013 22:16:15 -0700 8015252: Enable HotSpot build with Clang
simonis [Tue, 04 Jun 2013 22:16:15 -0700] rev 17880
8015252: Enable HotSpot build with Clang Reviewed-by: twisti, dholmes, kvn
Tue, 04 Jun 2013 12:06:54 -0700 8010724: [parfait] Null pointer dereference in hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
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
Mon, 03 Jun 2013 14:02:05 -0700 Merge
kvn [Mon, 03 Jun 2013 14:02:05 -0700] rev 17878
Merge
Mon, 03 Jun 2013 12:39:33 -0700 8005956: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
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
Mon, 03 Jun 2013 08:52:20 +0200 8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp
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
Wed, 24 Apr 2013 11:49:38 +0200 8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292
roland [Wed, 24 Apr 2013 11:49:38 +0200] rev 17875
8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292 Summary: ConstMethod::max_stack() doesn't account for JSR 292 appendix. Reviewed-by: kvn
Fri, 31 May 2013 06:41:50 +0200 8013496: Code cache management command line options work only in special order. Another order of arguments does not deliver the second parameter to the jvm.
anoll [Fri, 31 May 2013 06:41:50 +0200] rev 17874
8013496: Code cache management command line options work only in special order. Another order of arguments does not deliver the second parameter to the jvm. Summary: Moved check that ReservedCodeCacheSize >= InitialCodeCacheSize to Arguments::check_vm_args_consistency(). As a result, the ordering in which the two parameters are given to the VM is not relevant. Added a regression test. Reviewed-by: kvn, twisti
Fri, 31 May 2013 13:54:47 -0700 8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity
kvn [Fri, 31 May 2013 13:54:47 -0700] rev 17873
8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity Summary: Relax the assert to accept any raw ptr types. Reviewed-by: roland
Fri, 31 May 2013 14:40:26 +0200 8009981: nashorn tests fail with -XX:+VerifyStack
roland [Fri, 31 May 2013 14:40:26 +0200] rev 17872
8009981: nashorn tests fail with -XX:+VerifyStack Summary: nmethod::preserve_callee_argument_oops() must take appendix into account. Reviewed-by: kvn, twisti
Thu, 30 May 2013 08:37:08 -0700 8015266: fix some -Wsign-compare warnings in adlc
twisti [Thu, 30 May 2013 08:37:08 -0700] rev 17871
8015266: fix some -Wsign-compare warnings in adlc Reviewed-by: kvn
Thu, 30 May 2013 11:21:01 +0200 8015585: Missing regression test for 8011771
roland [Thu, 30 May 2013 11:21:01 +0200] rev 17870
8015585: Missing regression test for 8011771 Summary: missing regression test Reviewed-by: kvn
Thu, 06 Jun 2013 05:56:33 -0700 Merge
dcubed [Thu, 06 Jun 2013 05:56:33 -0700] rev 17869
Merge
Wed, 05 Jun 2013 14:12:49 -0400 8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread
hseigel [Wed, 05 Jun 2013 14:12:49 -0400] rev 17868
8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread Summary: Use SA_ONSTACK flag to ensure signal gets delivered properly. Reviewed-by: dholmes, coleenp Contributed-by: gerard.ziemski@oracle.com
Tue, 04 Jun 2013 19:39:21 -0700 8010257: remove unused thread-local variables _ScratchA and _ScratchB
dcubed [Tue, 04 Jun 2013 19:39:21 -0700] rev 17867
8010257: remove unused thread-local variables _ScratchA and _ScratchB Summary: Remove dead code. Reviewed-by: twisti, coleenp
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip