This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problems using gnu.bytecode


Brian Jones <cbj@gnu.org> writes:

> I'm attempting to use gnu.bytecode to create a javap-like program.
> Has anyone else noticed that the ClassType.getModifiers () method
> seems to think every class is synchronized?  The 'dump' program
> displays this behavior as an example.  Is this just a flag I should
> ignore in the case of a class?

Yes.  The synchronized flag is the same as the "super" flag.
I should fix the output.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]