JDK-8295059 : test/langtools/tools/javap 12 test classes use com.sun.tools.classfile library
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javap
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-10-10
  • Updated: 2023-08-10
  • Resolved: 2023-07-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22
22 b09Fixed
Description
The list of tests to convert is:

$ find test/langtools/tools/javap -type f -name '*.java' | xargs grep -w -l 'import com.sun.tools.classfile' 
test/langtools/tools/javap/T6716452.java
test/langtools/tools/javap/typeAnnotations/Wildcards.java
test/langtools/tools/javap/typeAnnotations/Visibility.java
test/langtools/tools/javap/typeAnnotations/NewArray.java
test/langtools/tools/javap/typeAnnotations/PresenceInner.java
test/langtools/tools/javap/typeAnnotations/JSR175Annotations.java
test/langtools/tools/javap/typeAnnotations/TypeCasts.java
test/langtools/tools/javap/typeAnnotations/Presence.java
test/langtools/tools/javap/classfile/T6887895.java
test/langtools/tools/javap/classfile/deps/GetDeps.java
test/langtools/tools/javap/classfile/6888367/T6888367.java
test/langtools/tools/javap/TestClassNameWarning.java


Comments
Changeset: 97b68834 Author: Qing Xiao <qing.xiao@oracle.com> Committer: Adam Sotona <asotona@openjdk.org> Date: 2023-07-31 15:03:05 +0000 URL: https://git.openjdk.org/jdk/commit/97b688340e2adce8e5f6abf7c3f5cb41e71afc33
31-07-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14837 Date: 2023-07-11 20:17:58 +0000
27-07-2023