test/compiler/jsr292/NullConstantReceiver.java

changeset 8657
739246e5f9f3
parent 8651
a50ab9692b6f
     1.1 --- a/test/compiler/jsr292/NullConstantReceiver.java	Wed Nov 23 23:15:05 2016 -0800
     1.2 +++ b/test/compiler/jsr292/NullConstantReceiver.java	Fri Dec 02 10:39:04 2016 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -23,10 +23,11 @@
    1.11  
    1.12  /**
    1.13   * @test
    1.14 - * @bug 8059556 8158639
    1.15 + * @bug 8059556 8158639 8164508
    1.16   *
    1.17   * @run main/othervm -Xbatch NullConstantReceiver
    1.18   * @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::run NullConstantReceiver
    1.19 + * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*::run NullConstantReceiver
    1.20   */
    1.21  
    1.22  import java.lang.invoke.MethodHandle;

mercurial