< prev index next >

test/compiler/codecache/stress/Helper.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2014, 2015, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 26,39 **** import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.concurrent.Callable; import java.util.Random; ! import com.oracle.java.testlibrary.Asserts; ! import com.oracle.java.testlibrary.ByteCodeLoader; ! import com.oracle.java.testlibrary.InfiniteLoop; ! import com.oracle.java.testlibrary.Utils; import sun.hotspot.WhiteBox; public final class Helper { public static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); public static final Random RNG = Utils.getRandomInstance(); --- 26,39 ---- import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.concurrent.Callable; import java.util.Random; ! import jdk.test.lib.Asserts; ! import jdk.test.lib.ByteCodeLoader; ! import jdk.test.lib.InfiniteLoop; ! import jdk.test.lib.Utils; import sun.hotspot.WhiteBox; public final class Helper { public static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); public static final Random RNG = Utils.getRandomInstance();
< prev index next >