Skip to content

Commit 6acc668

Browse files
committed
8209023: fix 2 compiler tests to avoid JDK-8208690
Reviewed-by: sgehwolf Backport-of: b3cf0cf9fcaa25f11f8b5fb8658ecb383d19fc17
1 parent 61a4127 commit 6acc668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hotspot/test/compiler/6891750/Test6891750.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@
2727
* @bug 6891750
2828
* @summary deopt blob kills values in O5
2929
*
30-
* @run main Test6891750
30+
* @run main/othervm Test6891750
3131
*/
3232

3333
abstract class Base6891750 extends Thread {

0 commit comments

Comments
 (0)