Thu, 11 Jun 2009 21:01:07 -0700 Merge
trims [Thu, 11 Jun 2009 21:01:07 -0700] rev 2890
Merge
Thu, 11 Jun 2009 17:56:51 -0700 6850551: Bump the HS16 build number to 04
trims [Thu, 11 Jun 2009 17:56:51 -0700] rev 2889
6850551: Bump the HS16 build number to 04 Summary: Update the HS16 build number to 04 Reviewed-by: jcoomes
Thu, 11 Jun 2009 17:46:40 -0700 Merge
trims [Thu, 11 Jun 2009 17:46:40 -0700] rev 2888
Merge
Wed, 10 Jun 2009 14:57:21 -0700 Merge
jmasa [Wed, 10 Jun 2009 14:57:21 -0700] rev 2887
Merge
Mon, 08 Jun 2009 16:14:19 -0700 6849122: G1: Typo introduced during implementation of the parallel refinement
iveresov [Mon, 08 Jun 2009 16:14:19 -0700] rev 2886
6849122: G1: Typo introduced during implementation of the parallel refinement Summary: Typo fix Reviewed-by: jcoomes
Sun, 07 Jun 2009 00:27:41 -0700 6848641: CMSCollector::_roots_scanning_options should be initialized
ysr [Sun, 07 Jun 2009 00:27:41 -0700] rev 2885
6848641: CMSCollector::_roots_scanning_options should be initialized Summary: The field is now initialized in the constructor. Reviewed-by: iveresov, jmasa, johnc
Tue, 26 May 2009 16:43:42 -0700 Merge
jcoomes [Tue, 26 May 2009 16:43:42 -0700] rev 2884
Merge
Tue, 19 May 2009 04:05:31 -0700 6819065: G1: eliminate high serial card table clearing time
apetrusenko [Tue, 19 May 2009 04:05:31 -0700] rev 2883
6819065: G1: eliminate high serial card table clearing time Reviewed-by: iveresov, tonyp
Mon, 18 May 2009 11:52:46 -0700 6841831: G1: assert(contains_reference(from),"We just added it!") fires
iveresov [Mon, 18 May 2009 11:52:46 -0700] rev 2882
6841831: G1: assert(contains_reference(from),"We just added it!") fires Summary: During parallel rset updating we have to make sure that the worker ids of the refinement threads do not intersect with the worker ids that can be claimed by the mutator threads. Reviewed-by: tonyp
Mon, 11 May 2009 16:30:56 -0700 6484957: G1: parallel concurrent refinement
iveresov [Mon, 11 May 2009 16:30:56 -0700] rev 2881
6484957: G1: parallel concurrent refinement 6826318: G1: remove traversal-based refinement code Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel. Reviewed-by: tonyp
Fri, 05 Jun 2009 10:25:39 -0700 6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
cfang [Fri, 05 Jun 2009 10:25:39 -0700] rev 2880
6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization Summary: add a RegisterMap* argument to frame::frame_size() to correctly compute the sender frame Reviewed-by: never
Wed, 03 Jun 2009 18:15:25 -0700 Merge
never [Wed, 03 Jun 2009 18:15:25 -0700] rev 2879
Merge
Wed, 03 Jun 2009 15:16:50 -0700 Merge
never [Wed, 03 Jun 2009 15:16:50 -0700] rev 2878
Merge
Wed, 03 Jun 2009 15:02:13 -0700 6847305: solaris reorder mapfiles generate too many warnings
never [Wed, 03 Jun 2009 15:02:13 -0700] rev 2877
6847305: solaris reorder mapfiles generate too many warnings Reviewed-by: kvn
Thu, 28 May 2009 09:37:18 -0700 6837146: Should perform unswitch before maximally unroll in loop transformation
cfang [Thu, 28 May 2009 09:37:18 -0700] rev 2876
6837146: Should perform unswitch before maximally unroll in loop transformation Summary: Move loop unswitch before maximally unroll Reviewed-by: never
Wed, 27 May 2009 12:35:51 -0700 6843752: missing code for an anti-dependent Phi in GCM
kvn [Wed, 27 May 2009 12:35:51 -0700] rev 2875
6843752: missing code for an anti-dependent Phi in GCM Summary: Don't place a load below anti-dependent PHI. Reviewed-by: never, twisti
Thu, 21 May 2009 10:05:36 -0700 6772683: Thread.isInterrupted() fails to return true on multiprocessor PC
kvn [Thu, 21 May 2009 10:05:36 -0700] rev 2874
6772683: Thread.isInterrupted() fails to return true on multiprocessor PC Summary: Set the control edge for the field _interrupted load in inline_native_isInterrupted(). Reviewed-by: never
Fri, 15 May 2009 18:14:44 -0700 Merge
ohair [Fri, 15 May 2009 18:14:44 -0700] rev 2873
Merge
Wed, 13 May 2009 00:45:22 -0700 6814842: Load shortening optimizations
twisti [Wed, 13 May 2009 00:45:22 -0700] rev 2872
6814842: Load shortening optimizations Summary: 6797305 handles load widening but no shortening which should be covered here. Reviewed-by: never, kvn
Mon, 11 May 2009 18:30:13 -0700 6836054: java/util/Arrays/CopyMethods.java fails on solaris-sparc with IllegalArgumentException
kvn [Mon, 11 May 2009 18:30:13 -0700] rev 2871
6836054: java/util/Arrays/CopyMethods.java fails on solaris-sparc with IllegalArgumentException Summary: Do not mark an allocation as scalar replaceable if its actual type in unknown statically. Reviewed-by: never
Mon, 11 May 2009 17:59:54 -0700 6832293: JIT compiler got wrong result in type checking with -server
kvn [Mon, 11 May 2009 17:59:54 -0700] rev 2870
6832293: JIT compiler got wrong result in type checking with -server Summary: Check for an object array of interface in CmpPNode::sub(). Reviewed-by: never
Fri, 08 May 2009 23:00:08 -0700 Merge
ohair [Fri, 08 May 2009 23:00:08 -0700] rev 2869
Merge
Fri, 08 May 2009 15:16:38 -0700 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair [Fri, 08 May 2009 15:16:38 -0700] rev 2868
6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built Reviewed-by: never, kvn
Fri, 08 May 2009 10:44:20 -0700 6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits
kvn [Fri, 08 May 2009 10:44:20 -0700] rev 2867
6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits Summary: Cache Jvmti and DTrace flags used by Compiler. Reviewed-by: never
Fri, 08 May 2009 10:34:31 -0700 Merge
kvn [Fri, 08 May 2009 10:34:31 -0700] rev 2866
Merge
Thu, 07 May 2009 04:16:53 -0700 Merge
twisti [Thu, 07 May 2009 04:16:53 -0700] rev 2865
Merge
Wed, 06 May 2009 08:57:24 -0700 6837906: compiler tests of 6636138 fail with IllegalAccessException
twisti [Wed, 06 May 2009 08:57:24 -0700] rev 2864
6837906: compiler tests of 6636138 fail with IllegalAccessException Summary: The compiler tests of 6636138 fail with an IllegalAccessException. Reviewed-by: kvn
Thu, 07 May 2009 00:28:13 -0700 Merge
twisti [Thu, 07 May 2009 00:28:13 -0700] rev 2863
Merge
Wed, 06 May 2009 00:27:52 -0700 6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
twisti [Wed, 06 May 2009 00:27:52 -0700] rev 2862
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}() Summary: These methods can be instrinsified by using bit scan, bit test, and population count instructions. Reviewed-by: kvn, never
Fri, 22 May 2009 16:40:38 -0700 6843580: JavaThread.getStackBase throws sun.jvm.hotspot.WrongTypeException invoked by jstack
xlu [Fri, 22 May 2009 16:40:38 -0700] rev 2861
6843580: JavaThread.getStackBase throws sun.jvm.hotspot.WrongTypeException invoked by jstack Reviewed-by: phh, dice, never, swamyv
Wed, 20 May 2009 09:36:53 +0200 6839599: JVM crash while profiling Tomcat and Liferay
thurka [Wed, 20 May 2009 09:36:53 +0200] rev 2860
6839599: JVM crash while profiling Tomcat and Liferay Summary: constantPoolOopDesc::copy_cpool_bytes() - do the brute-force search search through 'tbl' when SymbolTable::lookup_only() returns NULL Reviewed-by: kamg
Thu, 11 Jun 2009 10:54:09 -0700 Added tag jdk7-b60 for changeset 4df6b30560c1
xdono [Thu, 11 Jun 2009 10:54:09 -0700] rev 2859
Added tag jdk7-b60 for changeset 4df6b30560c1
Thu, 11 Jun 2009 10:54:05 -0700 Added tag jdk7-b60 for changeset fc15870ef45c
xdono [Thu, 11 Jun 2009 10:54:05 -0700] rev 2858
Added tag jdk7-b60 for changeset fc15870ef45c
Wed, 05 Jul 2017 16:54:00 +0200 Added tag jdk7-b60 for changeset 5a10e4d0b14d
duke [Wed, 05 Jul 2017 16:54:00 +0200] rev 2857
Added tag jdk7-b60 for changeset 5a10e4d0b14d
Wed, 05 Jul 2017 16:53:59 +0200 Merge jdk7-b60
duke [Wed, 05 Jul 2017 16:53:59 +0200] rev 2856
Merge
Wed, 05 Jul 2017 16:53:56 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:56 +0200] rev 2855
Merge
Tue, 19 May 2009 17:39:30 -0700 6843041: Remove duplicate README files in repositories (make/README)
ohair [Tue, 19 May 2009 17:39:30 -0700] rev 2854
6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad
Fri, 15 May 2009 13:30:55 -0700 Merge
ohair [Fri, 15 May 2009 13:30:55 -0700] rev 2853
Merge
Thu, 07 May 2009 12:26:38 -0700 Merge
xdono [Thu, 07 May 2009 12:26:38 -0700] rev 2852
Merge
Thu, 07 May 2009 10:32:58 -0700 Merge
xdono [Thu, 07 May 2009 10:32:58 -0700] rev 2851
Merge
Wed, 06 May 2009 18:04:08 +0100 6837665: Deal with windows ant problem where commas in -D options do not work
aph [Wed, 06 May 2009 18:04:08 +0100] rev 2850
6837665: Deal with windows ant problem where commas in -D options do not work Summary: Rewrite to avoid commas in -D options Reviewed-by: ohair
Mon, 20 Apr 2009 19:01:35 +0100 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
aph [Mon, 20 Apr 2009 19:01:35 +0100] rev 2849
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files Summary: Correct fallout from 100028 patch Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Fri, 17 Apr 2009 15:56:31 +0100 6829575: 100028: Debug information is incomplete or missing
aph [Fri, 17 Apr 2009 15:56:31 +0100] rev 2848
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Thu, 14 May 2009 10:58:12 -0700 Added tag jdk7-b59 for changeset 43abe9a4635d
vasya [Thu, 14 May 2009 10:58:12 -0700] rev 2847
Added tag jdk7-b59 for changeset 43abe9a4635d
Wed, 05 Jul 2017 16:53:52 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:52 +0200] rev 2846
Merge
Tue, 19 May 2009 17:39:02 -0700 6843041: Remove duplicate README files in repositories (make/README)
ohair [Tue, 19 May 2009 17:39:02 -0700] rev 2845
6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad
Fri, 15 May 2009 13:25:38 -0700 Merge
ohair [Fri, 15 May 2009 13:25:38 -0700] rev 2844
Merge
Thu, 07 May 2009 12:26:11 -0700 Merge
xdono [Thu, 07 May 2009 12:26:11 -0700] rev 2843
Merge
Thu, 07 May 2009 10:30:49 -0700 Merge
xdono [Thu, 07 May 2009 10:30:49 -0700] rev 2842
Merge
Wed, 06 May 2009 11:29:11 -0700 6837665: Deal with windows ant problem where commas in -D options do not work
ohair [Wed, 06 May 2009 11:29:11 -0700] rev 2841
6837665: Deal with windows ant problem where commas in -D options do not work Reviewed-by: xdono
Mon, 20 Apr 2009 19:01:16 +0100 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
aph [Mon, 20 Apr 2009 19:01:16 +0100] rev 2840
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files Summary: Correct fallout from 100028 patch Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Fri, 17 Apr 2009 15:56:06 +0100 6829575: 100028: Debug information is incomplete or missing
aph [Fri, 17 Apr 2009 15:56:06 +0100] rev 2839
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Thu, 14 May 2009 10:58:02 -0700 Added tag jdk7-b59 for changeset d2427dc1e789
vasya [Thu, 14 May 2009 10:58:02 -0700] rev 2838
Added tag jdk7-b59 for changeset d2427dc1e789
Wed, 05 Jul 2017 16:53:48 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:48 +0200] rev 2837
Merge
Tue, 19 May 2009 17:38:37 -0700 6843041: Remove duplicate README files in repositories (make/README)
ohair [Tue, 19 May 2009 17:38:37 -0700] rev 2836
6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad
Fri, 15 May 2009 13:24:02 -0700 Merge
ohair [Fri, 15 May 2009 13:24:02 -0700] rev 2835
Merge
Thu, 07 May 2009 12:26:08 -0700 Merge
xdono [Thu, 07 May 2009 12:26:08 -0700] rev 2834
Merge
Thu, 07 May 2009 10:30:34 -0700 Merge
xdono [Thu, 07 May 2009 10:30:34 -0700] rev 2833
Merge
Wed, 06 May 2009 11:27:39 -0700 6837665: Deal with windows ant problem where commas in -D options do not work
ohair [Wed, 06 May 2009 11:27:39 -0700] rev 2832
6837665: Deal with windows ant problem where commas in -D options do not work Reviewed-by: xdono
Mon, 20 Apr 2009 19:00:51 +0100 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
aph [Mon, 20 Apr 2009 19:00:51 +0100] rev 2831
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files Summary: Correct fallout from 100028 patch Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Fri, 17 Apr 2009 15:55:53 +0100 6829575: 100028: Debug information is incomplete or missing
aph [Fri, 17 Apr 2009 15:55:53 +0100] rev 2830
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Thu, 14 May 2009 10:58:01 -0700 Added tag jdk7-b59 for changeset bb13aa7f099b
vasya [Thu, 14 May 2009 10:58:01 -0700] rev 2829
Added tag jdk7-b59 for changeset bb13aa7f099b
Wed, 05 Jul 2017 16:53:43 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:43 +0200] rev 2828
Merge
Tue, 19 May 2009 18:09:31 -0700 6733313: corba build warnings: /bin/sh: gcc: not found
ohair [Tue, 19 May 2009 18:09:31 -0700] rev 2827
6733313: corba build warnings: /bin/sh: gcc: not found Reviewed-by: tbell
Tue, 19 May 2009 17:38:09 -0700 6843041: Remove duplicate README files in repositories (make/README)
ohair [Tue, 19 May 2009 17:38:09 -0700] rev 2826
6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad
Fri, 15 May 2009 13:18:10 -0700 Merge
ohair [Fri, 15 May 2009 13:18:10 -0700] rev 2825
Merge
Fri, 08 May 2009 16:42:11 -0700 Merge
ohair [Fri, 08 May 2009 16:42:11 -0700] rev 2824
Merge
Thu, 26 Mar 2009 16:47:41 -0700 6822374: Windows: detect X64 when PROCESSOR_IDENTIFIER contains EM64T or Intel64
ohair [Thu, 26 Mar 2009 16:47:41 -0700] rev 2823
6822374: Windows: detect X64 when PROCESSOR_IDENTIFIER contains EM64T or Intel64 6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos Reviewed-by: tbell
Thu, 14 May 2009 10:57:56 -0700 Added tag jdk7-b59 for changeset a6cb451eede5
vasya [Thu, 14 May 2009 10:57:56 -0700] rev 2822
Added tag jdk7-b59 for changeset a6cb451eede5
Wed, 05 Jul 2017 16:53:40 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:40 +0200] rev 2821
Merge
Tue, 09 Jun 2009 23:47:38 -0700 Merge
yan [Tue, 09 Jun 2009 23:47:38 -0700] rev 2820
Merge
Mon, 01 Jun 2009 01:06:28 -0700 Merge
yan [Mon, 01 Jun 2009 01:06:28 -0700] rev 2819
Merge
Thu, 28 May 2009 18:11:07 +0400 6845805: Test for CR 6713352 is failed under Linux
rupashka [Thu, 28 May 2009 18:11:07 +0400] rev 2818
6845805: Test for CR 6713352 is failed under Linux Reviewed-by: malenkov
Fri, 15 May 2009 17:26:45 +0400 6713352: Deadlock in JFileChooser with synchronized custom FileSystemView
rupashka [Fri, 15 May 2009 17:26:45 +0400] rev 2817
6713352: Deadlock in JFileChooser with synchronized custom FileSystemView Reviewed-by: malenkov, peterz
Fri, 15 May 2009 12:06:22 +0400 6827581: Contextkey does not work in Nimbus
peterz [Fri, 15 May 2009 12:06:22 +0400] rev 2816
6827581: Contextkey does not work in Nimbus Reviewed-by: rupashka
Thu, 14 May 2009 18:12:13 +0400 6741426: ClassCastException from ComboBoxEditableState (Nimbus LaF) in JDK 1.6.0_10 RC
peterz [Thu, 14 May 2009 18:12:13 +0400] rev 2815
6741426: ClassCastException from ComboBoxEditableState (Nimbus LaF) in JDK 1.6.0_10 RC Reviewed-by: rupashka
Thu, 14 May 2009 00:17:25 -0700 Merge
yan [Thu, 14 May 2009 00:17:25 -0700] rev 2814
Merge
Tue, 12 May 2009 15:21:55 +0900 6834474: (tz) Support tzdata2009g
peytoia [Tue, 12 May 2009 15:21:55 +0900] rev 2813
6834474: (tz) Support tzdata2009g Reviewed-by: okutsu
Mon, 01 Jun 2009 01:05:22 -0700 Merge
yan [Mon, 01 Jun 2009 01:05:22 -0700] rev 2812
Merge
Mon, 25 May 2009 18:22:23 +0400 6844750: Solaris build failed after 6799099
dav [Mon, 25 May 2009 18:22:23 +0400] rev 2811
6844750: Solaris build failed after 6799099 Reviewed-by: yan
Fri, 22 May 2009 16:09:45 +0400 6799099: All automatic regression tests that create Robot fail on X11
dav [Fri, 22 May 2009 16:09:45 +0400] rev 2810
6799099: All automatic regression tests that create Robot fail on X11 Reviewed-by: art, ant
Thu, 21 May 2009 15:04:23 +0400 6833019: KeyboardFocusManager.getCurrentKeyboardFocusManager() throws unspecified HeadlessException
ant [Thu, 21 May 2009 15:04:23 +0400] rev 2809
6833019: KeyboardFocusManager.getCurrentKeyboardFocusManager() throws unspecified HeadlessException Reviewed-by: art
Thu, 21 May 2009 12:29:25 +0400 6794764: Translucent windows are completely repainted on every paint event, on Windows
art [Thu, 21 May 2009 12:29:25 +0400] rev 2808
6794764: Translucent windows are completely repainted on every paint event, on Windows 6719382: Printing of AWT components on windows is not working 6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel 6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window Reviewed-by: anthony, tdv, alexp
Tue, 19 May 2009 17:03:13 +0400 6839999: Cumulative fix for 6762511 and 6838003
anthony [Tue, 19 May 2009 17:03:13 +0400] rev 2807
6839999: Cumulative fix for 6762511 and 6838003 Summary: Adds support for ARGB and ABGR X11 surfaces. Reviewed-by: art, yan
Tue, 19 May 2009 14:43:49 +0400 6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
anthony [Tue, 19 May 2009 14:43:49 +0400] rev 2806
6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms Summary: Added optional _BOOTDIR3 that provides the J: path for the BOOTDIR on Windows Reviewed-by: ohair, xdono
Tue, 19 May 2009 14:14:31 +0400 6812298: Dynamic GraphicsConfig changes don't work on X11 platforms
anthony [Tue, 19 May 2009 14:14:31 +0400] rev 2805
6812298: Dynamic GraphicsConfig changes don't work on X11 platforms Summary: The peer gets recreated if the visual of the new GC differs from the previous one Reviewed-by: art, dcherepanov
Tue, 19 May 2009 12:15:18 +0400 6811219: Deadlock java AWT in XWarningWindow
anthony [Tue, 19 May 2009 12:15:18 +0400] rev 2804
6811219: Deadlock java AWT in XWarningWindow Summary: The locking scheme has been re-architected, the code slightly refactored. Reviewed-by: art, dcherepanov
Mon, 18 May 2009 12:39:58 +0400 6834525: PIT: RowToleranceTransitivityTest test fail with crash on rhel4 x86 and rhel 5x86
yan [Mon, 18 May 2009 12:39:58 +0400] rev 2803
6834525: PIT: RowToleranceTransitivityTest test fail with crash on rhel4 x86 and rhel 5x86 Summary: do not try to use released XKB resources Reviewed-by: art
Fri, 15 May 2009 15:40:35 +0400 6678385: Random java.lang.StackOverflowError from various JDKs
art [Fri, 15 May 2009 15:40:35 +0400] rev 2802
6678385: Random java.lang.StackOverflowError from various JDKs Reviewed-by: stayer
Thu, 21 May 2009 18:41:50 +0100 6839133: lcms 1.18 update breaks ICC_ProfileRGB Tests
aph [Thu, 21 May 2009 18:41:50 +0100] rev 2801
6839133: lcms 1.18 update breaks ICC_ProfileRGB Tests Reviewed-by: avu, prr
Thu, 21 May 2009 16:29:58 +0100 6841728: Make building the Nimbus L 'n' F optional (100054)
andrew [Thu, 21 May 2009 16:29:58 +0100] rev 2800
6841728: Make building the Nimbus L 'n' F optional (100054) Summary: Add DISABLE_NIMBUS variable to prevent Nimbus subdirs being built Reviewed-by: mr, ohair
Mon, 18 May 2009 10:36:38 -0700 6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc.
ohair [Mon, 18 May 2009 10:36:38 -0700] rev 2799
6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc. Reviewed-by: tbell
Fri, 15 May 2009 13:21:43 -0700 Merge
ohair [Fri, 15 May 2009 13:21:43 -0700] rev 2798
Merge
Fri, 15 May 2009 13:14:40 -0700 6841873: Fix windows redist default location for msvc runtime dlls
ohair [Fri, 15 May 2009 13:14:40 -0700] rev 2797
6841873: Fix windows redist default location for msvc runtime dlls Reviewed-by: tbell
Fri, 08 May 2009 11:24:17 -0700 Merge
ohair [Fri, 08 May 2009 11:24:17 -0700] rev 2796
Merge
Thu, 07 May 2009 18:19:41 -0700 6835803: Type error in src/windows/native/sun/windows/awt_Window.cpp
ohair [Thu, 07 May 2009 18:19:41 -0700] rev 2795
6835803: Type error in src/windows/native/sun/windows/awt_Window.cpp Reviewed-by: prr
Thu, 07 May 2009 12:26:22 -0700 Merge
xdono [Thu, 07 May 2009 12:26:22 -0700] rev 2794
Merge
Thu, 07 May 2009 10:31:32 -0700 Merge
xdono [Thu, 07 May 2009 10:31:32 -0700] rev 2793
Merge
Thu, 07 May 2009 17:02:47 +0100 6837982: SCTP API docs not being generated.
chegar [Thu, 07 May 2009 17:02:47 +0100] rev 2792
6837982: SCTP API docs not being generated. Summary: Update docs makefile to build javadoc for the com.sun.nio.sctp package. Reviewed-by: jccollet, alanb, weijun
Fri, 17 Apr 2009 15:56:20 +0100 6829575: 100028: Debug information is incomplete or missing
aph [Fri, 17 Apr 2009 15:56:20 +0100] rev 2791
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Thu, 14 May 2009 10:58:07 -0700 Added tag jdk7-b59 for changeset b17924394fab
vasya [Thu, 14 May 2009 10:58:07 -0700] rev 2790
Added tag jdk7-b59 for changeset b17924394fab
Wed, 05 Jul 2017 16:53:32 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:32 +0200] rev 2789
Merge
Tue, 19 May 2009 17:40:10 -0700 6843041: Remove duplicate README files in repositories (make/README)
ohair [Tue, 19 May 2009 17:40:10 -0700] rev 2788
6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad
Fri, 15 May 2009 13:41:04 -0700 Merge
ohair [Fri, 15 May 2009 13:41:04 -0700] rev 2787
Merge
Fri, 08 May 2009 14:33:58 -0700 6839126: Type error found by newer windows compiler
ohair [Fri, 08 May 2009 14:33:58 -0700] rev 2786
6839126: Type error found by newer windows compiler Reviewed-by: never, kvn
Thu, 07 May 2009 10:30:17 -0700 Merge
xdono [Thu, 07 May 2009 10:30:17 -0700] rev 2785
Merge
Fri, 17 Apr 2009 15:50:12 +0100 6829575: 100028: Debug information is incomplete or missing
aph [Fri, 17 Apr 2009 15:50:12 +0100] rev 2784
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Thu, 14 May 2009 10:57:58 -0700 Added tag jdk7-b59 for changeset ba9ddcebd212
vasya [Thu, 14 May 2009 10:57:58 -0700] rev 2783
Added tag jdk7-b59 for changeset ba9ddcebd212
Fri, 15 May 2009 13:27:18 -0700 Merge
ohair [Fri, 15 May 2009 13:27:18 -0700] rev 2782
Merge
Fri, 08 May 2009 16:40:39 -0700 Merge
ohair [Fri, 08 May 2009 16:40:39 -0700] rev 2781
Merge
Thu, 26 Mar 2009 16:46:55 -0700 6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
ohair [Thu, 26 Mar 2009 16:46:55 -0700] rev 2780
6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos Reviewed-by: tbell
Thu, 07 May 2009 10:30:10 -0700 Merge
xdono [Thu, 07 May 2009 10:30:10 -0700] rev 2779
Merge
Fri, 17 Apr 2009 15:37:20 +0100 6829575: 100028: Debug information is incomplete or missing
aph [Fri, 17 Apr 2009 15:37:20 +0100] rev 2778
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Thu, 14 May 2009 10:57:55 -0700 Added tag jdk7-b59 for changeset 2ca12c11db49
vasya [Thu, 14 May 2009 10:57:55 -0700] rev 2777
Added tag jdk7-b59 for changeset 2ca12c11db49
Wed, 05 Jul 2017 16:53:22 +0200 Added tag jdk7-b59 for changeset c33e7d38c921
duke [Wed, 05 Jul 2017 16:53:22 +0200] rev 2776
Added tag jdk7-b59 for changeset c33e7d38c921
Wed, 05 Jul 2017 16:53:22 +0200 Merge jdk7-b59
duke [Wed, 05 Jul 2017 16:53:22 +0200] rev 2775
Merge
Wed, 05 Jul 2017 16:53:19 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:19 +0200] rev 2774
Merge
Mon, 11 May 2009 12:08:21 -0700 Added tag jdk7-b58 for changeset 81bd48bfe2e6
vasya [Mon, 11 May 2009 12:08:21 -0700] rev 2773
Added tag jdk7-b58 for changeset 81bd48bfe2e6
Wed, 05 Jul 2017 16:53:18 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:18 +0200] rev 2772
Merge
Mon, 11 May 2009 12:08:10 -0700 Added tag jdk7-b58 for changeset 2c677d453222
vasya [Mon, 11 May 2009 12:08:10 -0700] rev 2771
Added tag jdk7-b58 for changeset 2c677d453222
Wed, 05 Jul 2017 16:53:15 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:15 +0200] rev 2770
Merge
Mon, 11 May 2009 12:08:09 -0700 Added tag jdk7-b58 for changeset 2d7afc04121f
vasya [Mon, 11 May 2009 12:08:09 -0700] rev 2769
Added tag jdk7-b58 for changeset 2d7afc04121f
Wed, 05 Jul 2017 16:53:13 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:13 +0200] rev 2768
Merge
Mon, 11 May 2009 12:08:03 -0700 Added tag jdk7-b58 for changeset f50e6e2c1b3b
vasya [Mon, 11 May 2009 12:08:03 -0700] rev 2767
Added tag jdk7-b58 for changeset f50e6e2c1b3b
Wed, 05 Jul 2017 16:53:11 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:11 +0200] rev 2766
Merge
Tue, 12 May 2009 14:05:09 -0700 Merge
xdono [Tue, 12 May 2009 14:05:09 -0700] rev 2765
Merge
Tue, 12 May 2009 13:54:22 -0700 6839839: access checking logic is wrong at three points in MethodHandles
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
Mon, 11 May 2009 21:09:58 -0700 6839802: java.dyn needs to be on the CORE_PKGS list
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
Tue, 12 May 2009 00:40:13 -0700 Merge
yan [Tue, 12 May 2009 00:40:13 -0700] rev 2762
Merge
Wed, 06 May 2009 09:37:34 -0700 Merge
yan [Wed, 06 May 2009 09:37:34 -0700] rev 2761
Merge
Wed, 06 May 2009 20:06:23 +0400 6838046: Rollback 6762511 due to build failure (6838003)
anthony [Wed, 06 May 2009 20:06:23 +0400] rev 2760
6838046: Rollback 6762511 due to build failure (6838003) Reviewed-by: yan
Wed, 06 May 2009 12:39:23 +0400 6837004: java.awt.GraphicsDevice.setFullScreenWindow throws NPE for windows with background color not set
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
Tue, 05 May 2009 14:45:56 +0400 6762511: Translucency is not working on Linux using Metacity
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
Mon, 11 May 2009 12:08:15 -0700 Added tag jdk7-b58 for changeset d01743017349
vasya [Mon, 11 May 2009 12:08:15 -0700] rev 2757
Added tag jdk7-b58 for changeset d01743017349
Wed, 05 Jul 2017 16:53:07 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:07 +0200] rev 2756
Merge
Wed, 13 May 2009 08:46:58 -0700 Merge
trims [Wed, 13 May 2009 08:46:58 -0700] rev 2755
Merge
Wed, 13 May 2009 08:40:46 -0700 Merge
trims [Wed, 13 May 2009 08:40:46 -0700] rev 2754
Merge
Tue, 12 May 2009 15:55:56 -0700 6840196: NUMA allocator: crash in fastdebug during startup on Linux
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
Fri, 08 May 2009 19:50:32 -0700 Merge
trims [Fri, 08 May 2009 19:50:32 -0700] rev 2752
Merge
Fri, 08 May 2009 15:20:10 -0700 6838842: NUMA allocator: Segfault during startup on Linux
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
Thu, 07 May 2009 21:35:30 -0700 6838819: Bump the HS16 build number to 03
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
Thu, 07 May 2009 21:33:37 -0700 Merge
trims [Thu, 07 May 2009 21:33:37 -0700] rev 2749
Merge
Thu, 07 May 2009 17:09:48 -0700 Merge
kvn [Thu, 07 May 2009 17:09:48 -0700] rev 2748
Merge
Wed, 06 May 2009 17:52:45 -0700 6838154: make/linux/makefiles/sa.make needs hash-style fix
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
Wed, 06 May 2009 12:04:42 -0700 6837011: SIGSEGV in PhaseIdealLoop in 32bit jvm
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
Tue, 05 May 2009 11:02:10 -0700 6833879: Assigning positive zero is ignored when old value is negative zero
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
Mon, 04 May 2009 22:06:47 -0700 6837224: libsaproc.so on linux needs version of 6799141
never [Mon, 04 May 2009 22:06:47 -0700] rev 2744
6837224: libsaproc.so on linux needs version of 6799141 Reviewed-by: kvn
Thu, 07 May 2009 13:54:48 -0700 Merge
jcoomes [Thu, 07 May 2009 13:54:48 -0700] rev 2743
Merge
Tue, 05 May 2009 22:15:35 -0700 6833576: G1: assert illegal index, growableArray.hpp:186
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
Thu, 30 Apr 2009 15:07:53 -0700 6490395: G1: Tidy up command line flags.
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
Thu, 07 May 2009 11:44:53 -0400 Merge
kamg [Thu, 07 May 2009 11:44:53 -0400] rev 2740
Merge
Mon, 04 May 2009 17:58:10 -0700 6829234: Refix 6822407 and 6812971
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
Mon, 04 May 2009 02:57:39 -0700 Merge
apetrusenko [Mon, 04 May 2009 02:57:39 -0700] rev 2738
Merge
Mon, 27 Apr 2009 16:52:18 -0700 6819098: G1: reduce RSet scanning times
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
Mon, 27 Apr 2009 12:33:57 -0700 Merge
apetrusenko [Mon, 27 Apr 2009 12:33:57 -0700] rev 2736
Merge
Thu, 23 Apr 2009 16:58:16 -0400 6829013: G1: set the default value of G1VerifyConcMarkPrintRechable to false
tonyp [Thu, 23 Apr 2009 16:58:16 -0400] rev 2735
6829013: G1: set the default value of G1VerifyConcMarkPrintRechable to false Summary: Turn off G1VerifyConcMarkPrintReachable by default to minimize the amount of verbose output we generate by default. Reviewed-by: jmasa
Thu, 30 Apr 2009 15:57:29 -0700 6835796: Fedora 9 linux_i586-fastdebug-c2-runThese_Xcomp times out
kvn [Thu, 30 Apr 2009 15:57:29 -0700] rev 2734
6835796: Fedora 9 linux_i586-fastdebug-c2-runThese_Xcomp times out Summary: Switch off GCC 4.3.0 optimized compilation for mulnode.o. Reviewed-by: johnc
Thu, 30 Apr 2009 12:09:39 -0700 Merge
kvn [Thu, 30 Apr 2009 12:09:39 -0700] rev 2733
Merge
Wed, 29 Apr 2009 12:58:09 -0700 6834177: Running jsynprog on Solaris Nevada can cause JVM crash
kvn [Wed, 29 Apr 2009 12:58:09 -0700] rev 2732
6834177: Running jsynprog on Solaris Nevada can cause JVM crash Summary: Use CodeCache buffer blob instead of static buffer in AdapterHandlerLibrary. Reviewed-by: never
Thu, 30 Apr 2009 09:53:20 -0700 Merge
jcoomes [Thu, 30 Apr 2009 09:53:20 -0700] rev 2731
Merge
Wed, 29 Apr 2009 17:30:20 -0700 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair [Wed, 29 Apr 2009 17:30:20 -0700] rev 2730
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9) Reviewed-by: kvn
Mon, 11 May 2009 12:08:06 -0700 Added tag jdk7-b58 for changeset 4b001cb378e2
vasya [Mon, 11 May 2009 12:08:06 -0700] rev 2729
Added tag jdk7-b58 for changeset 4b001cb378e2
Mon, 11 May 2009 12:08:03 -0700 Added tag jdk7-b58 for changeset 9f9b8a0e6229
vasya [Mon, 11 May 2009 12:08:03 -0700] rev 2728
Added tag jdk7-b58 for changeset 9f9b8a0e6229
Wed, 05 Jul 2017 16:52:55 +0200 Added tag jdk7-b58 for changeset d60a9ce3c3ea
duke [Wed, 05 Jul 2017 16:52:55 +0200] rev 2727
Added tag jdk7-b58 for changeset d60a9ce3c3ea
Wed, 05 Jul 2017 16:52:55 +0200 Merge jdk7-b58
duke [Wed, 05 Jul 2017 16:52:55 +0200] rev 2726
Merge
Wed, 05 Jul 2017 16:52:52 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:52 +0200] rev 2725
Merge
Mon, 04 May 2009 22:16:46 -0700 Merge
tbell [Mon, 04 May 2009 22:16:46 -0700] rev 2724
Merge
Mon, 04 May 2009 21:04:04 -0700 6829189: Java programming with JSR 292 needs language support
jrose [Mon, 04 May 2009 21:04:04 -0700] rev 2723
6829189: Java programming with JSR 292 needs language support Summary: Language changes documented in http://wikis.sun.com/display/mlvm/ProjectCoinProposal Reviewed-by: jjg, darcy, mcimadamore
Thu, 30 Apr 2009 15:04:50 -0700 Added tag jdk7-b57 for changeset dd13095c13cb
xdono [Thu, 30 Apr 2009 15:04:50 -0700] rev 2722
Added tag jdk7-b57 for changeset dd13095c13cb
Wed, 05 Jul 2017 16:52:49 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:49 +0200] rev 2721
Merge
Mon, 04 May 2009 22:14:18 -0700 Merge
tbell [Mon, 04 May 2009 22:14:18 -0700] rev 2720
Merge
Mon, 04 May 2009 21:10:41 -0700 6658158: Mutable statics in SAAJ (findbugs)
tbell [Mon, 04 May 2009 21:10:41 -0700] rev 2719
6658158: Mutable statics in SAAJ (findbugs) 6658163: txw2.DatatypeWriter.BUILDIN is a mutable static (findbugs) Reviewed-by: darcy
Thu, 30 Apr 2009 15:04:33 -0700 Added tag jdk7-b57 for changeset 583fd6b10e17
xdono [Thu, 30 Apr 2009 15:04:33 -0700] rev 2718
Added tag jdk7-b57 for changeset 583fd6b10e17
Wed, 05 Jul 2017 16:52:46 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:46 +0200] rev 2717
Merge
Mon, 04 May 2009 22:13:54 -0700 Merge
tbell [Mon, 04 May 2009 22:13:54 -0700] rev 2716
Merge
Mon, 04 May 2009 21:10:30 -0700 6588002: XSLTProcessorApplet still allows reading from forbidden URLs
tbell [Mon, 04 May 2009 21:10:30 -0700] rev 2715
6588002: XSLTProcessorApplet still allows reading from forbidden URLs Reviewed-by: darcy
Thu, 30 Apr 2009 15:04:31 -0700 Added tag jdk7-b57 for changeset f3be0d512b5d
xdono [Thu, 30 Apr 2009 15:04:31 -0700] rev 2714
Added tag jdk7-b57 for changeset f3be0d512b5d
Wed, 05 Jul 2017 16:52:43 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:43 +0200] rev 2713
Merge
Mon, 04 May 2009 22:12:47 -0700 Merge
tbell [Mon, 04 May 2009 22:12:47 -0700] rev 2712
Merge
Mon, 04 May 2009 18:40:45 -0700 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell [Mon, 04 May 2009 18:40:45 -0700] rev 2711
6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl Reviewed-by: darcy
Thu, 30 Apr 2009 15:04:23 -0700 Added tag jdk7-b57 for changeset b4665c6a75e5
xdono [Thu, 30 Apr 2009 15:04:23 -0700] rev 2710
Added tag jdk7-b57 for changeset b4665c6a75e5
Wed, 05 Jul 2017 16:52:40 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:40 +0200] rev 2709
Merge
Tue, 05 May 2009 23:12:47 -0700 Merge
tbell [Tue, 05 May 2009 23:12:47 -0700] rev 2708
Merge
Tue, 05 May 2009 22:40:09 -0700 6829144: JSR 292 JVM features need a provisional Java API
jrose [Tue, 05 May 2009 22:40:09 -0700] rev 2707
6829144: JSR 292 JVM features need a provisional Java API Summary: JDK API and runtime (partial) for anonk, meth, indy Reviewed-by: mr
Mon, 04 May 2009 22:16:02 -0700 Merge
tbell [Mon, 04 May 2009 22:16:02 -0700] rev 2706
Merge
Mon, 04 May 2009 19:25:14 +0100 6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win)
alanb [Mon, 04 May 2009 19:25:14 +0100] rev 2705
6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win) Reviewed-by: sherman
Fri, 01 May 2009 12:06:14 -0700 6836489: Incorrect @link usage in java.util.zip API doc
sherman [Fri, 01 May 2009 12:06:14 -0700] rev 2704
6836489: Incorrect @link usage in java.util.zip API doc Summary: correct the wrong @link tag Reviewed-by: alanb
Mon, 27 Apr 2009 12:08:41 -0700 6829503: addShutdownHook fails if called after shutdown has commenced.
mchung [Mon, 27 Apr 2009 12:08:41 -0700] rev 2703
6829503: addShutdownHook fails if called after shutdown has commenced. Summary: allow shutdown hook to be added during shutdown and handle properly if it fails to add Reviewed-by: alanb, dholmes, martin
Thu, 23 Apr 2009 19:44:43 +0100 6832557: TEST_BUG: java/lang/Class/getEnclosingConstructor/EnclosingConstructorTests.java fails to compile
alanb [Thu, 23 Apr 2009 19:44:43 +0100] rev 2702
6832557: TEST_BUG: java/lang/Class/getEnclosingConstructor/EnclosingConstructorTests.java fails to compile Reviewed-by: darcy, mcimadamore
Tue, 05 May 2009 09:09:24 -0700 Merge
jgodinez [Tue, 05 May 2009 09:09:24 -0700] rev 2701
Merge
Wed, 29 Apr 2009 12:27:05 -0700 Merge
jgodinez [Wed, 29 Apr 2009 12:27:05 -0700] rev 2700
Merge
Tue, 28 Apr 2009 13:25:25 -0700 Merge
jgodinez [Tue, 28 Apr 2009 13:25:25 -0700] rev 2699
Merge
Tue, 21 Apr 2009 09:43:49 -0700 6829678: StrokeShapeTest: createStrokedShape() behaves differently
jgodinez [Tue, 21 Apr 2009 09:43:49 -0700] rev 2698
6829678: StrokeShapeTest: createStrokedShape() behaves differently Reviewed-by: igor, flar Contributed-by: rkennke <roman.kennke@aicas.com>
Mon, 20 Apr 2009 12:31:36 -0700 6821495: test/java/awt/print/PrinterJob/PrtException.java fails
jgodinez [Mon, 20 Apr 2009 12:31:36 -0700] rev 2697
6821495: test/java/awt/print/PrinterJob/PrtException.java fails Reviewed-by: igor, prr
Wed, 15 Apr 2009 08:47:21 -0700 6827989: Use Unsafe.copyMemory for array->Unsafe copy operations in RenderBuffer
jgodinez [Wed, 15 Apr 2009 08:47:21 -0700] rev 2696
6827989: Use Unsafe.copyMemory for array->Unsafe copy operations in RenderBuffer Reviewed-by: campbell, flar Contributed-by: linuxhippy <linuxhippy@gmail.com>
Tue, 14 Apr 2009 17:43:45 -0700 6818072: Load Ductus using Class.forName if exist instead of using the service loader
mchung [Tue, 14 Apr 2009 17:43:45 -0700] rev 2695
6818072: Load Ductus using Class.forName if exist instead of using the service loader Summary: First attempt Class.forName to load Ductus class before using service loader Reviewed-by: flar, prr
Wed, 08 Apr 2009 15:40:56 -0700 Merge
lana [Wed, 08 Apr 2009 15:40:56 -0700] rev 2694
Merge
Thu, 02 Apr 2009 10:16:53 -0700 6753173: No need to read all the TrueType 'post' table to get underline info
prr [Thu, 02 Apr 2009 10:16:53 -0700] rev 2693
6753173: No need to read all the TrueType 'post' table to get underline info Reviewed-by: igor, jgodinez
Mon, 04 May 2009 18:28:26 -0700 6837214: Update JDK7 man pages
tbell [Mon, 04 May 2009 18:28:26 -0700] rev 2692
6837214: Update JDK7 man pages Reviewed-by: darcy, bpatel, tbell Contributed-by: jacob.royal@sun.com
Thu, 30 Apr 2009 15:04:39 -0700 Added tag jdk7-b57 for changeset 93833fce07e3
xdono [Thu, 30 Apr 2009 15:04:39 -0700] rev 2691
Added tag jdk7-b57 for changeset 93833fce07e3
Wed, 05 Jul 2017 16:52:33 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:33 +0200] rev 2690
Merge
Thu, 30 Apr 2009 15:04:27 -0700 Added tag jdk7-b57 for changeset 86c4409e49f6
xdono [Thu, 30 Apr 2009 15:04:27 -0700] rev 2689
Added tag jdk7-b57 for changeset 86c4409e49f6
Thu, 30 Apr 2009 15:04:22 -0700 Added tag jdk7-b57 for changeset e5d0323a2da4
xdono [Thu, 30 Apr 2009 15:04:22 -0700] rev 2688
Added tag jdk7-b57 for changeset e5d0323a2da4
Wed, 05 Jul 2017 16:52:25 +0200 Added tag jdk7-b57 for changeset b44f05654c26
duke [Wed, 05 Jul 2017 16:52:25 +0200] rev 2687
Added tag jdk7-b57 for changeset b44f05654c26
Wed, 05 Jul 2017 16:52:25 +0200 Merge jdk7-b57
duke [Wed, 05 Jul 2017 16:52:25 +0200] rev 2686
Merge
Wed, 05 Jul 2017 16:52:22 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:22 +0200] rev 2685
Merge
Mon, 27 Apr 2009 20:19:22 -0700 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair [Mon, 27 Apr 2009 20:19:22 -0700] rev 2684
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9) Reviewed-by: tbell
Thu, 23 Apr 2009 15:55:10 -0700 Added tag jdk7-b56 for changeset 845ccf65d4a7
xdono [Thu, 23 Apr 2009 15:55:10 -0700] rev 2683
Added tag jdk7-b56 for changeset 845ccf65d4a7
Wed, 05 Jul 2017 16:52:18 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:18 +0200] rev 2682
Merge
Mon, 27 Apr 2009 20:18:40 -0700 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair [Mon, 27 Apr 2009 20:18:40 -0700] rev 2681
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9) Reviewed-by: tbell
Thu, 23 Apr 2009 21:31:39 -0700 Merge
tbell [Thu, 23 Apr 2009 21:31:39 -0700] rev 2680
Merge
Mon, 20 Apr 2009 15:25:02 -0700 Merge
tbell [Mon, 20 Apr 2009 15:25:02 -0700] rev 2679
Merge
Mon, 20 Apr 2009 15:14:39 -0700 6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6
tbell [Mon, 20 Apr 2009 15:14:39 -0700] rev 2678
6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6 6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk Reviewed-by: darcy
Sat, 18 Apr 2009 14:09:39 -0700 Merge
tbell [Sat, 18 Apr 2009 14:09:39 -0700] rev 2677
Merge
Fri, 10 Apr 2009 13:05:12 -0700 Merge
asaha [Fri, 10 Apr 2009 13:05:12 -0700] rev 2676
Merge
Mon, 09 Mar 2009 15:32:10 -0700 6536193: Fix the flaw in UTF8XmlOutput
ramap [Mon, 09 Mar 2009 15:32:10 -0700] rev 2675
6536193: Fix the flaw in UTF8XmlOutput Reviewed-by: tbell
Thu, 23 Apr 2009 15:54:55 -0700 Added tag jdk7-b56 for changeset 28972659503d
xdono [Thu, 23 Apr 2009 15:54:55 -0700] rev 2674
Added tag jdk7-b56 for changeset 28972659503d
Wed, 05 Jul 2017 16:52:09 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:09 +0200] rev 2673
Merge
Mon, 27 Apr 2009 20:18:19 -0700 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair [Mon, 27 Apr 2009 20:18:19 -0700] rev 2672
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9) Reviewed-by: tbell
Thu, 23 Apr 2009 21:30:46 -0700 Merge
tbell [Thu, 23 Apr 2009 21:30:46 -0700] rev 2671
Merge
Mon, 20 Apr 2009 22:51:20 -0700 Merge
tbell [Mon, 20 Apr 2009 22:51:20 -0700] rev 2670
Merge
Mon, 20 Apr 2009 22:50:16 -0700 6738894: Merge jaxp fixes from 6 update train into OpenJDK 6 and 7
tbell [Mon, 20 Apr 2009 22:50:16 -0700] rev 2669
6738894: Merge jaxp fixes from 6 update train into OpenJDK 6 and 7 6573268: Four JCK-devtools-6a tests report OOM: Java Heap space since JDK7 b14 Reviewed-by: darcy
Thu, 23 Apr 2009 15:54:53 -0700 Added tag jdk7-b56 for changeset 252c72d1f659
xdono [Thu, 23 Apr 2009 15:54:53 -0700] rev 2668
Added tag jdk7-b56 for changeset 252c72d1f659
Wed, 05 Jul 2017 16:52:04 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:04 +0200] rev 2667
Merge
Mon, 27 Apr 2009 20:17:22 -0700 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
ohair [Mon, 27 Apr 2009 20:17:22 -0700] rev 2666
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9) Reviewed-by: tbell
Thu, 23 Apr 2009 21:29:53 -0700 Merge
tbell [Thu, 23 Apr 2009 21:29:53 -0700] rev 2665
Merge
Mon, 20 Apr 2009 00:12:19 -0700 6372405: Server thread hangs when fragments don't complete because of connection abort
tbell [Mon, 20 Apr 2009 00:12:19 -0700] rev 2664
6372405: Server thread hangs when fragments don't complete because of connection abort 5104239: Java: thread deadlock 6191561: JCK15: api/org_omg/PortableInterceptor/ClientRequestInfo/index.html#RIMethods sometime hang 6486322: org.omg.CORBA.ORB.init() thread safety issue 6420980: Security issue with the com.sun.corba.se.impl.orbutil.ORBUtility class 6465377: NullPointerException for RMI ORB in 1.5.0_08 6553303: Corba application fails w/ org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No 6438259: Wrong repository ID generated by IDLJ Reviewed-by: darcy
Thu, 23 Apr 2009 15:54:45 -0700 Added tag jdk7-b56 for changeset d717c0dc996d
xdono [Thu, 23 Apr 2009 15:54:45 -0700] rev 2663
Added tag jdk7-b56 for changeset d717c0dc996d
Wed, 05 Jul 2017 16:52:01 +0200 Merge
duke [Wed, 05 Jul 2017 16:52:01 +0200] rev 2662
Merge
Wed, 29 Apr 2009 00:27:46 -0700 Merge
yan [Wed, 29 Apr 2009 00:27:46 -0700] rev 2661
Merge
Tue, 28 Apr 2009 13:41:11 -0700 Merge
yan [Tue, 28 Apr 2009 13:41:11 -0700] rev 2660
Merge
Tue, 28 Apr 2009 21:41:04 +0400 6835113: Nimbus Makefile issue
peterz [Tue, 28 Apr 2009 21:41:04 +0400] rev 2659
6835113: Nimbus Makefile issue Reviewed-by: prr
Sat, 25 Apr 2009 21:17:50 +0400 6591875: Nimbus Swing Look and Feel
peterz [Sat, 25 Apr 2009 21:17:50 +0400] rev 2658
6591875: Nimbus Swing Look and Feel Reviewed-by: jasper, ohair
Fri, 17 Apr 2009 16:28:02 +0400 6823446: Gervill SoftLowFrequencyOscillator fails when freq is set to 0 cent or 8.1758 Hz.
kalli [Fri, 17 Apr 2009 16:28:02 +0400] rev 2657
6823446: Gervill SoftLowFrequencyOscillator fails when freq is set to 0 cent or 8.1758 Hz. Reviewed-by: amenkov
Fri, 17 Apr 2009 16:20:50 +0400 6823445: Gervill SoftChannel/ResetAllControllers jtreg test fails after portamento fix from last merge.
kalli [Fri, 17 Apr 2009 16:20:50 +0400] rev 2656
6823445: Gervill SoftChannel/ResetAllControllers jtreg test fails after portamento fix from last merge. Reviewed-by: amenkov
Fri, 17 Apr 2009 16:13:43 +0400 6821030: Merge OpenJDK Gervill with upstream sources, Q1CY2009
kalli [Fri, 17 Apr 2009 16:13:43 +0400] rev 2655
6821030: Merge OpenJDK Gervill with upstream sources, Q1CY2009 Reviewed-by: darcy, amenkov
Fri, 17 Apr 2009 15:15:20 +0400 6806019: 38 JCK api/javax_sound/midi/ tests fails starting from jdk7 b46
amenkov [Fri, 17 Apr 2009 15:15:20 +0400] rev 2654
6806019: 38 JCK api/javax_sound/midi/ tests fails starting from jdk7 b46 Reviewed-by: kalli
Fri, 17 Apr 2009 15:11:43 +0400 4895403: SPEC: documentation of javax.sound.sampled.spi.MixerProvider should be detailed
amenkov [Fri, 17 Apr 2009 15:11:43 +0400] rev 2653
4895403: SPEC: documentation of javax.sound.sampled.spi.MixerProvider should be detailed Reviewed-by: malenkov
Fri, 17 Apr 2009 15:10:05 +0400 4672194: FloatControl should provide consistent policy for the floats
amenkov [Fri, 17 Apr 2009 15:10:05 +0400] rev 2652
4672194: FloatControl should provide consistent policy for the floats Reviewed-by: alexp
Fri, 17 Apr 2009 15:02:46 +0400 5050147: RFE: Add More Useful Constructors to MidiMessage Subclasses
amenkov [Fri, 17 Apr 2009 15:02:46 +0400] rev 2651
5050147: RFE: Add More Useful Constructors to MidiMessage Subclasses Reviewed-by: alexp
(0) -1000 -240 +240 +1000 +3000 +10000 +30000 tip