src/share/classes/sun/tools/tree/NewInstanceExpression.java

Print this page

        

*** 485,494 **** --- 485,495 ---- codeCommon(env, ctx, asm, false); } public void codeValue(Environment env, Context ctx, Assembler asm) { codeCommon(env, ctx, asm, true); } + @SuppressWarnings("fallthrough") private void codeCommon(Environment env, Context ctx, Assembler asm, boolean forValue) { asm.add(where, opc_new, field.getClassDeclaration()); if (forValue) { asm.add(where, opc_dup);