< prev index next >

test/hotspot/jtreg/compiler/valhalla/valuetypes/hack/GetUnresolvedValueFieldWrongSignature.java

Print this page

*** 19,28 **** --- 19,30 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + package compiler.valhalla.valuetypes; + class TestUnloadedValueTypeField { static class MyValue3 { int foo; }
< prev index next >