< prev index next >

test/compiler/codegen/CRCTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! @test ! @bug 7088419 ! @run main CRCTest ! @summary Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32 and java.util.zip.Adler32 */ import java.nio.ByteBuffer; import java.util.zip.CRC32; import java.util.zip.Checksum; public class CRCTest { --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test ! * @bug 7088419 ! * @summary Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32 and java.util.zip.Adler32 ! * ! * @run main compiler.codegen.CRCTest */ + package compiler.codegen; + import java.nio.ByteBuffer; import java.util.zip.CRC32; import java.util.zip.Checksum; public class CRCTest {
< prev index next >