Off-heap object space
    Khanh Nguyen 
    ktruong.nguyen at gmail.com
       
    Wed Jan 20 15:51:30 UTC 2016
    
    
  
Thanks for the pointer.
On Jan 20, 2016 5:26 AM, "Aaron Grunthal" <aaron.grunthal at infinite-source.de>
wrote:
> 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