Wed, 11 Aug 2010 10:48:20 -0700 6973329: C2 with Zero based COOP produces code with broken anti-dependency on x86
kvn [Wed, 11 Aug 2010 10:48:20 -0700] rev 6188
6973329: C2 with Zero based COOP produces code with broken anti-dependency on x86 Summary: Recompile without subsuming loads if RA try to clone a node with anti_dependence. Reviewed-by: never
Wed, 11 Aug 2010 05:51:21 -0700 6976186: integrate Shark HotSpot changes
twisti [Wed, 11 Aug 2010 05:51:21 -0700] rev 6187
6976186: integrate Shark HotSpot changes Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: kvn, twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Wed, 11 Aug 2010 01:17:27 -0700 6975855: don't emit deopt MH handler in C1 if not required
twisti [Wed, 11 Aug 2010 01:17:27 -0700] rev 6186
6975855: don't emit deopt MH handler in C1 if not required Summary: This CR implements the same for C1 as 6926782 for C2. Reviewed-by: never
Tue, 10 Aug 2010 12:15:10 -0700 6975027: use of movptr to set length of array
never [Tue, 10 Aug 2010 12:15:10 -0700] rev 6185
6975027: use of movptr to set length of array Reviewed-by: kvn, iveresov
Mon, 09 Aug 2010 17:51:56 -0700 Merge
never [Mon, 09 Aug 2010 17:51:56 -0700] rev 6184
Merge
Mon, 09 Aug 2010 15:17:05 -0700 6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena()
kvn [Mon, 09 Aug 2010 15:17:05 -0700] rev 6183
6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena() Summary: Pass the check in ResourceObj() if _allocation value is already set and object is allocated on stack. Reviewed-by: dholmes, johnc
Fri, 06 Aug 2010 11:53:28 -0700 6975049: nsk/regression/b4287029 crashes with -Xss64 on solaris-i586
kvn [Fri, 06 Aug 2010 11:53:28 -0700] rev 6182
6975049: nsk/regression/b4287029 crashes with -Xss64 on solaris-i586 Summary: Tell C++ to not inline so much by using flag -xspace. Reviewed-by: ysr
Wed, 04 Aug 2010 17:42:20 -0700 6974682: CTW: assert(target != NULL) failed: must not be null
kvn [Wed, 04 Aug 2010 17:42:20 -0700] rev 6181
6974682: CTW: assert(target != NULL) failed: must not be null Summary: Add address table size to constant section size. Reviewed-by: never
Tue, 03 Aug 2010 15:55:03 -0700 6973963: SEGV in ciBlock::start_bci() with EA
kvn [Tue, 03 Aug 2010 15:55:03 -0700] rev 6180
6973963: SEGV in ciBlock::start_bci() with EA Summary: Added more checks into ResourceObj and growableArray to verify correctness of allocation type. Reviewed-by: never, coleenp, dholmes
Fri, 30 Jul 2010 10:21:15 -0700 6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
kvn [Fri, 30 Jul 2010 10:21:15 -0700] rev 6179
6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path() Summary: set Z = 0 (not equal) before repne_scan() to indicate that class was not found when RCX == 0. Reviewed-by: never, phh
Mon, 26 Jul 2010 15:58:07 -0700 Merge
never [Mon, 26 Jul 2010 15:58:07 -0700] rev 6178
Merge
Fri, 23 Jul 2010 10:07:46 -0700 6969569: assert(is_static() && is_constant()) failed: illegal call to constant_value()
kvn [Fri, 23 Jul 2010 10:07:46 -0700] rev 6177
6969569: assert(is_static() && is_constant()) failed: illegal call to constant_value() Summary: Add missing is_static guard. Reviewed-by: twisti
Tue, 03 Aug 2010 08:13:38 -0400 6953477: Increase portability and flexibility of building Hotspot
bobv [Tue, 03 Aug 2010 08:13:38 -0400] rev 6176
6953477: Increase portability and flexibility of building Hotspot Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
Wed, 28 Jul 2010 17:57:43 -0400 6958465: Sparc aten build24.0: openjdk-7.ea-b96 failed Error: Formal argument ... requires an lvalue
coleenp [Wed, 28 Jul 2010 17:57:43 -0400] rev 6175
6958465: Sparc aten build24.0: openjdk-7.ea-b96 failed Error: Formal argument ... requires an lvalue Summary: Fix compilation errors. Made non-const references const so can be assigned with lvalue. Reviewed-by: phh, xlu
Wed, 28 Jul 2010 17:38:21 +0100 6888526: Linux getCurrentThreadCpuTime is drastically slower than Windows
aph [Wed, 28 Jul 2010 17:38:21 +0100] rev 6174
6888526: Linux getCurrentThreadCpuTime is drastically slower than Windows Reviewed-by: dcubed, dholmes
Sun, 25 Jul 2010 07:31:50 -0700 Merge
apangin [Sun, 25 Jul 2010 07:31:50 -0700] rev 6173
Merge
Tue, 20 Jul 2010 08:41:42 -0700 6964170: Verifier crashes
apangin [Tue, 20 Jul 2010 08:41:42 -0700] rev 6172
6964170: Verifier crashes Summary: Check if klassOop != NULL rather than klass_part != NULL Reviewed-by: kamg, never
Sat, 17 Jul 2010 21:49:23 -0700 Merge
apangin [Sat, 17 Jul 2010 21:49:23 -0700] rev 6171
Merge
Fri, 16 Jul 2010 13:14:03 +0100 6649594: Intermittent IOExceptions during dynamic attach on linux and solaris
alanb [Fri, 16 Jul 2010 13:14:03 +0100] rev 6170
6649594: Intermittent IOExceptions during dynamic attach on linux and solaris Reviewed-by: dcubed, dholmes
Fri, 13 Aug 2010 11:38:16 -0700 Added tag jdk7-b105 for changeset 1b104350a980
cl [Fri, 13 Aug 2010 11:38:16 -0700] rev 6169
Added tag jdk7-b105 for changeset 1b104350a980
Fri, 13 Aug 2010 11:38:08 -0700 Added tag jdk7-b105 for changeset 50afdd611849
cl [Fri, 13 Aug 2010 11:38:08 -0700] rev 6168
Added tag jdk7-b105 for changeset 50afdd611849
Wed, 05 Jul 2017 17:19:35 +0200 Added tag jdk7-b105 for changeset 1ce7938efb03
duke [Wed, 05 Jul 2017 17:19:35 +0200] rev 6167
Added tag jdk7-b105 for changeset 1ce7938efb03
Wed, 05 Jul 2017 17:19:35 +0200 Merge jdk7-b105
duke [Wed, 05 Jul 2017 17:19:35 +0200] rev 6166
Merge
Wed, 05 Jul 2017 17:19:32 +0200 Merge
duke [Wed, 05 Jul 2017 17:19:32 +0200] rev 6165
Merge
Mon, 09 Aug 2010 16:03:07 -0700 Merge
lana [Mon, 09 Aug 2010 16:03:07 -0700] rev 6164
Merge
Mon, 02 Aug 2010 19:46:14 -0700 Merge
lana [Mon, 02 Aug 2010 19:46:14 -0700] rev 6163
Merge
Mon, 02 Aug 2010 16:29:54 -0700 6973626: test/tools/javac/processing/* tests fail with assertions enabled
jjg [Mon, 02 Aug 2010 16:29:54 -0700] rev 6162
6973626: test/tools/javac/processing/* tests fail with assertions enabled Reviewed-by: darcy
Mon, 02 Aug 2010 13:35:39 -0700 6971877: Project Coin: improve semantics of suppressed exceptions in try-with-resources
darcy [Mon, 02 Aug 2010 13:35:39 -0700] rev 6161
6971877: Project Coin: improve semantics of suppressed exceptions in try-with-resources Reviewed-by: jjb
Thu, 29 Jul 2010 22:04:41 -0700 Merge
lana [Thu, 29 Jul 2010 22:04:41 -0700] rev 6160
Merge
Thu, 29 Jul 2010 19:30:35 -0700 6966604: JavacFiler not correctly notified of lastRound
jjg [Thu, 29 Jul 2010 19:30:35 -0700] rev 6159
6966604: JavacFiler not correctly notified of lastRound Reviewed-by: darcy
Thu, 29 Jul 2010 19:27:11 -0700 6340549: javax.tools.JavaCompilerTool.getStandardFileManager().list() includes directories
jjg [Thu, 29 Jul 2010 19:27:11 -0700] rev 6158
6340549: javax.tools.JavaCompilerTool.getStandardFileManager().list() includes directories Reviewed-by: darcy
Thu, 29 Jul 2010 18:06:34 -0700 6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
jjg [Thu, 29 Jul 2010 18:06:34 -0700] rev 6157
6972556: warning for using a file name instead of a binary name for Filer.createSourceFile Reviewed-by: darcy
Thu, 29 Jul 2010 15:57:43 +0100 6970833: Try-with-resource implementation throws an NPE during Flow analysis
mcimadamore [Thu, 29 Jul 2010 15:57:43 +0100] rev 6156
6970833: Try-with-resource implementation throws an NPE during Flow analysis Summary: Updated logic not to rely upon Symbol.implementation (which check in superinterfaces) Reviewed-by: jjg
Thu, 29 Jul 2010 15:57:18 +0100 6972747: CheckExamples fail when assertions are enabled
mcimadamore [Thu, 29 Jul 2010 15:57:18 +0100] rev 6155
6972747: CheckExamples fail when assertions are enabled Summary: The test calls the wrong version of JavacMessage constructor Reviewed-by: jjg
Thu, 29 Jul 2010 15:56:25 +0100 6938454: Unable to determine generic type in program that compiles under Java 6
mcimadamore [Thu, 29 Jul 2010 15:56:25 +0100] rev 6154
6938454: Unable to determine generic type in program that compiles under Java 6 Summary: a redundant dubtyping check causes spurious inference failure Reviewed-by: jjg
Tue, 27 Jul 2010 11:52:11 -0700 6403456: -Werror should work with annotation processing
jjg [Tue, 27 Jul 2010 11:52:11 -0700] rev 6153
6403456: -Werror should work with annotation processing Reviewed-by: darcy
Tue, 27 Jul 2010 11:32:03 -0700 6972327: JCTree.pos incorrect for annotations without modifiers and package
jjg [Tue, 27 Jul 2010 11:32:03 -0700] rev 6152
6972327: JCTree.pos incorrect for annotations without modifiers and package Reviewed-by: mcimadamore Contributed-by: jan.lahoda@sun.com
Mon, 26 Jul 2010 14:25:56 -0700 6957438: improve code for generating warning messages containing option names
jjg [Mon, 26 Jul 2010 14:25:56 -0700] rev 6151
6957438: improve code for generating warning messages containing option names Reviewed-by: mcimadamore
Mon, 26 Jul 2010 14:18:45 -0700 6971882: Remove -XDstdout from javac test
jjg [Mon, 26 Jul 2010 14:18:45 -0700] rev 6150
6971882: Remove -XDstdout from javac test Reviewed-by: darcy
Thu, 22 Jul 2010 11:02:54 -0700 6968063: provide examples of code that generate diagnostics
jjg [Thu, 22 Jul 2010 11:02:54 -0700] rev 6149
6968063: provide examples of code that generate diagnostics Reviewed-by: mcimadamore
Fri, 16 Jul 2010 19:35:24 -0700 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
darcy [Fri, 16 Jul 2010 19:35:24 -0700] rev 6148
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler 6964740: Project Coin: More tests for ARM compiler changes 6965277: Project Coin: Correctness issues in ARM implementation 6967065: add -Xlint warning category for Automatic Resource Management (ARM) Reviewed-by: jjb, darcy, mcimadamore, jjg, briangoetz Contributed-by: tball@google.com
Thu, 15 Jul 2010 16:31:56 +0100 6964669: javac reports error on miranda methods
mcimadamore [Thu, 15 Jul 2010 16:31:56 +0100] rev 6147
6964669: javac reports error on miranda methods Summary: synthetic name clash check should not apply to miranda methods Reviewed-by: jjg Contributed-by: tomas.zezula@sun.com
Thu, 15 Jul 2010 16:31:02 +0100 6967002: JDK7 b99 javac compilation error (java.lang.AssertionError)
mcimadamore [Thu, 15 Jul 2010 16:31:02 +0100] rev 6146
6967002: JDK7 b99 javac compilation error (java.lang.AssertionError) Summary: bug in JavacParser related to parsing of type annotations in varargs position Reviewed-by: jjg Contributed-by: mahmood@notnoop.com
Tue, 13 Jul 2010 19:20:48 -0700 6968789: incorrect text in "diamond not supported" message
jjg [Tue, 13 Jul 2010 19:20:48 -0700] rev 6145
6968789: incorrect text in "diamond not supported" message Reviewed-by: darcy
Tue, 13 Jul 2010 19:17:55 -0700 6968434: test CheckResourceKeys fails on control builds
jjg [Tue, 13 Jul 2010 19:17:55 -0700] rev 6144
6968434: test CheckResourceKeys fails on control builds Reviewed-by: darcy
Tue, 13 Jul 2010 19:14:09 -0700 6966732: replace use of static Log.getLocalizedString with non-static alternative where possible
jjg [Tue, 13 Jul 2010 19:14:09 -0700] rev 6143
6966732: replace use of static Log.getLocalizedString with non-static alternative where possible Reviewed-by: darcy
Fri, 06 Aug 2010 12:52:19 -0700 Added tag jdk7-b104 for changeset fef4187d7622
cl [Fri, 06 Aug 2010 12:52:19 -0700] rev 6142
Added tag jdk7-b104 for changeset fef4187d7622
Wed, 05 Jul 2017 17:19:26 +0200 Merge
duke [Wed, 05 Jul 2017 17:19:26 +0200] rev 6141
Merge
Fri, 06 Aug 2010 12:52:00 -0700 Added tag jdk7-b104 for changeset 930517ba4d97
cl [Fri, 06 Aug 2010 12:52:00 -0700] rev 6140
Added tag jdk7-b104 for changeset 930517ba4d97
Wed, 05 Jul 2017 17:19:23 +0200 Merge
duke [Wed, 05 Jul 2017 17:19:23 +0200] rev 6139
Merge
Fri, 06 Aug 2010 12:51:59 -0700 Added tag jdk7-b104 for changeset e4e7ae0ec293
cl [Fri, 06 Aug 2010 12:51:59 -0700] rev 6138
Added tag jdk7-b104 for changeset e4e7ae0ec293
Wed, 05 Jul 2017 17:19:21 +0200 Merge
duke [Wed, 05 Jul 2017 17:19:21 +0200] rev 6137
Merge
Fri, 06 Aug 2010 12:51:49 -0700 Added tag jdk7-b104 for changeset cd7adc8eaafb
cl [Fri, 06 Aug 2010 12:51:49 -0700] rev 6136
Added tag jdk7-b104 for changeset cd7adc8eaafb
Wed, 05 Jul 2017 17:19:18 +0200 Merge
duke [Wed, 05 Jul 2017 17:19:18 +0200] rev 6135
Merge
Mon, 09 Aug 2010 16:02:19 -0700 Merge
lana [Mon, 09 Aug 2010 16:02:19 -0700] rev 6134
Merge
Mon, 02 Aug 2010 19:45:28 -0700 Merge
lana [Mon, 02 Aug 2010 19:45:28 -0700] rev 6133
Merge
(0) -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip