test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java	Sat Sep 28 00:21:40 2013
--- new/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java	Sat Sep 28 00:21:39 2013

*** 34,45 **** --- 34,43 ---- import java.util.concurrent.atomic.AtomicLong; /** * Provide method to compile whole class. * Also contains compiled methods and classes counters. * * @author igor.ignatyev@oracle.com */ public class Compiler { private Compiler() { } private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); private static final AtomicLong CLASS_COUNT = new AtomicLong(0L);

test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File