Object inlining, aka object fusing

Tom Rodriguez tom.rodriguez at oracle.com
Wed Jun 29 00:17:05 UTC 2016


The ObjectLayout stuff from Azul presupposes control over the grouping of objects in a way that’s seems compatible with object inlining.  Maybe if that’s ever supported in hotspot it could be leveraged for this. It would probably depend on how flexible the implementation in the GC is.

tom

> On Jun 28, 2016, at 4:32 PM, Christian Wimmer <christian.wimmer at oracle.com> wrote:
> 
> Hi,
> 
> The object inlining was a research prototype (like many other PhD theses). It was never intended to be production-ready, so it is not in the product version.  It was also way before Graal got started (object inlining is implemented in the client compiler only). Graal would certainly have saved me some time back in the days...
> 
> -Christian
> 
> 
> On 06/28/2016 01:46 PM, Raffaello Giulietti wrote:
>> Hi all,
>> 
>> this is perhaps not the right place for questions related to object
>> memory layout in HotSpot, but I dare to ask anyway given the tremendous
>> expertise about this JVM internals by the Graal developers reading this
>> list.
>> 
>> Some years ago, Christian Wimmer and Hanspeter Mössenböck conducted
>> research on object inlining
>> (http://www.ssw.uni-linz.ac.at/Research/Projects/JVM/AOI.html) and
>> experimented the idea in HotSpot.
>> 
>> Anybody knows whether their code managed to be officially integrated in
>> the stock HotSpot VM, and thus also in the JVMCI extended version used
>> by Truffle/Graal?
>> 
>> Thanks
>> Raffaello
>> 



More information about the graal-dev mailing list