Revert D22387136: Disallow class_meth() pointers to abstract methods
commitc0340baaea24311c6f95cb454b72beca0bbb9bba
authorShaunak Kishore <kshaunak@fb.com>
Wed, 8 Jul 2020 13:55:20 +0000 (8 06:55 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 8 Jul 2020 14:06:26 +0000 (8 07:06 -0700)
treeb3b1a8f4e80b3644255bf792d0b492b400f80ee4
parentc0e0a58774ddb0fe5e1d68646421b8dd9e7862c8
Revert D22387136: Disallow class_meth() pointers to abstract methods

Differential Revision:
D22387136 (https://github.com/facebook/hhvm/commit/defb34e6282b3adc5b50e703c5c6fd2817b43136)

Original commit changeset: 9386ae80654d

fbshipit-source-id: 75ddfaeb23155594921bf7bebffa2e839f1a4d9d
31 files changed:
hphp/doc/ir.specification
hphp/runtime/ext/hh/ext_hh.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/class-meth-data-ref.cpp
hphp/runtime/vm/class-meth-data-ref.h
hphp/runtime/vm/jit/dce.cpp
hphp/runtime/vm/jit/ir-opcode.cpp
hphp/runtime/vm/jit/irgen-call.cpp
hphp/runtime/vm/jit/irlower-exception.cpp
hphp/runtime/vm/jit/memory-effects.cpp
hphp/runtime/vm/jit/native-calls.cpp
hphp/test/slow/clsmeth/abstr-meth-iface.php [deleted file]
hphp/test/slow/clsmeth/abstr-meth-iface.php.expectf [deleted file]
hphp/test/slow/clsmeth/abstr-meth-iface.php.hphp_opts [deleted file]
hphp/test/slow/clsmeth/abstr-meth-iface.php.opts [deleted file]
hphp/test/slow/clsmeth/abstr-meth-static.php [deleted file]
hphp/test/slow/clsmeth/abstr-meth-static.php.expectf [deleted file]
hphp/test/slow/clsmeth/abstr-meth-static.php.hphp_opts [deleted file]
hphp/test/slow/clsmeth/abstr-meth-static.php.opts [deleted file]
hphp/test/slow/clsmeth/abstr-meth-trait.php [deleted file]
hphp/test/slow/clsmeth/abstr-meth-trait.php.expectf [deleted file]
hphp/test/slow/clsmeth/abstr-meth-trait.php.hphp_opts [deleted file]
hphp/test/slow/clsmeth/abstr-meth-trait.php.opts [deleted file]
hphp/test/slow/clsmeth/abstr-meth.php [deleted file]
hphp/test/slow/clsmeth/abstr-meth.php.expectf [deleted file]
hphp/test/slow/clsmeth/abstr-meth.php.hphp_opts [deleted file]
hphp/test/slow/clsmeth/abstr-meth.php.opts [deleted file]
hphp/test/slow/dynamic-calls/force-builtin.php
hphp/test/slow/dynamic-calls/force-builtin.php.expect
hphp/test/slow/dynamic-cls-meth.php
hphp/test/slow/dynamic-cls-meth.php.expect