jlahoda [Wed, 21 Nov 2018 15:22:57 +0100] rev 52635
8212982: Rule cases in switch expression accepted even if complete normally
Summary: Ensure an error is reported if switch expression does not correctly produce a value.
Reviewed-by: mcimadamore
thartmann [Wed, 21 Nov 2018 15:05:21 +0100] rev 52634
8214025: assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2
Summary: Added missing null checks and checks for pending exception.
Reviewed-by: kvn