comparison src/share/vm/opto/runtime.cpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 98cb887364d3
children 39b01ab7035a
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
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))