* src/native/native.hpp (NativeAgent, NativeAgents): Added new classes for
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Sun, 6 Sep 2009 21:58:54 +0000 (23:58 +0200)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Sun, 6 Sep 2009 21:58:54 +0000 (23:58 +0200)
commit40459bd1e57eba466da1c0ace9f2ce0c407f9fc1
tree25e12457eb721d95bad318c8697f3690bb2d7497
parenta8452ad5b4beb2ba072802d53b3ba77f754b8e3b
* src/native/native.hpp (NativeAgent, NativeAgents): Added new classes for
handling JVMTI agent loading.
* src/native/native.cpp: Implemented methods for above classes.
* src/vm/vm.hpp (VM): Added table to hold all registered agents.
* src/vm/vm.cpp (VM::VM): Agents are now correctly registered and loaded
during VM startup.
src/native/native.cpp
src/native/native.hpp
src/vm/vm.cpp
src/vm/vm.hpp