diff --git a/hotspot/test/compiler/6891750/Test6891750.java b/hotspot/test/compiler/6891750/Test6891750.java index 05381e8cd74..71bf06305c5 100644 --- a/hotspot/test/compiler/6891750/Test6891750.java +++ b/hotspot/test/compiler/6891750/Test6891750.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2018, 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 @@ -27,7 +27,7 @@ * @bug 6891750 * @summary deopt blob kills values in O5 * - * @run main Test6891750 + * @run main/othervm Test6891750 */ abstract class Base6891750 extends Thread {