test/compiler/c2/6852078/Test6852078.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File bug_8136930.hs2 Cdiff test/compiler/c2/6852078/Test6852078.java

test/compiler/c2/6852078/Test6852078.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2009, 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. --- 1,7 ---- /* ! * Copyright (c) 2009, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 27,37 **** * @bug 6852078 * @summary Disable SuperWord optimization for unsafe read/write * * @modules java.corba/com.sun.corba.se.impl.encoding * java.corba/com.sun.jndi.toolkit.corba ! * @run main Test6852078 */ import java.util.*; import java.nio.ByteBuffer; import com.sun.corba.se.impl.encoding.ByteBufferWithInfo; --- 27,37 ---- * @bug 6852078 * @summary Disable SuperWord optimization for unsafe read/write * * @modules java.corba/com.sun.corba.se.impl.encoding * java.corba/com.sun.jndi.toolkit.corba ! * @run main/othervm --add-modules=java.corba Test6852078 */ import java.util.*; import java.nio.ByteBuffer; import com.sun.corba.se.impl.encoding.ByteBufferWithInfo;
test/compiler/c2/6852078/Test6852078.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File