Changes between Initial Version and Version 1 of Ticket #21803, comment 3
- Timestamp:
- 2022-01-26T18:42:19+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21803, comment 3
initial v1 1 OK. This particular bug is from Java 17. Java 11 is not affected. 1 ~~OK. This particular bug is from Java 17. Java 11 is not affected.~~ 2 2 3 I'm guessing this is due to [https://openjdk.java.net/jeps/403 JEP 403]. This is going to be fun to debug. 3 ~~I'm guessing this is due to [https://openjdk.java.net/jeps/403 JEP 403]. This is going to be fun to debug.~~ 4 5 EDIT: It looks like it didn't crash on Java 11 since I had a debugger point prior to the crash location.