amurillo [Fri, 14 Dec 2012 14:19:35 -0800] rev 14747
Merge
collins [Fri, 14 Dec 2012 11:45:55 -0800] rev 14746
Merge
jiangli [Tue, 11 Dec 2012 12:41:31 -0500] rev 14745
8004076: Move _max_locals and _size_of_parameters to ConstMethod for better sharing.
Summary: Move _max_locals and _size_of_parameters to ConstMethod for better sharing.
Reviewed-by: coleenp, minqi, jrose
stefank [Thu, 13 Dec 2012 09:06:38 -0800] rev 14744
Merge
stefank [Thu, 13 Dec 2012 09:28:14 +0100] rev 14743
8004674: Add necessary .inline.hpp files to fix non-PCH build
Reviewed-by: stefank, coleenp
Contributed-by: volker.simonis@gmail.com
brutisso [Thu, 13 Dec 2012 10:09:49 +0100] rev 14742
8004661: Comment and function name java_lang_String::toHash is wrong
Summary: renamed to hash_code
Reviewed-by: dholmes, coleenp, brutisso
Contributed-by: erik.helin@oracle.com
johnc [Fri, 07 Dec 2012 16:08:05 -0800] rev 14741
Merge
johnc [Mon, 01 Oct 2012 09:28:13 -0700] rev 14740
8000244: G1: Ergonomically set MarkStackSize and use virtual space for global marking stack
Summary: Set the value of MarkStackSize to a value based on the number of parallel marking threads with a reasonable minimum. Expand the marking stack if we have to restart marking due to an overflow up to a reasonable maximum. Allocate the underlying space for the marking stack from virtual memory.
Reviewed-by: jmasa, brutisso
amurillo [Fri, 07 Dec 2012 10:55:16 -0800] rev 14739
8004724: new hotspot build - hs25-b13
Reviewed-by: jcoomes
katleman [Thu, 13 Dec 2012 09:05:20 -0800] rev 14738
Added tag jdk8-b68 for changeset 9e5f94da743d
katleman [Wed, 19 Dec 2012 13:36:21 -0800] rev 14737
Merge
erikj [Tue, 18 Dec 2012 17:54:39 +0100] rev 14736
8001901: build-infra: Fix "misbehaving" which command on Solaris
Summary: Removed all uses of which in configure on solaris.
Reviewed-by: ohair
ohrstrom [Tue, 18 Dec 2012 09:57:01 +0100] rev 14735
8004145: New improved hgforest.sh, ctrl-c now properly terminates mercurial processes.
Reviewed-by: ohair, erikj
lana [Fri, 14 Dec 2012 11:22:54 -0800] rev 14734
Merge
henryjen [Thu, 06 Dec 2012 15:38:31 -0800] rev 14733
8004685: add java.util.function to CORE_PKGS.gmk
Reviewed-by: mduigou
katleman [Thu, 13 Dec 2012 09:05:11 -0800] rev 14732
Added tag jdk8-b68 for changeset 388af7398bc9
duke [Wed, 05 Jul 2017 18:32:27 +0200] rev 14731
Added tag jdk8-b68 for changeset cb33628d4e8f
duke [Wed, 05 Jul 2017 18:32:26 +0200] rev 14730
Merge
duke [Wed, 05 Jul 2017 18:32:22 +0200] rev 14729
Merge
lana [Mon, 10 Dec 2012 20:59:38 -0800] rev 14728
Merge
mcimadamore [Tue, 04 Dec 2012 17:19:42 +0000] rev 14727
8004360: regression test DefaultMethodRegressionTests fails in langtools
Summary: ignore broken failing test
Reviewed-by: jjg
lana [Fri, 30 Nov 2012 16:34:51 -0800] rev 14726
Merge
mcimadamore [Fri, 30 Nov 2012 15:14:48 +0000] rev 14725
8002099: Add support for intersection types in cast expression
Summary: Add parser and type-checking support for intersection types in cast expressions
Reviewed-by: jjg
mcimadamore [Fri, 30 Nov 2012 15:14:36 +0000] rev 14724
8004101: Add checks for method reference well-formedness
Summary: Bring method reference type-checking in sync with latest EDR
Reviewed-by: jjg
mcimadamore [Fri, 30 Nov 2012 15:14:25 +0000] rev 14723
8004102: Add support for generic functional descriptors
Summary: Method references are allowed to have a generic functional interface descriptor target
Reviewed-by: jjg
mcimadamore [Fri, 30 Nov 2012 15:14:12 +0000] rev 14722
8004105: Expression statement lambdas should be void-compatible
Summary: Fix lambda compatibility rules as per latest EDR
Reviewed-by: jjg
vromero [Thu, 29 Nov 2012 09:41:48 +0000] rev 14721
7153958: add constant pool reference to class containing inlined constants
Reviewed-by: jjg, mcimadamore
vromero [Fri, 23 Nov 2012 15:13:45 +0000] rev 14720
7144981: javac should ignore ignorable characters in input
Reviewed-by: jjg, mcimadamore