< prev index next >

test/compiler/c2/6852078/Test6852078.java

Print this page
rev 11609 : imported patch bug_8136930.hs2.patch
rev 11611 : [mq]: bug_8136930.hs3.patch

*** 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 Test6852078 */ import java.util.*; import java.nio.ByteBuffer; import com.sun.corba.se.impl.encoding.ByteBufferWithInfo;
< prev index next >