# HG changeset patch # User kvn # Date 1533606591 25200 # Node ID b44abec1bcfcb866ea6d0923ba0fb3c7a57e840e # Parent 094ba0b5001a1b3e7e6e25db6d1cb2b846938162 8209023: fix 2 compiler tests to avoid JDK-8208690 Reviewed-by: dholmes, dcubed diff -r 094ba0b5001a -r b44abec1bcfc test/hotspot/jtreg/compiler/runtime/cr6891750/Test6891750.java --- a/test/hotspot/jtreg/compiler/runtime/cr6891750/Test6891750.java Mon Aug 06 20:52:41 2018 -0400 +++ b/test/hotspot/jtreg/compiler/runtime/cr6891750/Test6891750.java Mon Aug 06 18:49:51 2018 -0700 @@ -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 @@ -25,7 +25,7 @@ * @test * @bug 6891750 * @summary deopt blob kills values in O5 - * @run main compiler.runtime.cr6891750.Test6891750 + * @run main/othervm compiler.runtime.cr6891750.Test6891750 */ package compiler.runtime.cr6891750;