src/share/vm/opto/runtime.cpp

changeset 1040
98cb887364d3
parent 777
37f87013dfd8
child 1462
39b01ab7035a
equal deleted inserted replaced
1039:ec59443af135 1040:98cb887364d3
1194 zap_dead_java_or_native_locals(thread, is_java_frame); 1194 zap_dead_java_or_native_locals(thread, is_java_frame);
1195 JRT_END 1195 JRT_END
1196 1196
1197 // The following does not work because for one thing, the 1197 // The following does not work because for one thing, the
1198 // thread state is wrong; it expects java, but it is native. 1198 // thread state is wrong; it expects java, but it is native.
1199 // Also, the invarients in a native stub are different and 1199 // Also, the invariants in a native stub are different and
1200 // I'm not sure it is safe to have a MachCalRuntimeDirectNode 1200 // I'm not sure it is safe to have a MachCalRuntimeDirectNode
1201 // in there. 1201 // in there.
1202 // So for now, we do not zap in native stubs. 1202 // So for now, we do not zap in native stubs.
1203 1203
1204 JRT_LEAF(void, OptoRuntime::zap_dead_native_locals_C(JavaThread* thread)) 1204 JRT_LEAF(void, OptoRuntime::zap_dead_native_locals_C(JavaThread* thread))

mercurial