Thu, 18 Jun 2009 12:40:53 -0700 Merge
jmasa [Thu, 18 Jun 2009 12:40:53 -0700] rev 2999
Merge
Thu, 11 Jun 2009 13:31:01 -0700 6849716: BitMap - performance regression introduced with G1
jcoomes [Thu, 11 Jun 2009 13:31:01 -0700] rev 2998
6849716: BitMap - performance regression introduced with G1 Summary: make verification code visible only in debug builds Reviewed-by: iveresov, ysr, johnc, apetrusenko, tonyp
Sun, 07 Jun 2009 22:08:24 -0700 6814552: par compact - some compilers fail to optimize bitmap code
jcoomes [Sun, 07 Jun 2009 22:08:24 -0700] rev 2997
6814552: par compact - some compilers fail to optimize bitmap code Reviewed-by: tonyp, iveresov, jmasa, ysr
Thu, 11 Jun 2009 17:19:33 -0700 6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55
johnc [Thu, 11 Jun 2009 17:19:33 -0700] rev 2996
6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55 Summary: For heaps larger than 32Gb, the number of heap regions overflows the data type used to hold the region index in the SparsePRT structure. Changed the region indexes, card indexes, and RSet hash table buckets to ints and added some size overflow guarantees. Reviewed-by: ysr, tonyp
Thu, 11 Jun 2009 12:40:00 -0700 6820167: GCALotAtAllSafepoints + FullGCALot(ScavengeALot) options crash JVM
ysr [Thu, 11 Jun 2009 12:40:00 -0700] rev 2995
6820167: GCALotAtAllSafepoints + FullGCALot(ScavengeALot) options crash JVM Summary: Short-circuit gc-a-lot attempts by non-JavaThreads; SkipGCALot c'tor to elide re-entrant gc-a-lot attempts. Reviewed-by: apetrusenko, jcoomes, jmasa, kamg
Thu, 25 Jun 2009 12:09:48 -0700 Added tag jdk7-b62 for changeset c9577b36ceac
xdono [Thu, 25 Jun 2009 12:09:48 -0700] rev 2994
Added tag jdk7-b62 for changeset c9577b36ceac
Thu, 25 Jun 2009 12:09:43 -0700 Added tag jdk7-b62 for changeset 5d65d3a7be83
xdono [Thu, 25 Jun 2009 12:09:43 -0700] rev 2993
Added tag jdk7-b62 for changeset 5d65d3a7be83
Wed, 05 Jul 2017 16:55:03 +0200 Added tag jdk7-b62 for changeset 6107cbff3130
duke [Wed, 05 Jul 2017 16:55:03 +0200] rev 2992
Added tag jdk7-b62 for changeset 6107cbff3130
Wed, 05 Jul 2017 16:55:03 +0200 Merge jdk7-b62
duke [Wed, 05 Jul 2017 16:55:03 +0200] rev 2991
Merge
Wed, 05 Jul 2017 16:55:00 +0200 Merge
duke [Wed, 05 Jul 2017 16:55:00 +0200] rev 2990
Merge
Sun, 21 Jun 2009 23:55:50 -0700 Merge
tbell [Sun, 21 Jun 2009 23:55:50 -0700] rev 2989
Merge
Thu, 11 Jun 2009 21:35:12 -0700 Merge
tbell [Thu, 11 Jun 2009 21:35:12 -0700] rev 2988
Merge
Fri, 29 May 2009 16:26:41 -0700 6838199: remove support for old javap
jjg [Fri, 29 May 2009 16:26:41 -0700] rev 2987
6838199: remove support for old javap Reviewed-by: ohair, mcimadamore
Thu, 28 May 2009 09:49:56 -0700 6802102: unignore @ignored tests where possible
jjg [Thu, 28 May 2009 09:49:56 -0700] rev 2986
6802102: unignore @ignored tests where possible Reviewed-by: mcimadamore
Wed, 27 May 2009 22:34:43 -0700 6843761: Update langtools tests to remove unncessary -source and -target options
darcy [Wed, 27 May 2009 22:34:43 -0700] rev 2985
6843761: Update langtools tests to remove unncessary -source and -target options Reviewed-by: jjg
Thu, 21 May 2009 10:56:36 +0100 6722234: javac diagnostics need better integration with the type-system
mcimadamore [Thu, 21 May 2009 10:56:36 +0100] rev 2984
6722234: javac diagnostics need better integration with the type-system Summary: Added RichDiagnosticFormatter which provides better formatting capabilities for javac types/symbols Reviewed-by: jjg
Wed, 20 May 2009 19:10:06 -0700 6843648: tools/javac/versions/check.sh is broken
jjg [Wed, 20 May 2009 19:10:06 -0700] rev 2983
6843648: tools/javac/versions/check.sh is broken Reviewed-by: darcy
Wed, 20 May 2009 13:36:23 -0700 6827026: Change javac source and target default to 7
jjg [Wed, 20 May 2009 13:36:23 -0700] rev 2982
6827026: Change javac source and target default to 7 Reviewed-by: darcy, ohair
Tue, 19 May 2009 15:07:15 -0700 6832154: refactor Paths to be just a utility class for JavacFileManager
jjg [Tue, 19 May 2009 15:07:15 -0700] rev 2981
6832154: refactor Paths to be just a utility class for JavacFileManager Reviewed-by: darcy
Tue, 19 May 2009 13:53:00 -0700 6843013: missing files in fix for 6824493
jjg [Tue, 19 May 2009 13:53:00 -0700] rev 2980
6843013: missing files in fix for 6824493 Reviewed-by: darcy
Tue, 19 May 2009 11:50:54 -0700 6824493: experimental support for additional info for instructions
jjg [Tue, 19 May 2009 11:50:54 -0700] rev 2979
6824493: experimental support for additional info for instructions Reviewed-by: mcimadamore
Tue, 19 May 2009 11:43:50 -0700 6841419: classfile: add constant pool iterator
jjg [Tue, 19 May 2009 11:43:50 -0700] rev 2978
6841419: classfile: add constant pool iterator Reviewed-by: mcimadamore
Tue, 19 May 2009 11:33:13 -0700 6841420: classfile: add new methods to ConstantClassInfo
jjg [Tue, 19 May 2009 11:33:13 -0700] rev 2977
6841420: classfile: add new methods to ConstantClassInfo Reviewed-by: mcimadamore Contributed-by: kevin.t.looney@sun.com
Tue, 19 May 2009 11:27:10 -0700 6841422: classfile: add Type visitor
jjg [Tue, 19 May 2009 11:27:10 -0700] rev 2976
6841422: classfile: add Type visitor Reviewed-by: mcimadamore Contributed-by: kevin.t.looney@sun.com
Thu, 18 Jun 2009 13:05:48 -0700 Added tag jdk7-b61 for changeset d3f240c8b48f
xdono [Thu, 18 Jun 2009 13:05:48 -0700] rev 2975
Added tag jdk7-b61 for changeset d3f240c8b48f
Wed, 05 Jul 2017 16:54:55 +0200 Merge
duke [Wed, 05 Jul 2017 16:54:55 +0200] rev 2974
Merge
Sun, 21 Jun 2009 23:52:12 -0700 Merge
tbell [Sun, 21 Jun 2009 23:52:12 -0700] rev 2973
Merge
Thu, 11 Jun 2009 21:30:49 -0700 Merge
tbell [Thu, 11 Jun 2009 21:30:49 -0700] rev 2972
Merge
Wed, 20 May 2009 13:50:44 -0700 6827026: Change javac source and target default to 7
jjg [Wed, 20 May 2009 13:50:44 -0700] rev 2971
6827026: Change javac source and target default to 7 Reviewed-by: darcy, ohair
Thu, 18 Jun 2009 13:05:31 -0700 Added tag jdk7-b61 for changeset e1179c38abf6
xdono [Thu, 18 Jun 2009 13:05:31 -0700] rev 2970
Added tag jdk7-b61 for changeset e1179c38abf6
Wed, 05 Jul 2017 16:54:52 +0200 Merge
duke [Wed, 05 Jul 2017 16:54:52 +0200] rev 2969
Merge
Sun, 21 Jun 2009 23:51:39 -0700 Merge
tbell [Sun, 21 Jun 2009 23:51:39 -0700] rev 2968
Merge
Thu, 11 Jun 2009 21:26:25 -0700 Merge
tbell [Thu, 11 Jun 2009 21:26:25 -0700] rev 2967
Merge
Wed, 20 May 2009 13:45:44 -0700 6827026: Change javac source and target default to 7
jjg [Wed, 20 May 2009 13:45:44 -0700] rev 2966
6827026: Change javac source and target default to 7 Reviewed-by: darcy, ohair
Thu, 18 Jun 2009 13:05:30 -0700 Added tag jdk7-b61 for changeset 539a96985f3b
xdono [Thu, 18 Jun 2009 13:05:30 -0700] rev 2965
Added tag jdk7-b61 for changeset 539a96985f3b
Wed, 05 Jul 2017 16:54:48 +0200 Merge
duke [Wed, 05 Jul 2017 16:54:48 +0200] rev 2964
Merge
Sun, 21 Jun 2009 23:50:28 -0700 Merge
tbell [Sun, 21 Jun 2009 23:50:28 -0700] rev 2963
Merge
Thu, 11 Jun 2009 21:11:22 -0700 Merge
tbell [Thu, 11 Jun 2009 21:11:22 -0700] rev 2962
Merge
Wed, 20 May 2009 13:41:23 -0700 6827026: Change javac source and target default to 7
jjg [Wed, 20 May 2009 13:41:23 -0700] rev 2961
6827026: Change javac source and target default to 7 Reviewed-by: darcy, ohair
Thu, 18 Jun 2009 13:05:21 -0700 Added tag jdk7-b61 for changeset 5f63016850d8
xdono [Thu, 18 Jun 2009 13:05:21 -0700] rev 2960
Added tag jdk7-b61 for changeset 5f63016850d8
Wed, 05 Jul 2017 16:54:44 +0200 Merge
duke [Wed, 05 Jul 2017 16:54:44 +0200] rev 2959
Merge
Tue, 23 Jun 2009 23:09:49 -0700 Merge
yan [Tue, 23 Jun 2009 23:09:49 -0700] rev 2958
Merge
Wed, 17 Jun 2009 23:27:56 -0700 Merge
yan [Wed, 17 Jun 2009 23:27:56 -0700] rev 2957
Merge
Sat, 13 Jun 2009 06:43:54 +0900 6850113: Bidi class needs to be updated to support Unicode 5.1
peytoia [Sat, 13 Jun 2009 06:43:54 +0900] rev 2956
6850113: Bidi class needs to be updated to support Unicode 5.1 Reviewed-by: okutsu
Wed, 17 Jun 2009 21:13:04 +0100 6851515: awt_p.h incorporates a chunk of the XRender header
andrew [Wed, 17 Jun 2009 21:13:04 +0100] rev 2955
6851515: awt_p.h incorporates a chunk of the XRender header Summary: Use XRender header directly rather than copying chunks locally Reviewed-by: anthony, ohair
Tue, 16 Jun 2009 00:37:39 -0700 Merge
yan [Tue, 16 Jun 2009 00:37:39 -0700] rev 2954
Merge
Mon, 15 Jun 2009 11:15:55 -0400 6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails
dcherepanov [Mon, 15 Jun 2009 11:15:55 -0400] rev 2953
6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails Reviewed-by: anthony
Fri, 05 Jun 2009 17:30:05 +0400 6829180: Removing focused component from a window causes a JVM crash for JDK7b50+ on WinXP/Vista
dcherepanov [Fri, 05 Jun 2009 17:30:05 +0400] rev 2952
6829180: Removing focused component from a window causes a JVM crash for JDK7b50+ on WinXP/Vista Summary: access pData on the toolkit thread Reviewed-by: art, anthony, naoto
Thu, 04 Jun 2009 15:18:46 +0400 6832386: Fix JTreg test: java/awt/Graphics/DrawImageBG/SystemBgColorTest.java
anthony [Thu, 04 Jun 2009 15:18:46 +0400] rev 2951
6832386: Fix JTreg test: java/awt/Graphics/DrawImageBG/SystemBgColorTest.java Summary: Removed unneeded System.exit(0) call. Reviewed-by: art, ohair, anthony Contributed-by: Omair Majid <omajid@redhat.com>
Wed, 03 Jun 2009 17:41:05 +0400 6839645: Swing application prints message in Control Panel if language is changed
yan [Wed, 03 Jun 2009 17:41:05 +0400] rev 2950
6839645: Swing application prints message in Control Panel if language is changed Summary: just remove debug printout from production builds; ignore multicharacter-generating keys Reviewed-by: uta
Sun, 21 Jun 2009 23:52:58 -0700 Merge
tbell [Sun, 21 Jun 2009 23:52:58 -0700] rev 2949
Merge
Sun, 21 Jun 2009 12:02:14 -0700 6853336: (process) disable or remove clone-exec feature (6850720)
tbell [Sun, 21 Jun 2009 12:02:14 -0700] rev 2948
6853336: (process) disable or remove clone-exec feature (6850720) Summary: clone-exec feature (6850720) needs more work on 32-bit Linux Reviewed-by: alanb, michaelm Contributed-by: Martin Buchholz <martinrb@google.com>
Sun, 14 Jun 2009 14:33:30 -0700 6511515: poor performance of LogRecord.inferCaller depending on java.lang.Throwable.getStackTraceElement
martin [Sun, 14 Jun 2009 14:33:30 -0700] rev 2947
6511515: poor performance of LogRecord.inferCaller depending on java.lang.Throwable.getStackTraceElement Summary: Allow random access to stack trace elements; retrieve only needed ones Reviewed-by: swamyv Contributed-by: jeremymanson@google.com
Sun, 14 Jun 2009 14:23:22 -0700 6850720: (process) Use clone(CLONE_VM), not fork, on Linux to avoid swap exhaustion
martin [Sun, 14 Jun 2009 14:23:22 -0700] rev 2946
6850720: (process) Use clone(CLONE_VM), not fork, on Linux to avoid swap exhaustion Summary: Use clone(CLONE_VM) on Linux; Reluctantly implement execvpe. Reviewed-by: michaelm
Thu, 11 Jun 2009 21:32:12 -0700 Merge
tbell [Thu, 11 Jun 2009 21:32:12 -0700] rev 2945
Merge
Fri, 12 Jun 2009 09:00:38 +0800 6570344: Invalid RSA OID in sun.security.x509.AlgorithmId
xuelei [Fri, 12 Jun 2009 09:00:38 +0800] rev 2944
6570344: Invalid RSA OID in sun.security.x509.AlgorithmId Summary: change RSA OID to "2.5.8.1.1" Reviewed-by: mullan
(0) -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip