--- old/test/langtools/tools/javac/switchexpr/ExpressionSwitchInExpressionSwitch.java 2018-08-01 08:09:22.435825182 +0200 +++ new/test/langtools/tools/javac/switchexpr/ExpressionSwitchInExpressionSwitch.java 2018-08-01 08:09:22.143825195 +0200 @@ -23,8 +23,10 @@ * questions. */ -/** +/* * @test + * @bug 8206986 + * @summary Check switch expressions embedded in switch expressions. * @compile --enable-preview -source 12 ExpressionSwitchInExpressionSwitch.java * @run main/othervm --enable-preview ExpressionSwitchInExpressionSwitch */