never [Thu, 12 May 2011 16:24:44 -0700] rev 9639
Merge
twisti [Thu, 12 May 2011 14:04:48 -0700] rev 9638
6998541: JSR 292 implement missing return-type conversion for OP_RETYPE_RAW
Reviewed-by: jrose, kvn, never
never [Thu, 12 May 2011 10:33:17 -0700] rev 9637
Merge
never [Thu, 12 May 2011 10:29:02 -0700] rev 9636
7043461: VM crashes in void LinkResolver::runtime_resolve_virtual_method
Reviewed-by: kvn, coleenp
never [Tue, 10 May 2011 17:44:14 -0700] rev 9635
7043040: JSR292: JRuby bench/shootout/binarytrees.ruby-2.ruby SEGV: constantPoolKlass::oop_follow_contents
Reviewed-by: kvn, ysr
kvn [Tue, 10 May 2011 12:57:21 -0700] rev 9634
7043552: regression after 7042327
Summary: Generate Opaque2 node only during first unroll.
Reviewed-by: never
twisti [Tue, 10 May 2011 00:45:03 -0700] rev 9633
7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters
Reviewed-by: jrose, never, kvn
never [Mon, 09 May 2011 19:45:52 -0700] rev 9632
7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area
Reviewed-by: kvn
never [Fri, 06 May 2011 19:34:55 -0700] rev 9631
Merge
never [Fri, 06 May 2011 16:33:13 -0700] rev 9630
6939861: JVM should handle more conversion operations
Reviewed-by: twisti, jrose
iveresov [Fri, 06 May 2011 12:12:29 -0700] rev 9629
7042153: guarantee(x_compare_res != Constant::not_comparable) failed: incomparable constants in IfOp
Summary: Handle IfOps folding properly in case of unloaded constant oop arguments
Reviewed-by: kvn, never
ysr [Thu, 12 May 2011 17:36:45 -0700] rev 9628
Merge
ysr [Thu, 12 May 2011 15:05:22 -0700] rev 9627
Merge
ysr [Wed, 11 May 2011 15:47:12 -0700] rev 9626
7043891: CMS: assert(_whole_heap.contains(p)) failed: out of bounds access to card marking array
Summary: Fixed assertion checking code that was attempting to translate addresses past end of space for card-table slot. Also elaborated some assertion checking messages.
Reviewed-by: iveresov, jmasa, tonyp
iveresov [Tue, 10 May 2011 12:26:10 -0700] rev 9625
7043564: compile warning and copyright fixes
Summary: Fixed the warning, also fixed copyrights in a bunch of files.
Reviewed-by: johnc, kvn
ysr [Tue, 10 May 2011 00:33:21 -0700] rev 9624
6883834: ParNew: assert(!_g->to()->is_in_reserved(obj),"Scanning field twice?") with LargeObjects tests
Summary: Fixed process_chunk_boundaries(), used for parallel card scanning when using ParNew/CMS, so as to prevent double-scanning, or worse, non-scanning of imprecisely marked objects exceeding parallel chunk size. Made some sizing parameters for parallel card scanning diagnostic, disabled ParallelGCRetainPLAB, and elaborated and clarified some comments.
Reviewed-by: stefank, johnc
fparain [Thu, 12 May 2011 10:30:11 -0700] rev 9623
7036199: Adding a notification to the implementation of GarbageCollectorMXBeans
Summary: Add a notification to the GarbageCollectorMXBeans
Reviewed-by: acorn, mchung
kamg [Wed, 11 May 2011 13:19:53 -0400] rev 9622
Merge
dcubed [Wed, 11 May 2011 08:59:46 -0700] rev 9621
7043298: 4/4 fix for 7028172 causes "Label too long: ..." error message
Summary: Use '-e' version of sed expressions. Clarify and fix comments
Reviewed-by: never, acorn
trims [Thu, 12 May 2011 21:42:52 -0700] rev 9620
Added tag hs21-b12 for changeset 19acba38f929
schien [Thu, 12 May 2011 17:17:22 -0700] rev 9619
Added tag jdk7-b142 for changeset 19acba38f929
ohair [Mon, 16 May 2011 08:40:01 -0700] rev 9618
7043700: Regression for IcedTea builds
Reviewed-by: dholmes, omajid
schien [Thu, 12 May 2011 17:17:14 -0700] rev 9617
Added tag jdk7-b142 for changeset 70e694b33e64
duke [Wed, 05 Jul 2017 17:44:12 +0200] rev 9616
Added tag jdk7-b142 for changeset 92bf0655022d
duke [Wed, 05 Jul 2017 17:44:12 +0200] rev 9615
Merge
duke [Wed, 05 Jul 2017 17:44:09 +0200] rev 9614
Merge
mfang [Tue, 10 May 2011 19:58:00 -0700] rev 9613
Merge
mfang [Tue, 10 May 2011 15:07:08 -0700] rev 9612
7043548: message drop 3 translation integration
Reviewed-by: yhuang
mfang [Tue, 10 May 2011 15:04:37 -0700] rev 9611
7022005: [ja,zh_CN] javadoc, part of navigation bar in generated html are not translated.
Reviewed-by: yhuang
jgodinez [Mon, 09 May 2011 12:34:02 -0700] rev 9610
Merge
jgodinez [Tue, 03 May 2011 22:17:58 -0700] rev 9609
Merge
bpatel [Mon, 02 May 2011 10:10:31 -0700] rev 9608
6553182: Need to modify javadoc doclet for GPL
Reviewed-by: jjg
mcimadamore [Mon, 02 May 2011 12:05:41 +0100] rev 9607
7040883: Compilation error: "length in Array is defined in an inaccessible class or interface"
Summary: Fix of 7034511 (now backed out) is causing spurious accessibility errors
Reviewed-by: jjg
bpatel [Mon, 02 May 2011 02:13:02 -0700] rev 9606
6492694: @deprecated tag doesn't work in package-info files.
Reviewed-by: jjg
lana [Sat, 30 Apr 2011 16:57:18 -0700] rev 9605
Merge
mcimadamore [Sat, 30 Apr 2011 11:57:46 +0100] rev 9604
7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
Summary: diamond should be disallowed in cases where explicit generic constructor parameters are specified
Reviewed-by: jjg
mcimadamore [Fri, 29 Apr 2011 16:06:28 +0100] rev 9603
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
Summary: Accessing a non-existing enum constant from an annotation whose class is available results in an internal error
Reviewed-by: jjg
mcimadamore [Fri, 29 Apr 2011 16:05:56 +0100] rev 9602
7034495: Javac asserts on usage of wildcards in bounds
Summary: Problem with intersection types and wildcards causing javac to crash
Reviewed-by: jjg
mcimadamore [Fri, 29 Apr 2011 16:05:29 +0100] rev 9601
7039937: Improved catch analysis fails to handle a common idiom in the libraries
Summary: Disable generation of 'unreachable catch' warnings for catch statements catching Exception/Throwable
Reviewed-by: jjg
mcimadamore [Fri, 29 Apr 2011 16:05:02 +0100] rev 9600
7040104: javac NPE on Object a[]; Object o = (a=null)[0];
Summary: When a null literal is found on top of stack, if expected type is 1-dimension array no checkcast is emitted
Reviewed-by: jjg
jjg [Thu, 28 Apr 2011 15:05:36 -0700] rev 9599
7029150: Project Coin: present union types from the tree API through to javax.lang.model
Reviewed-by: mcimadamore
mchung [Thu, 28 Apr 2011 08:46:06 -0700] rev 9598
7037081: Remove com.sun.tracing from NON_CORE_PKGS
Reviewed-by: ohair, jjg, jmasa
bpatel [Wed, 27 Apr 2011 17:13:54 -0700] rev 9597
7028815: Missing styles for some bulleted items in the new stylesheet
Reviewed-by: jjg
darcy [Wed, 27 Apr 2011 17:03:24 -0700] rev 9596
7039822: Project Coin: add explicit tests for the lub of an exception parameter
Reviewed-by: mcimadamore, jjg
jjg [Mon, 25 Apr 2011 15:56:09 -0700] rev 9595
7038363: cast from object to primitive should be for source >= 1.7
Reviewed-by: mcimadamore
jjg [Mon, 25 Apr 2011 15:50:30 -0700] rev 9594
7039019: test cannot run standalone
Reviewed-by: dlsmith
mcimadamore [Tue, 19 Apr 2011 13:57:25 +0100] rev 9593
7036906: Scope: CompoundScope.getElements() doesn't pass scope filter to subscopes
Summary: CompoundScope.getElements() is not filtering elements according to the ScopeFilter argument
Reviewed-by: jjg
bpatel [Mon, 18 Apr 2011 15:39:16 -0700] rev 9592
6758050: javadoc handles nested generic types incorrectly
Reviewed-by: jjg
schien [Thu, 05 May 2011 14:02:30 -0700] rev 9591
Added tag jdk7-b141 for changeset af4b2168b0f9
duke [Wed, 05 Jul 2017 17:44:02 +0200] rev 9590
Merge
schien [Thu, 05 May 2011 14:02:11 -0700] rev 9589
Added tag jdk7-b141 for changeset 76bb81c6327c
duke [Wed, 05 Jul 2017 17:43:59 +0200] rev 9588
Merge
jgodinez [Mon, 09 May 2011 12:26:53 -0700] rev 9587
Merge
jgodinez [Tue, 03 May 2011 22:15:17 -0700] rev 9586
Merge
lana [Sat, 30 Apr 2011 15:14:44 -0700] rev 9585
Merge
ohair [Fri, 29 Apr 2011 10:58:15 -0700] rev 9584
7040147: jaxp 1.4.5 jdk7 integration
Reviewed-by: joehw
schien [Thu, 05 May 2011 14:02:10 -0700] rev 9583
Added tag jdk7-b141 for changeset cb7a3284b15b
duke [Wed, 05 Jul 2017 17:43:53 +0200] rev 9582
Merge
mfang [Tue, 10 May 2011 19:54:53 -0700] rev 9581
Merge
mfang [Tue, 10 May 2011 15:02:38 -0700] rev 9580
7043548: message drop 3 translation integration
Reviewed-by: yhuang