--- old/src/share/classes/sun/tools/tree/FinallyStatement.java 2014-01-17 15:45:45.000000000 -0800 +++ new/src/share/classes/sun/tools/tree/FinallyStatement.java 2014-01-17 15:45:45.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994, 2004, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1994, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -281,7 +281,7 @@ returnType, idFinallyReturnValue); ctx.declare(env, localfield); - env.debugOutput("Assigning return slot to " + localfield.number); + Environment.debugOutput("Assigning return slot to " + localfield.number); } // allocate space for the exception and return address