List of Java bytecode instructions: Difference between revisions

Content deleted Content added
BG19bot (talk | contribs)
m WP:CHECKWIKI error fix for #64. Do general fixes if a problem exists. - using AWB (10839)
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes using AWB (10850)
Line 1,326:
|
|objectref →
|enter monitor for object (""grab the lock"" - start of synchronized() section)
|-
|monitorexit
Line 1,333:
|
|objectref →
|exit monitor for object (""release the lock"" - end of synchronized() section)
|-
|multianewarray