On 11/28/06, Robin Garner <[EMAIL PROTECTED]> wrote:

So far we are keeping it as close to the original as possible.  The two
forms of Uninterruptible have gone from

class xyz implements Uninterruptible
public type method() throws UninterruptiblePragma

to

@Uninterruptible class xyz
@Uninterruptible method()

so the InlinePragma, NoInlinePragma etc. should work the same way.

Ok, so it makes sence to avoid @Inline annotation and use InlinePragma in
the same way as it's used in mmtk for us too. Doing this we use old
fashioned design but keep compatibility. If someone objects and thinks that
we should not use old-style design here please speak up.


--
Mikhail Fursov

Reply via email to