On Fri, 10 Jan 2025 08:28:58 GMT, Peter Levart wrote:
>> [JDK-8169880](https://bugs.openjdk.org/browse/JDK-8169880) removed a
>> debugging option to disable caching of reflective data in java.lang.Class,
>> which had a consequence that now Class#reflectiveData method guarantees to
>> return a
On Fri, 10 Jan 2025 08:28:58 GMT, Peter Levart wrote:
>> [JDK-8169880](https://bugs.openjdk.org/browse/JDK-8169880) removed a
>> debugging option to disable caching of reflective data in java.lang.Class,
>> which had a consequence that now Class#reflectiveData method guarantees to
>> return a
> [JDK-8169880](https://bugs.openjdk.org/browse/JDK-8169880) removed a
> debugging option to disable caching of reflective data in java.lang.Class,
> which had a consequence that now Class#reflectiveData method guarantees to
> return a non-null result. Existing callers of that method were left i
On Fri, 10 Jan 2025 07:30:04 GMT, Peter Levart wrote:
> [JDK-8169880](https://bugs.openjdk.org/browse/JDK-8169880) removed a
> debugging option to disable caching of reflective data in java.lang.Class,
> which had a consequence that now Class#reflectiveData method guarantees to
> return a non-
[JDK-8169880](https://bugs.openjdk.org/browse/JDK-8169880) removed a debugging
option to disable caching of reflective data in java.lang.Class, which had a
consequence that now Class#reflectiveData method guarantees to return a
non-null result. Existing callers of that method were left intact an