mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8250625: Compiler implementation of Pattern Matching for instanceof (Final)
Reviewed-by: vromero
This commit is contained in:
parent
60e4aca846
commit
18bc95ba51
86 changed files with 230 additions and 312 deletions
|
@ -26,8 +26,8 @@
|
|||
* @bug 8231827
|
||||
* @summary Ensure the LV table entries are generated for bindings
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* @compile -g --enable-preview -source ${jdk.version} LocalVariableTable.java
|
||||
* @run main/othervm --enable-preview LocalVariableTable
|
||||
* @compile -g LocalVariableTable.java
|
||||
* @run main LocalVariableTable
|
||||
*/
|
||||
|
||||
import java.io.*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue