2013/9/13 Krishna Jasty <krishna.ja...@tcs.com>

> Thanks Frank for the update,
> //The byte code instructions are defined by the JVM specifications, it's
> not something AspectJ can change. See *
> http://en.wikipedia.org/wiki/Java_bytecode_instruction_listings*<http://en.wikipedia.org/wiki/Java_bytecode_instruction_listings>
> .
> The given specification is for 32bit jvm or 64bit jvm, If any change
> exists in 64 bit jvm. Let me know.
>

The bytecode does not depend on the JVM (remember WORA: Write Once, Run
Anywhere), it's a general specification. Whether the JVM is 32-bit or
64-bit only influences how the JVM interprets or compiles the bytecode, not
the bytecode itself; otherwise it wouldn't be bytecode but native
instructions.

Frank
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to