On Jul 12, 7:46 pm, profect <[email protected]> wrote: > 1. I think what Chen mentioned above is also a problem. Gcc's implementation > for ">>" is different from the code's intention here.
If you're signed up as a contributor, go to the change page, click on the file, and double-click on the line you're concerned about. You can enter your comments inline. > 2. Does JVM specification allows an instance is created before finishing its > class initialization? Yes: you can create an instance of a class during the initialization of that class. You can't create one until after verification, however. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
