Hello everyone,
o) young gen reference processor
A bit puzzled by reading in a thread on the list:
> mentioning that we decided to not ship a young generation reference processor for 21
Unless you made changes to ByteBuffer#allocateDirect it uses reference processor to free native memory. If I am not mistaking just using standard library API such as Files.readAllBytes will in some cases do BB#allocateDirect in the internals.
Or maybe I am misunderstanding something? I made a toy program and indeed I could easily get a situation where 20% of reference handlers are not called like ever.
This will cause issues for code that is using reference handlers.