mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8214719: Deprecate -Xverify:none option
Deprecate -Xverify:none and -noverify and remove them from tests Reviewed-by: dholmes, mikael
This commit is contained in:
parent
ea42bbcd24
commit
dd7e50dc01
12 changed files with 70 additions and 29 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue