On Fri, 10 Mar 2023 16:46:35 GMT, Glavo wrote:
> The Classfile API looks great. I want to ask if you have any plans to
> completely replace all uses of `jdk.internal.org.objectweb.asm` and delete
> its source code from OpenJDK in a short time?
I guess yes. https://bugs.openjdk.org/browse/JDK-8
On Thu, 9 Mar 2023 20:09:46 GMT, Eirik Bjorsnos wrote:
> The Make target 'build-test-lib-target' is broken in a few ways:
>
> - make/test/BuildTestLib.gmk references the directory
> $(TEST_LIB_SOURCE_DIR)/sun which does not seem to exist. This can be fixed by
> removing the reference.
> - Some
On Thu, 9 Mar 2023 20:09:46 GMT, Eirik Bjorsnos wrote:
> The Make target 'build-test-lib-target' is broken in a few ways:
>
> - make/test/BuildTestLib.gmk references the directory
> $(TEST_LIB_SOURCE_DIR)/sun which does not seem to exist. This can be fixed by
> removing the reference.
> - Some
On Fri, 10 Mar 2023 19:30:45 GMT, Mandy Chung wrote:
>> The ModulePackages attribute is optional and an optimization to avoid
>> scanning the module contents to get the full set of packages. Tooling that
>> creates packaged modules (jar and jmod for now) will want the ModulePackages
>> attribu
On Fri, 10 Mar 2023 08:48:14 GMT, Adam Sotona wrote:
>> java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy
>> classes and this patch converts it to use Classfile API.
>>
>> Please review.
>>
>> Thank you,
>> Adam
>
> Adam Sotona has updated the pull request with a new target
> Port of: https://github.com/openjdk/panama-foreign/pull/791 which lifts the
> sharing mechanism for upcall stubs to AbstractLinker.
>
> This also speeds up upcall stub linking:
Jorn Vernee has updated the pull request incrementally with one additional
commit since the last revision:
Remov
> Can I please get a review for this change which proposes to fix the issue
> reported in https://bugs.openjdk.org/browse/JDK-8206890?
>
> The `jlink` command allows a `--endian` option to specify the byte order in
> the generated image. Before this change, when such a image was being
> launche
> Can I please get a review for this change which proposes to fix the issue
> reported in https://bugs.openjdk.org/browse/JDK-8206890?
>
> The `jlink` command allows a `--endian` option to specify the byte order in
> the generated image. Before this change, when such a image was being
> launche
On Sat, 11 Mar 2023 10:40:19 GMT, Jaikiran Pai wrote:
>> Can I please get a review for this change which proposes to fix the issue
>> reported in https://bugs.openjdk.org/browse/JDK-8206890?
>>
>> The `jlink` command allows a `--endian` option to specify the byte order in
>> the generated imag
On Fri, 20 Jan 2023 14:23:13 GMT, Jaikiran Pai wrote:
> Right now the ModuleTarget class file attribute is not enough but a short
> term fix might be for jlink to have a simple mapping of known ModuleTarget
> values to endianness. Overall, it's probably low priority as the most likely
> users
> Can I please get a review for this change which proposes to fix the issue
> reported in https://bugs.openjdk.org/browse/JDK-8206890?
>
> The `jlink` command allows a `--endian` option to specify the byte order in
> the generated image. Before this change, when such a image was being
> launche
> Please review this PR which brings the DataDescriptorSignatureMissing test
> back to life.
>
> This test currently calls out to Python to create a test vector ZIP with a
> Data Descriptor without the recommended but optional signature. The Python
> dependency has turned out to be very brittl
On Mon, 6 Mar 2023 18:40:47 GMT, Jorn Vernee wrote:
> Port of: https://github.com/openjdk/panama-foreign/pull/791 which lifts the
> sharing mechanism for upcall stubs to AbstractLinker.
>
> This also speeds up upcall stub linking:
src/java.base/share/classes/jdk/internal/foreign/abi/aarch64/w
13 matches
Mail list logo