src/JavaClass.st
branchjk_new_structure
changeset 1732 67fe263318ff
parent 1697 0a9d598a6408
child 1792 c8c3a2c3a03f
equal deleted inserted replaced
1731:bba0ebc31d2b 1732:67fe263318ff
  1454 
  1454 
  1455     "Modified: / 12-11-1998 / 15:41:11 / cg"
  1455     "Modified: / 12-11-1998 / 15:41:11 / cg"
  1456     "Modified: / 18-08-2011 / 19:37:33 / jv"
  1456     "Modified: / 18-08-2011 / 19:37:33 / jv"
  1457     "Modified: / 03-12-2011 / 12:19:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1457     "Modified: / 03-12-2011 / 12:19:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1458     "Modified: / 08-12-2011 / 21:05:21 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
  1458     "Modified: / 08-12-2011 / 21:05:21 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
       
  1459 !
       
  1460 
       
  1461 classInitInternal
       
  1462     "Called by the JIT-compiled code when a class needs to be initialized"
       
  1463 
       
  1464     self classInit.
       
  1465     "Force recompilation"
       
  1466     thisContext sender method flushCode.
       
  1467 
  1459 !
  1468 !
  1460 
  1469 
  1461 classInitSpecial
  1470 classInitSpecial
  1462     "Called by the VM when a class needs to be initialized"
  1471     "Called by the VM when a class needs to be initialized"
  1463 
  1472