>>>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
Tom> This is the patch to change Method/Field/Constructor to have a Tom> 'getModifiersInternal' method, which returns the un-masked modifiers Tom> as read from the .class file. This lets us implement the new Tom> 1.5 reflection predicates such as isSynthetic. I'm checking this in now. VM folks, you will need some updates now, as Constructor et all will now inherit an abstract isSynthetic method. I updated NEWS. Tom
