OSDN Git Service

JIT: Replace missing ending comment marker MONITOR_ENTER template
authorBill Buzbee <buzbee@google.com>
Sat, 6 Feb 2010 00:08:38 +0000 (16:08 -0800)
committerBill Buzbee <buzbee@google.com>
Sat, 6 Feb 2010 00:45:11 +0000 (16:45 -0800)
...which, luckily, was followed by a debug version of the same handler
so everything magically worked anyway.  I should buy a lottery ticket today.

vm/compiler/template/armv5te/TEMPLATE_MONITOR_ENTER.S
vm/compiler/template/out/CompilerTemplateAsm-armv5te-vfp.S
vm/compiler/template/out/CompilerTemplateAsm-armv5te.S

index 52b0fbb..bf073cb 100644 (file)
@@ -8,7 +8,7 @@
      *    r0 - self pointer
      *    r1 - the object (which has already been null-checked by the caller
      *    r4 - the Dalvik PC of the following instruction.
-     *
+     */
     ldr     r2, .LdvmLockObject
     mov     r3, #0                       @ Record that we're not returning
     str     r3, [r0, #offThread_inJitCodeCache]
index ef4bc8a..71cb120 100644 (file)
@@ -1382,7 +1382,7 @@ dvmCompiler_TEMPLATE_MONITOR_ENTER:
      *    r0 - self pointer
      *    r1 - the object (which has already been null-checked by the caller
      *    r4 - the Dalvik PC of the following instruction.
-     *
+     */
     ldr     r2, .LdvmLockObject
     mov     r3, #0                       @ Record that we're not returning
     str     r3, [r0, #offThread_inJitCodeCache]
index a57907a..1da4cb8 100644 (file)
@@ -1110,7 +1110,7 @@ dvmCompiler_TEMPLATE_MONITOR_ENTER:
      *    r0 - self pointer
      *    r1 - the object (which has already been null-checked by the caller
      *    r4 - the Dalvik PC of the following instruction.
-     *
+     */
     ldr     r2, .LdvmLockObject
     mov     r3, #0                       @ Record that we're not returning
     str     r3, [r0, #offThread_inJitCodeCache]