Fri, 07 Jan 2011 22:56:35 -0800 Merge
trims [Fri, 07 Jan 2011 22:56:35 -0800] rev 7727
Merge
Fri, 07 Jan 2011 15:54:32 -0800 Merge
dcubed [Fri, 07 Jan 2011 15:54:32 -0800] rev 7726
Merge
Fri, 07 Jan 2011 13:59:48 -0800 Merge
dcubed [Fri, 07 Jan 2011 13:59:48 -0800] rev 7725
Merge
Fri, 07 Jan 2011 10:42:32 -0500 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
phh [Fri, 07 Jan 2011 10:42:32 -0500] rev 7724
7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis Summary: Track allocated bytes in Thread's, update on TLAB retirement and direct allocation in Eden and tenured, add JNI methods for ThreadMXBean. Reviewed-by: coleenp, kvn, dholmes, ysr
Fri, 07 Jan 2011 15:57:02 -0500 Merge
bobv [Fri, 07 Jan 2011 15:57:02 -0500] rev 7723
Merge
Fri, 07 Jan 2011 12:44:54 -0500 7009268: guarantee(middle - slop > start) failed: need enough space to divide up
bobv [Fri, 07 Jan 2011 12:44:54 -0500] rev 7722
7009268: guarantee(middle - slop > start) failed: need enough space to divide up Summary: Codebuffer can overflow on test with large number of calls Reviewed-by: dholmes, collins
Fri, 07 Jan 2011 03:38:19 -0800 7009975: Large file support broken in hs20-b04
alanb [Fri, 07 Jan 2011 03:38:19 -0800] rev 7721
7009975: Large file support broken in hs20-b04 Reviewed-by: phh, acorn, kamg
Wed, 05 Jan 2011 21:23:15 -0500 6583275: Hotspot crash in vm_perform_shutdown_actions due to uninitialized TLS during out of memory handling
coleenp [Wed, 05 Jan 2011 21:23:15 -0500] rev 7720
6583275: Hotspot crash in vm_perform_shutdown_actions due to uninitialized TLS during out of memory handling Summary: Call get_thread_slow() in vm_perform_shutdown actions and add null check. Reviewed-by: kvn, dholmes, jcoomes
Mon, 03 Jan 2011 14:09:11 -0500 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp [Mon, 03 Jan 2011 14:09:11 -0500] rev 7719
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places. Summary: enhance the error reporting mechanism to help user to fix the problem rather than making it look like a VM error. Reviewed-by: kvn, kamg
Fri, 07 Jan 2011 03:41:07 -0800 Merge
twisti [Fri, 07 Jan 2011 03:41:07 -0800] rev 7718
Merge
Thu, 30 Dec 2010 23:44:45 -0800 7009849: C1: Incorrect frame size computation
iveresov [Thu, 30 Dec 2010 23:44:45 -0800] rev 7717
7009849: C1: Incorrect frame size computation Summary: Fix frame size computation Reviewed-by: phh, kvn
Thu, 30 Dec 2010 09:36:03 -0800 6928562: Assert(_no_handle_mark_nesting==0,"allocating handle inside NoHandleMark")
kvn [Thu, 30 Dec 2010 09:36:03 -0800] rev 7716
6928562: Assert(_no_handle_mark_nesting==0,"allocating handle inside NoHandleMark") Summary: reset NoHandleMark before going into VM. Reviewed-by: iveresov
Wed, 29 Dec 2010 10:41:43 -0800 7008325: CodeCache exhausted on sparc starting from hs20b04
kvn [Wed, 29 Dec 2010 10:41:43 -0800] rev 7715
7008325: CodeCache exhausted on sparc starting from hs20b04 Summary: remove clear_scratch_buffer_blob and let init_scratch_buffer_blob free and allocate a new blob if required. Reviewed-by: twisti
Tue, 28 Dec 2010 17:34:02 -0800 7009359: HS with -XX:+AggressiveOpts optimize new StringBuffer(null) so it does not throw NPE as expected
kvn [Tue, 28 Dec 2010 17:34:02 -0800] rev 7714
7009359: HS with -XX:+AggressiveOpts optimize new StringBuffer(null) so it does not throw NPE as expected Summary: Bailout StringConcat optimization if null is passed to StringBuffer constructor. Reviewed-by: iveresov
Mon, 27 Dec 2010 21:51:31 -0800 7009231: C1: Incorrect CAS code for longs on SPARC 32bit
iveresov [Mon, 27 Dec 2010 21:51:31 -0800] rev 7713
7009231: C1: Incorrect CAS code for longs on SPARC 32bit Summary: Fix CAS of longs on SPARC 32bit and cmove on SPARC 64bit. Reviewed-by: kvn
Wed, 22 Dec 2010 02:02:53 -0800 7007377: JSR 292 MethodHandlesTest.testCastFailure fails on SPARC with -Xcomp +DeoptimizeALot
twisti [Wed, 22 Dec 2010 02:02:53 -0800] rev 7712
7007377: JSR 292 MethodHandlesTest.testCastFailure fails on SPARC with -Xcomp +DeoptimizeALot Reviewed-by: kvn, jrose
Tue, 21 Dec 2010 22:57:17 -0800 7008466: Tiered: Enable testing of tiered compilation in JPRT
iveresov [Tue, 21 Dec 2010 22:57:17 -0800] rev 7711
7008466: Tiered: Enable testing of tiered compilation in JPRT Summary: Add running specjvm98 and specjbb2005 with tiered compilation enabled with JPRT. Reviewed-by: kvn
Tue, 21 Dec 2010 13:56:40 -0800 7003130: assert(iterations<CG_BUILD_ITER_LIMIT) failed: infinite EA connection graph
kvn [Tue, 21 Dec 2010 13:56:40 -0800] rev 7710
7003130: assert(iterations<CG_BUILD_ITER_LIMIT) failed: infinite EA connection graph Summary: bump CG_BUILD_ITER_LIMIT to 20 Reviewed-by: iveresov
Tue, 21 Dec 2010 04:37:30 -0800 7008165: Garbage in ClassFormatError message
twisti [Tue, 21 Dec 2010 04:37:30 -0800] rev 7709
7008165: Garbage in ClassFormatError message Summary: When bootstrap_method_ref in BootstrapMethods attribute points to a wrong CP entry (non-MethodHandle), JVM throws ClassFormatError with a message, where method index and class file name is garbage. Reviewed-by: iveresov
Sat, 18 Dec 2010 08:38:07 -0800 Merge
twisti [Sat, 18 Dec 2010 08:38:07 -0800] rev 7708
Merge
Sat, 18 Dec 2010 01:15:01 -0800 6990933: assert(sender_cb) failed: sanity in frame::sender_for_interpreter_frame
twisti [Sat, 18 Dec 2010 01:15:01 -0800] rev 7707
6990933: assert(sender_cb) failed: sanity in frame::sender_for_interpreter_frame Reviewed-by: never
Sat, 18 Dec 2010 06:40:56 -0800 Merge
never [Sat, 18 Dec 2010 06:40:56 -0800] rev 7706
Merge
Fri, 17 Dec 2010 15:55:32 -0800 6579789: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM
never [Fri, 17 Dec 2010 15:55:32 -0800] rev 7705
6579789: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM Reviewed-by: kvn, iveresov
Thu, 16 Dec 2010 14:15:12 -0800 7006505: Use kstat info to identify SPARC processor
kvn [Thu, 16 Dec 2010 14:15:12 -0800] rev 7704
7006505: Use kstat info to identify SPARC processor Summary: read Solaris kstat data to get more precise CPU information Reviewed-by: iveresov, never, twisti, dholmes
Thu, 16 Dec 2010 12:47:52 -0800 6839888: Array overrun in vm adlc
never [Thu, 16 Dec 2010 12:47:52 -0800] rev 7703
6839888: Array overrun in vm adlc Reviewed-by: kvn, iveresov
Thu, 16 Dec 2010 01:46:02 -0800 Merge
iveresov [Thu, 16 Dec 2010 01:46:02 -0800] rev 7702
Merge
Tue, 14 Dec 2010 23:17:00 -0800 6765546: Wrong sscanf used to parse CompilerOracle command >= 32 characters could lead to crash
never [Tue, 14 Dec 2010 23:17:00 -0800] rev 7701
6765546: Wrong sscanf used to parse CompilerOracle command >= 32 characters could lead to crash Reviewed-by: kvn, iveresov
Tue, 14 Dec 2010 12:44:30 -0800 7006044: materialize cheap non-oop pointers on 64-bit SPARC
twisti [Tue, 14 Dec 2010 12:44:30 -0800] rev 7700
7006044: materialize cheap non-oop pointers on 64-bit SPARC Summary: After 6961690 we load non-oop pointers for the constant table which could easily be materialized in a few instructions. Reviewed-by: never, kvn
Tue, 28 Dec 2010 09:54:09 -0500 Merge
coleenp [Tue, 28 Dec 2010 09:54:09 -0500] rev 7699
Merge
Mon, 27 Dec 2010 09:56:29 -0500 Merge
zgu [Mon, 27 Dec 2010 09:56:29 -0500] rev 7698
Merge
Mon, 27 Dec 2010 09:30:20 -0500 6975480: VS2010 says _STATIC_CPPLIB is deprecated, may need to change this usage
zgu [Mon, 27 Dec 2010 09:30:20 -0500] rev 7697
6975480: VS2010 says _STATIC_CPPLIB is deprecated, may need to change this usage Summary: Disabled the warning message during compiling. Reviewed-by: coleenp, dholmes
Thu, 23 Dec 2010 07:58:35 -0800 6987812: 2/3 SAJDI: "gHotSpotVMTypes was not initialized properly in the remote process"
dcubed [Thu, 23 Dec 2010 07:58:35 -0800] rev 7696
6987812: 2/3 SAJDI: "gHotSpotVMTypes was not initialized properly in the remote process" Summary: Change ExportDirectoryTableImpl to return the 'Export RVA' field without modification. Read 'Base Of Data' field in optional header when PE32 format COFF file is read. Refine search for dbgeng.dll and dbghelp.dll. Other cleanups. Reviewed-by: swamyv, poonam
Wed, 22 Dec 2010 16:52:02 -0500 Merge
coleenp [Wed, 22 Dec 2010 16:52:02 -0500] rev 7695
Merge
Wed, 22 Dec 2010 12:24:40 -0500 Merge
coleenp [Wed, 22 Dec 2010 12:24:40 -0500] rev 7694
Merge
Wed, 22 Dec 2010 11:52:12 -0500 Merge
zgu [Wed, 22 Dec 2010 11:52:12 -0500] rev 7693
Merge
Wed, 22 Dec 2010 11:24:21 -0500 6961186: Better VM handling of unexpected exceptions from application native code
zgu [Wed, 22 Dec 2010 11:24:21 -0500] rev 7692
6961186: Better VM handling of unexpected exceptions from application native code Summary: Trap uncaught C++ exception on Windows and Solaris and generate hs_err report. Reviewed-by: coleenp, bobv, dholmes
Tue, 21 Dec 2010 23:39:42 -0500 7008444: Remove unnecessary include of stdint.h in java_md.c
dholmes [Tue, 21 Dec 2010 23:39:42 -0500] rev 7691
7008444: Remove unnecessary include of stdint.h in java_md.c Summary: Remove unnecessary include of stdint.h in java_md.c Reviewed-by: brutisso, kvn
Mon, 20 Dec 2010 14:30:24 -0500 7007769: VM crashes with SIGBUS writing PerfData if tmp space is full
bobv [Mon, 20 Dec 2010 14:30:24 -0500] rev 7690
7007769: VM crashes with SIGBUS writing PerfData if tmp space is full Summary: Fill perfdata file with zeros to verify available disk space Reviewed-by: coleenp, kamg
Fri, 17 Dec 2010 12:14:48 +0000 7003487: clhsdbproc stacktrace fails on x64
kevinw [Fri, 17 Dec 2010 12:14:48 +0000] rev 7689
7003487: clhsdbproc stacktrace fails on x64 Reviewed-by: phh
Fri, 07 Jan 2011 22:42:10 -0800 7011125: Bump the HS20 build number to 06
trims [Fri, 07 Jan 2011 22:42:10 -0800] rev 7688
7011125: Bump the HS20 build number to 06 Summary: Update the HS20 build number to 06 Reviewed-by: jcoomes
Fri, 07 Jan 2011 19:09:02 -0800 Added tag hs20-b05 for changeset 5f31baaff55b
trims [Fri, 07 Jan 2011 19:09:02 -0800] rev 7687
Added tag hs20-b05 for changeset 5f31baaff55b
Thu, 06 Jan 2011 20:10:19 -0800 Added tag jdk7-b124 for changeset 5f31baaff55b
cl [Thu, 06 Jan 2011 20:10:19 -0800] rev 7686
Added tag jdk7-b124 for changeset 5f31baaff55b
Thu, 06 Jan 2011 20:10:13 -0800 Added tag jdk7-b124 for changeset a8d5f59bbae6
cl [Thu, 06 Jan 2011 20:10:13 -0800] rev 7685
Added tag jdk7-b124 for changeset a8d5f59bbae6
Wed, 05 Jul 2017 17:31:10 +0200 Added tag jdk7-b124 for changeset aa894c225b1a
duke [Wed, 05 Jul 2017 17:31:10 +0200] rev 7684
Added tag jdk7-b124 for changeset aa894c225b1a
Wed, 05 Jul 2017 17:31:10 +0200 Merge jdk7-b124
duke [Wed, 05 Jul 2017 17:31:10 +0200] rev 7683
Merge
Wed, 05 Jul 2017 17:31:07 +0200 Merge
duke [Wed, 05 Jul 2017 17:31:07 +0200] rev 7682
Merge
Tue, 28 Dec 2010 15:54:52 -0800 6962318: Update copyright year
ohair [Tue, 28 Dec 2010 15:54:52 -0800] rev 7681
6962318: Update copyright year Reviewed-by: xdono
Wed, 22 Dec 2010 15:57:38 -0800 Added tag jdk7-b123 for changeset 00e80d00deea
cl [Wed, 22 Dec 2010 15:57:38 -0800] rev 7680
Added tag jdk7-b123 for changeset 00e80d00deea
Wed, 05 Jul 2017 17:31:03 +0200 Merge
duke [Wed, 05 Jul 2017 17:31:03 +0200] rev 7679
Merge
Tue, 28 Dec 2010 15:53:15 -0800 6962318: Update copyright year
ohair [Tue, 28 Dec 2010 15:53:15 -0800] rev 7678
6962318: Update copyright year Reviewed-by: xdono
Wed, 22 Dec 2010 15:57:20 -0800 Added tag jdk7-b123 for changeset 06df97f9d413
cl [Wed, 22 Dec 2010 15:57:20 -0800] rev 7677
Added tag jdk7-b123 for changeset 06df97f9d413
Wed, 05 Jul 2017 17:30:59 +0200 Merge
duke [Wed, 05 Jul 2017 17:30:59 +0200] rev 7676
Merge
Tue, 28 Dec 2010 15:52:56 -0800 6962318: Update copyright year
ohair [Tue, 28 Dec 2010 15:52:56 -0800] rev 7675
6962318: Update copyright year Reviewed-by: xdono
Wed, 22 Dec 2010 15:57:19 -0800 Added tag jdk7-b123 for changeset 0fe786c062f0
cl [Wed, 22 Dec 2010 15:57:19 -0800] rev 7674
Added tag jdk7-b123 for changeset 0fe786c062f0
Wed, 05 Jul 2017 17:30:56 +0200 Merge
duke [Wed, 05 Jul 2017 17:30:56 +0200] rev 7673
Merge
Tue, 28 Dec 2010 15:52:36 -0800 6962318: Update copyright year
ohair [Tue, 28 Dec 2010 15:52:36 -0800] rev 7672
6962318: Update copyright year Reviewed-by: xdono
Wed, 22 Dec 2010 15:57:09 -0800 Added tag jdk7-b123 for changeset c7ae8ae2340b
cl [Wed, 22 Dec 2010 15:57:09 -0800] rev 7671
Added tag jdk7-b123 for changeset c7ae8ae2340b
Wed, 05 Jul 2017 17:30:53 +0200 Merge
duke [Wed, 05 Jul 2017 17:30:53 +0200] rev 7670
Merge
Tue, 28 Dec 2010 16:12:31 -0800 6991482: Add global jdk makefile options to silence some VS2010 warnings
ohair [Tue, 28 Dec 2010 16:12:31 -0800] rev 7669
6991482: Add global jdk makefile options to silence some VS2010 warnings Reviewed-by: prr
Tue, 28 Dec 2010 15:53:50 -0800 6962318: Update copyright year
ohair [Tue, 28 Dec 2010 15:53:50 -0800] rev 7668
6962318: Update copyright year Reviewed-by: xdono
Fri, 24 Dec 2010 11:17:10 -0800 Merge
ohair [Fri, 24 Dec 2010 11:17:10 -0800] rev 7667
Merge
Thu, 23 Dec 2010 18:50:21 -0800 7008723: Remove binary plugs creation and use from openjdk
ohair [Thu, 23 Dec 2010 18:50:21 -0800] rev 7666
7008723: Remove binary plugs creation and use from openjdk Reviewed-by: mchung, andrew, aph, dholmes
Tue, 21 Dec 2010 18:21:26 -0800 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location
ohair [Tue, 21 Dec 2010 18:21:26 -0800] rev 7665
6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location Reviewed-by: ksrini
Wed, 22 Dec 2010 15:57:26 -0800 Added tag jdk7-b123 for changeset 8de47554f105
cl [Wed, 22 Dec 2010 15:57:26 -0800] rev 7664
Added tag jdk7-b123 for changeset 8de47554f105
Wed, 05 Jul 2017 17:30:47 +0200 Merge
duke [Wed, 05 Jul 2017 17:30:47 +0200] rev 7663
Merge
Mon, 03 Jan 2011 15:30:05 -0800 7010068: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - first pass
trims [Mon, 03 Jan 2011 15:30:05 -0800] rev 7662
7010068: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - first pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: jcoomes
Fri, 24 Dec 2010 07:59:50 -0800 7008759: Bump the HS20 build number to 05
trims [Fri, 24 Dec 2010 07:59:50 -0800] rev 7661
7008759: Bump the HS20 build number to 05 Summary: Update the HS20 build number to 05 Reviewed-by: jcoomes
Thu, 23 Dec 2010 12:19:57 -0800 Merge
johnc [Thu, 23 Dec 2010 12:19:57 -0800] rev 7660
Merge
Sun, 19 Dec 2010 20:57:16 -0500 6896624: G1: hotspot:::gc and hotspot:::mem-pool-gc probes are not fired
tonyp [Sun, 19 Dec 2010 20:57:16 -0500] rev 7659
6896624: G1: hotspot:::gc and hotspot:::mem-pool-gc probes are not fired Summary: Fire the gc-begin and gc-end probes for G1. Reviewed-by: kamg, ysr, jcoomes
Fri, 17 Dec 2010 23:41:31 -0800 6807801: CMS: could save/restore fewer header words during scavenge
ysr [Fri, 17 Dec 2010 23:41:31 -0800] rev 7658
6807801: CMS: could save/restore fewer header words during scavenge Summary: Age bits need not enter the mark-word preservation calculus; also affected, in addition to CMS, per CR synopsis above, were ParNew (but not DefNew), ParallelScavenge and G1, albeit to a lesser degree than CMS. Reviewed-by: tonyp, johnc
Fri, 17 Dec 2010 11:26:53 -0800 7006113: G1: Initialize ReferenceProcessor::_is_alive_non_header field
johnc [Fri, 17 Dec 2010 11:26:53 -0800] rev 7657
7006113: G1: Initialize ReferenceProcessor::_is_alive_non_header field Summary: Initialize the _is_alive_non_header field of G1's reference processor with an instance of the G1CMIsAliveClosure. This will stop adding reference objects with live referents to the discovered reference lists unnecessarily. Reviewed-by: tonyp, ysr, jwilhelm, brutisso
Wed, 22 Dec 2010 19:20:47 -0800 Added tag hs20-b04 for changeset 5d1dc8153960
trims [Wed, 22 Dec 2010 19:20:47 -0800] rev 7656
Added tag hs20-b04 for changeset 5d1dc8153960
Wed, 22 Dec 2010 15:57:14 -0800 Added tag jdk7-b123 for changeset 5d1dc8153960
cl [Wed, 22 Dec 2010 15:57:14 -0800] rev 7655
Added tag jdk7-b123 for changeset 5d1dc8153960
Tue, 28 Dec 2010 15:52:09 -0800 6962318: Update copyright year
ohair [Tue, 28 Dec 2010 15:52:09 -0800] rev 7654
6962318: Update copyright year Reviewed-by: xdono
Fri, 24 Dec 2010 11:16:02 -0800 Merge
ohair [Fri, 24 Dec 2010 11:16:02 -0800] rev 7653
Merge
Thu, 23 Dec 2010 18:41:57 -0800 7008723: Remove binary plugs creation and use from openjdk
ohair [Thu, 23 Dec 2010 18:41:57 -0800] rev 7652
7008723: Remove binary plugs creation and use from openjdk Reviewed-by: mchung, andrew, aph, dholmes
Wed, 22 Dec 2010 12:27:14 -0800 Merge
ohair [Wed, 22 Dec 2010 12:27:14 -0800] rev 7651
Merge
Wed, 22 Dec 2010 12:25:52 -0800 7003845: README-builds document proper location of forest extension, provide alternatives
ohair [Wed, 22 Dec 2010 12:25:52 -0800] rev 7650
7003845: README-builds document proper location of forest extension, provide alternatives Reviewed-by: robilad
Tue, 21 Dec 2010 16:44:00 -0800 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location
ohair [Tue, 21 Dec 2010 16:44:00 -0800] rev 7649
6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location Reviewed-by: ksrini
Wed, 22 Dec 2010 15:57:04 -0800 Added tag jdk7-b123 for changeset 346d9718942b
cl [Wed, 22 Dec 2010 15:57:04 -0800] rev 7648
Added tag jdk7-b123 for changeset 346d9718942b
Wed, 05 Jul 2017 17:30:37 +0200 Added tag jdk7-b123 for changeset 142129d8599d
duke [Wed, 05 Jul 2017 17:30:37 +0200] rev 7647
Added tag jdk7-b123 for changeset 142129d8599d
Wed, 05 Jul 2017 17:30:37 +0200 Merge jdk7-b123
duke [Wed, 05 Jul 2017 17:30:37 +0200] rev 7646
Merge
Wed, 05 Jul 2017 17:30:34 +0200 Merge
duke [Wed, 05 Jul 2017 17:30:34 +0200] rev 7645
Merge
Mon, 20 Dec 2010 21:10:57 -0800 Merge
lana [Mon, 20 Dec 2010 21:10:57 -0800] rev 7644
Merge
Mon, 13 Dec 2010 15:11:00 -0800 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore [Mon, 13 Dec 2010 15:11:00 -0800] rev 7643
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings Reviewed-by: jjg, darcy
Mon, 13 Dec 2010 14:08:01 -0800 Merge
bpatel [Mon, 13 Dec 2010 14:08:01 -0800] rev 7642
Merge
Mon, 13 Dec 2010 13:44:47 -0800 7006270: Several javadoc regression tests are failing on windows
bpatel [Mon, 13 Dec 2010 13:44:47 -0800] rev 7641
7006270: Several javadoc regression tests are failing on windows Reviewed-by: jjg
Mon, 13 Dec 2010 14:56:50 +0000 7006109: Add test library to simplify the task of writing automated type-system tests
mcimadamore [Mon, 13 Dec 2010 14:56:50 +0000] rev 7640
7006109: Add test library to simplify the task of writing automated type-system tests Summary: Types.java needs to be more stress-tested Reviewed-by: jjg
Sun, 12 Dec 2010 21:58:56 -0800 Merge
lana [Sun, 12 Dec 2010 21:58:56 -0800] rev 7639
Merge
Sun, 12 Dec 2010 15:31:28 -0800 Merge
lana [Sun, 12 Dec 2010 15:31:28 -0800] rev 7638
Merge
Sun, 12 Dec 2010 10:05:40 -0800 6990134: minor (but red) findbugs warnings
jjg [Sun, 12 Dec 2010 10:05:40 -0800] rev 7637
6990134: minor (but red) findbugs warnings Reviewed-by: mcimadamore
Fri, 10 Dec 2010 07:38:28 -0800 6504896: TreeMaker.Literal(Object) does not support Booleans
jjg [Fri, 10 Dec 2010 07:38:28 -0800] rev 7636
6504896: TreeMaker.Literal(Object) does not support Booleans Reviewed-by: mcimadamore
Fri, 10 Dec 2010 15:24:17 +0000 6199075: Unambiguous varargs method calls flagged as ambiguous
mcimadamore [Fri, 10 Dec 2010 15:24:17 +0000] rev 7635
6199075: Unambiguous varargs method calls flagged as ambiguous Summary: javac does not implement overload resolution w.r.t. varargs methods as described in the JLS Reviewed-by: jjg
Fri, 10 Dec 2010 15:23:42 +0000 7005671: Regression: compiler accepts invalid cast from X[] to primitive array
mcimadamore [Fri, 10 Dec 2010 15:23:42 +0000] rev 7634
7005671: Regression: compiler accepts invalid cast from X[] to primitive array Summary: regression in type conversion after 292 changes Reviewed-by: jjg
Thu, 09 Dec 2010 19:53:03 -0800 6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment)
jjg [Thu, 09 Dec 2010 19:53:03 -0800] rev 7633
6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment) Reviewed-by: darcy
Thu, 09 Dec 2010 18:33:32 -0800 7005856: avoid name clash for langtools when building on MacOS
jjg [Thu, 09 Dec 2010 18:33:32 -0800] rev 7632
7005856: avoid name clash for langtools when building on MacOS Reviewed-by: mcimadamore
Thu, 09 Dec 2010 08:48:08 -0800 6985202: no access to doc comments from Tree API
jjg [Thu, 09 Dec 2010 08:48:08 -0800] rev 7631
6985202: no access to doc comments from Tree API Reviewed-by: mcimadamore
Thu, 09 Dec 2010 08:24:42 -0800 4917091: javac rejects array over 128 in length
jjg [Thu, 09 Dec 2010 08:24:42 -0800] rev 7630
4917091: javac rejects array over 128 in length Reviewed-by: mcimadamore
Thu, 09 Dec 2010 15:50:57 +0000 7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute
mcimadamore [Thu, 09 Dec 2010 15:50:57 +0000] rev 7629
7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute Summary: compiler crashes with assertion error if '-g' option is passed and source contains multicatch Reviewed-by: jjg
Thu, 09 Dec 2010 15:50:34 +0000 6476118: compiler bug causes runtime ClassCastException for generics overloading
mcimadamore [Thu, 09 Dec 2010 15:50:34 +0000] rev 7628
6476118: compiler bug causes runtime ClassCastException for generics overloading Summary: compiler allows bridge methods to override unrelated method Reviewed-by: jjg
Thu, 09 Dec 2010 15:50:10 +0000 7005095: Cast: compile reject sensible cast from final class to interface
mcimadamore [Thu, 09 Dec 2010 15:50:10 +0000] rev 7627
7005095: Cast: compile reject sensible cast from final class to interface Summary: a previous fix to cast conversion has made the compiler too strict w.r.t. final cast Reviewed-by: jjg
Wed, 08 Dec 2010 21:21:42 -0800 7003550: Loosen modeling requirements for annotation processing erroneous code
darcy [Wed, 08 Dec 2010 21:21:42 -0800] rev 7626
7003550: Loosen modeling requirements for annotation processing erroneous code Reviewed-by: jjg
Wed, 08 Dec 2010 13:42:57 -0800 7004698: javap does not output CharacterRangeTable attributes correctly
jjg [Wed, 08 Dec 2010 13:42:57 -0800] rev 7625
7004698: javap does not output CharacterRangeTable attributes correctly Reviewed-by: mcimadamore
Tue, 07 Dec 2010 14:13:25 -0800 6999210: javac should be able to warn of anomalous conditions in classfiles
jjg [Tue, 07 Dec 2010 14:13:25 -0800] rev 7624
6999210: javac should be able to warn of anomalous conditions in classfiles Reviewed-by: mcimadamore, darcy
Mon, 06 Dec 2010 11:51:02 +0000 5088429: varargs overloading problem
mcimadamore [Mon, 06 Dec 2010 11:51:02 +0000] rev 7623
5088429: varargs overloading problem Summary: compiler implementation for overload resolution w/ varargs method does not match JLS Reviewed-by: jjg
Mon, 06 Dec 2010 11:50:37 +0000 7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
mcimadamore [Mon, 06 Dec 2010 11:50:37 +0000] rev 7622
7002070: If catch clause has an incompatible type, error pointer points to first exception type in list Summary: Attribution should check each component of a disjunctive type separately, rather than checking the corresponding lub() Reviewed-by: jjg
Mon, 06 Dec 2010 11:49:00 +0000 7003744: Compiler error concerning final variables
mcimadamore [Mon, 06 Dec 2010 11:49:00 +0000] rev 7621
7003744: Compiler error concerning final variables Summary: Flow analysis does not cleanup init/uninint bit masks after for-loop Reviewed-by: jjg
Sun, 05 Dec 2010 15:26:55 -0800 Merge
lana [Sun, 05 Dec 2010 15:26:55 -0800] rev 7620
Merge
Fri, 03 Dec 2010 13:47:59 -0800 6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails.
jjh [Fri, 03 Dec 2010 13:47:59 -0800] rev 7619
6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails. Reviewed-by: jjg
Fri, 03 Dec 2010 16:32:31 +0000 7002837: Diamond: javac generates diamond inference errors when in 'finder' mode
mcimadamore [Fri, 03 Dec 2010 16:32:31 +0000] rev 7618
7002837: Diamond: javac generates diamond inference errors when in 'finder' mode Summary: Javac should disable error messages when analyzing instance creation expression in 'diamond finder' mode Reviewed-by: jjg
Fri, 03 Dec 2010 16:31:23 +0000 6956758: NPE in com.sun.tools.javac.code.Symbol - isSubClass
mcimadamore [Fri, 03 Dec 2010 16:31:23 +0000] rev 7617
6956758: NPE in com.sun.tools.javac.code.Symbol - isSubClass Summary: Use of TransTypes.cast() instead of TransTypes.coerce() causes NPE in Lower Reviewed-by: jjg
Thu, 02 Dec 2010 16:38:16 -0800 Merge
jjg [Thu, 02 Dec 2010 16:38:16 -0800] rev 7616
Merge
Thu, 02 Dec 2010 16:37:23 -0800 7004029: intermittent failures compiling pack200
jjg [Thu, 02 Dec 2010 16:37:23 -0800] rev 7615
7004029: intermittent failures compiling pack200 Summary: remove "bogus" entries from star-import scopes Reviewed-by: mcimadamore Contributed-by: per.bothner@oracle.com
Wed, 01 Dec 2010 11:02:38 -0800 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel [Wed, 01 Dec 2010 11:02:38 -0800] rev 7614
6851834: Javadoc doclet needs a structured approach to generate the output HTML. Reviewed-by: jjg
Thu, 16 Dec 2010 19:57:01 -0800 Merge
ohair [Thu, 16 Dec 2010 19:57:01 -0800] rev 7613
Merge
Wed, 15 Dec 2010 15:30:12 -0800 Merge
ohair [Wed, 15 Dec 2010 15:30:12 -0800] rev 7612
Merge
Sun, 05 Dec 2010 18:18:12 -0800 Merge
mfang [Sun, 05 Dec 2010 18:18:12 -0800] rev 7611
Merge
Fri, 03 Dec 2010 20:31:57 -0800 6522789: [zh_CN] translation of "enclosing class" in doclet is incorrect
mfang [Fri, 03 Dec 2010 20:31:57 -0800] rev 7610
6522789: [zh_CN] translation of "enclosing class" in doclet is incorrect Reviewed-by: yhuang
Thu, 16 Dec 2010 18:18:18 -0800 Added tag jdk7-b122 for changeset 41cc0cb556fe
cl [Thu, 16 Dec 2010 18:18:18 -0800] rev 7609
Added tag jdk7-b122 for changeset 41cc0cb556fe
Wed, 05 Jul 2017 17:30:26 +0200 Merge
duke [Wed, 05 Jul 2017 17:30:26 +0200] rev 7608
Merge
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip