log src/cpu/x86/vm/templateInterpreter_x86.hpp @ 12962:5ccbab1c69f3

age author description
Thu, 17 Oct 2013 19:47:04 +0200 anoll 8026708: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
Wed, 16 Oct 2013 14:18:10 +0200 Doug Simon increased generated interpreter size to accomodate Windows
Wed, 16 Oct 2013 12:19:25 +0200 Doug Simon increased AMD64 template interpreter size in GRAALVM to allow the VM to be debugged with a Java debugger
Fri, 11 Oct 2013 10:38:03 +0200 Gilles Duboscq Merge with hs25-b53
Tue, 17 Sep 2013 08:39:20 +0200 anoll 8024128: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
Tue, 09 Apr 2013 17:11:17 +0200 Andreas Woess add basic invokedynamic support
Wed, 03 Apr 2013 14:41:22 +0200 Christian Haeubl Merge.