8209023: fix 2 compiler tests to avoid JDK-8208690
authorkvn
Mon, 06 Aug 2018 18:49:51 -0700
changeset 51323 b44abec1bcfc
parent 51322 094ba0b5001a
child 51324 10ef3d870cb7
8209023: fix 2 compiler tests to avoid JDK-8208690 Reviewed-by: dholmes, dcubed
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;