8214719: Deprecate -Xverify:none option

Deprecate -Xverify:none and -noverify and remove them from tests

Reviewed-by: dholmes, mikael
This commit is contained in:
Harold Seigel 2019-02-20 13:21:36 -05:00
parent ea42bbcd24
commit dd7e50dc01
12 changed files with 70 additions and 29 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019, 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 8009299
* @summary Javac crashes when compiling method reference to static interface method
* @run main/othervm -Xverify:none MethodReference66
* @run main/othervm MethodReference66
*/
public class MethodReference66 {