mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8308753: Class-File API transition to Preview
Reviewed-by: ihse, mchung, vromero
This commit is contained in:
parent
b9df827adc
commit
2b00ac0d02
681 changed files with 7518 additions and 6502 deletions
|
@ -25,8 +25,8 @@
|
|||
|
||||
package com.sun.tools.javap;
|
||||
|
||||
import jdk.internal.classfile.constantpool.*;
|
||||
import static jdk.internal.classfile.Classfile.*;
|
||||
import java.lang.classfile.constantpool.*;
|
||||
import static java.lang.classfile.ClassFile.*;
|
||||
|
||||
/*
|
||||
* Write a constant pool entry.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue