hg: mlvm/mlvm/hotspot: coro: fix crash in thread-to-thread migration

2011-10-24 Thread lukas . stadler
Changeset: a51503c27b03 Author:Lukas Stadler Date: 2011-10-24 18:18 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/a51503c27b03 coro: fix crash in thread-to-thread migration ! coro.patch ___ mlvm-dev mailing list mlvm-dev@o

Trying to implement fixnums

2011-10-24 Thread Stepan Koltsov
Hi, I'm trying to implement fixnums ( http://blogs.oracle.com/jrose/entry/fixnums_in_the_vm ). Task seems to be relatively easy. However, I don't know OpenJDK internals at all, so I'm asking for your help. First thing I'm trying to do is to override Integer.valueOf on 64-bit JVM. So, Integer.va

Re: Trying to implement fixnums

2011-10-24 Thread Krystal Mok
Hi Stepan, Just as a sidenote, implementing Fixnums in HotSpot feels almost like reviving the "real oops" that was in Strongtalk [1]. For HotSpot internals, the wiki [2] should be a good starting point. As for the server compiler, you'd need to read a few papers to get up to speed. [3] is the fi