- 01 6月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Remove hack to callback into type-inference from assignment context Reviewed-by: dlsmith, jjg
-
- 22 5月, 2012 1 次提交
-
-
由 jjh 提交于
7157798: Add 6 test scenarios for testing inheritance of multiple same-name methods from mulitple interfaces Reviewed-by: mcimadamore Contributed-by: sue.wei@oracle.com
-
- 11 5月, 2012 2 次提交
- 04 5月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
-
- 11 4月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Remove bound checking rules from recursive subtype visitors in Types.java and replace with centralized bound-checking logic Reviewed-by: jjg, dlsmith
-
- 10 4月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
-
- 07 4月, 2012 1 次提交
-
-
由 jjg 提交于
Reviewed-by: jjg Contributed-by: sonali.goel@oracle.com
-
- 31 3月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Bad recovery logic in parser code that checks for generic cast Reviewed-by: jjg
-
- 26 3月, 2012 3 次提交
-
-
由 mcimadamore 提交于
Summary: Re-implement special overload resolution support for method handles according to the JLS SE 7 definition Reviewed-by: jjg, dlsmith, jrose
-
由 mcimadamore 提交于
Summary: ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used Reviewed-by: jjg, dlsmith
-
由 mcimadamore 提交于
Summary: DA/DU analysis and exception checking analysis should live in two separate tree visitors Reviewed-by: gafter, dlsmith, jjg
-
- 15 3月, 2012 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 14 3月, 2012 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore, darcy, ohrstrom
-
- 10 3月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Fix regression caused by 7144506 Reviewed-by: jjg, dlsmith
-
- 07 3月, 2012 3 次提交
-
-
由 michaelm 提交于
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: NAlan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
-
由 mcimadamore 提交于
Summary: Implementation of Resolve.isOverriddenIn() should distinguish between classes/interfaces Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Spurious accessibility check in TransTypes Reviewed-by: jjg
-
- 06 3月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Unify post-inference sanity check with Attr.checkMethod Reviewed-by: jjg, dlsmith
-
- 02 3月, 2012 2 次提交
-
-
由 mcimadamore 提交于
Summary: Redundant type-var substitution makes generic-type well-formedness check to fail Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Overload resolution routine should be updated so that it can be called recursively Reviewed-by: jjg, dlsmith
-
- 29 2月, 2012 2 次提交
- 18 2月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: darcy Contributed-by: sonali.goel@oracle.com
-
- 15 2月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Code in Check.checkOverrideClashes() causes too many calls to MethodSymbol.overrides Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
-
- 14 2月, 2012 1 次提交
-
-
由 jjh 提交于
7142672: Problems with the value passed to the 'classes' param of JavaCompiler.CompilationTask.getTask(...) Reviewed-by: jjg
-
- 06 2月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg, ohair
-
- 26 1月, 2012 1 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
- 25 1月, 2012 3 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
由 jjh 提交于
Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Resolve.java and Infer.java should reuse the same method applicability check routine Reviewed-by: dlsmith, jjg
-
- 19 1月, 2012 1 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
- 18 1月, 2012 1 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
- 12 1月, 2012 2 次提交
-
-
由 mcimadamore 提交于
Summary: Inference of under-constrained type-variables creates erroneous recursive wildcard types Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Problems with Types.rewriteQuantifiers not preserving variance Reviewed-by: jjg
-
- 04 1月, 2012 2 次提交
- 24 12月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: ksrini
-
- 19 12月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add lookahead routine to disambiguate between method reference in method context and binary expression Reviewed-by: jjg, dlsmith
-
- 17 12月, 2011 1 次提交
-
-
由 jjh 提交于
Summary: Do not pass empty args to javac Reviewed-by: jjg
-