Off-heap object space
Aaron Grunthal
aaron.grunthal at infinite-source.de
Wed Jan 20 13:26:15 UTC 2016
You might want to take a look at jillegal, which implements offheap
object allocations among other things.
https://github.com/serkan-ozal/jillegal
On 16.01.2016 02:54, Khanh Nguyen wrote:
> Hi,
>
> I want to implement an off-heap, non-GC, non-contiguous object space. Of
> course my naive approach is to call os::malloc or the existing macro
> AllocateHeap(). Also I did turn the compressed oops flags off. But I'm
> facing this undeterministic issue: randomly the JVM crashes. That is,
> sometimes my program can successfully run (with the correct result). And
> sometimes it crashes (in library code)
More information about the hotspot-dev
mailing list