duke [Wed, 05 Jul 2017 16:53:11 +0200] rev 2766
Merge
xdono [Tue, 12 May 2009 14:05:09 -0700] rev 2765
Merge
jrose [Tue, 12 May 2009 13:54:22 -0700] rev 2764
6839839: access checking logic is wrong at three points in MethodHandles
Summary: point fixes to access checking logic
Reviewed-by: mr
jrose [Mon, 11 May 2009 21:09:58 -0700] rev 2763
6839802: java.dyn needs to be on the CORE_PKGS list
Summary: fix makefile to expose the new APIs in the core list; edit some javadocs for correctness
Reviewed-by: mr
yan [Tue, 12 May 2009 00:40:13 -0700] rev 2762
Merge
yan [Wed, 06 May 2009 09:37:34 -0700] rev 2761
Merge
anthony [Wed, 06 May 2009 20:06:23 +0400] rev 2760
6838046: Rollback 6762511 due to build failure (6838003)
Reviewed-by: yan
art [Wed, 06 May 2009 12:39:23 +0400] rev 2759
6837004: java.awt.GraphicsDevice.setFullScreenWindow throws NPE for windows with background color not set
Reviewed-by: yan, dcherepanov
anthony [Tue, 05 May 2009 14:45:56 +0400] rev 2758
6762511: Translucency is not working on Linux using Metacity
Summary: Introduced additional blits and new X11 surface types (ARGB, ABGR)
Reviewed-by: art, avu
vasya [Mon, 11 May 2009 12:08:15 -0700] rev 2757
Added tag jdk7-b58 for changeset d01743017349
duke [Wed, 05 Jul 2017 16:53:07 +0200] rev 2756
Merge
trims [Wed, 13 May 2009 08:46:58 -0700] rev 2755
Merge
trims [Wed, 13 May 2009 08:40:46 -0700] rev 2754
Merge
iveresov [Tue, 12 May 2009 15:55:56 -0700] rev 2753
6840196: NUMA allocator: crash in fastdebug during startup on Linux
Summary: With libnuma >1.2 explicity use 1.1 symbols
Reviewed-by: ysr
trims [Fri, 08 May 2009 19:50:32 -0700] rev 2752
Merge
iveresov [Fri, 08 May 2009 15:20:10 -0700] rev 2751
6838842: NUMA allocator: Segfault during startup on Linux
Summary: Restored os::free_memory() semantics
Reviewed-by: apetrusenko
trims [Thu, 07 May 2009 21:35:30 -0700] rev 2750
6838819: Bump the HS16 build number to 03
Summary: Update the HS16 build number to 03
Reviewed-by: jcoomes
trims [Thu, 07 May 2009 21:33:37 -0700] rev 2749
Merge
kvn [Thu, 07 May 2009 17:09:48 -0700] rev 2748
Merge
never [Wed, 06 May 2009 17:52:45 -0700] rev 2747
6838154: make/linux/makefiles/sa.make needs hash-style fix
Reviewed-by: kvn, jrose
twisti [Wed, 06 May 2009 12:04:42 -0700] rev 2746
6837011: SIGSEGV in PhaseIdealLoop in 32bit jvm
Summary: The CR's test crashes with SIGSEGV when running with "-server -Xcomp" using using 32bit jvm.
Reviewed-by: kvn, never, rasbold
cfang [Tue, 05 May 2009 11:02:10 -0700] rev 2745
6833879: Assigning positive zero is ignored when old value is negative zero
Summary: Don't perform CMOVE identity optimization for floating point types
Reviewed-by: kvn, never
never [Mon, 04 May 2009 22:06:47 -0700] rev 2744
6837224: libsaproc.so on linux needs version of 6799141
Reviewed-by: kvn
jcoomes [Thu, 07 May 2009 13:54:48 -0700] rev 2743
Merge
johnc [Tue, 05 May 2009 22:15:35 -0700] rev 2742
6833576: G1: assert illegal index, growableArray.hpp:186
Summary: The code that calculates the heap region index for an object address incorrectly used signed arithmetic.
Reviewed-by: jcoomes, ysr
johnc [Thu, 30 Apr 2009 15:07:53 -0700] rev 2741
6490395: G1: Tidy up command line flags.
Summary: Change G1 flag names to be more consistent and disable some in 'product' mode.
Reviewed-by: tonyp, iveresov
kamg [Thu, 07 May 2009 11:44:53 -0400] rev 2740
Merge
poonam [Mon, 04 May 2009 17:58:10 -0700] rev 2739
6829234: Refix 6822407 and 6812971
Summary: Fixes two SA issues 6822407 and 6812971
Reviewed-by: swamyv, acorn, kvn, coleenp
apetrusenko [Mon, 04 May 2009 02:57:39 -0700] rev 2738
Merge
iveresov [Mon, 27 Apr 2009 16:52:18 -0700] rev 2737
6819098: G1: reduce RSet scanning times
Summary: Added a feedback-driven exponential skipping for parallel RSet scanning.
Reviewed-by: tonyp, apetrusenko