RFR: 8283225: [AIX] ClassLoader.c produces incorrect OutOfMemory Exception when length is 0 [v2]
Tyler Steele
duke at openjdk.java.net
Wed Mar 16 20:47:40 UTC 2022
On Wed, 16 Mar 2022 20:19:08 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Tyler Steele has updated the pull request incrementally with four additional commits since the last revision:
>>
>> - Fixes type warning.
>> - Removes unneeded ClassFormatError from ClassLoader.c
>> - Revert "Extract memory error logic to helper procedure"
>>
>> This reverts commit b631eb0ccd5f3748c2010c864f8ccef0c1da9c42.
>> - Avoid calling malloc with size zero.
>
> test/hotspot/jtreg/runtime/DefineClass/NullClassBytesTest.java line 26:
>
>> 24: /*
>> 25: * @test
>> 26: * @bug 8262913 8283225
>
> All of the changes can be removed from NullClassBytesTest.java. (copyright and bug #)
Hmm, maybe I misunderstand the idea behind this bug tag. Don't we want to list the bug ids of any issues the test caught?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7829
More information about the core-libs-dev
mailing list