RFR: 8294969: Convert jdk.jdeps javap to use the Classfile API [v11]
Adam Sotona
asotona at openjdk.org
Thu Sep 7 08:34:52 UTC 2023
On Wed, 6 Sep 2023 19:57:19 GMT, Vicente Romero <vromero at openjdk.org> wrote:
>> Adam Sotona has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 227 commits:
>>
>> - Merge branch 'master' into JDK-8294969-javap
>> - Merge branch 'master' into JDK-8294969-javap
>> - fixed code printing and ConstantPoolException reporting indoex
>> - added DydnamicConstantPoolEntry::bootstrapMethodIndex
>> fix of javap ConstantWriter to print DynamicConstantPoolEntry without accessing BSM attribute
>> - extended ClassReader about specific entry-reading methods to avoid class cast and throw ConstantPoolException instead
>> - throwing ConstantPoolException for invalid BSM entry index
>> - Merge branch 'master' into JDK-8294969-javap
>> - fixed JavapTask
>> - Merge branch 'master' into JDK-8294969-javap
>> - Merge branch 'master' into JDK-8294969-javap
>>
>> # Conflicts:
>> # src/java.base/share/classes/jdk/internal/classfile/constantpool/ConstantPoolException.java
>> - ... and 217 more: https://git.openjdk.org/jdk/compare/37c756a7...4960751b
>
> test/langtools/tools/javap/malformed/MalformedTest.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
>
> isn't this test testing the same as: `test/langtools/tools/javap/8260403/T8260403.java`?
The principle of the test is the same, but it tests intentionally different class malformations (on a different level).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/11411#discussion_r1318272202
More information about the compiler-dev
mailing list