--- old/langtools/test/tools/sjavac/SjavacBase.java 2016-08-07 17:48:26.000000000 -0700 +++ new/langtools/test/tools/sjavac/SjavacBase.java 2016-08-07 17:48:26.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2016, 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 @@ -24,6 +24,8 @@ import java.lang.reflect.Method; import java.util.Arrays; +import toolbox.ToolBox; + public class SjavacBase { protected final static ToolBox toolbox = new ToolBox(); @@ -44,5 +46,4 @@ int rc = (Integer) m.invoke(null, (Object) strArgs); return rc; } - }