mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.
2007-02-07 Kyle Galloway <kgallowa@redhat.com> * jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro. (_Jv_JVMTI_GetMaxLocals): New method. * include/java-interp.h (_Jv_InterpMethod::get_max_locals): New method. From-SVN: r121700
This commit is contained in:
committed by
Kyle Galloway
parent
304237321b
commit
04ab45732d
@@ -219,6 +219,11 @@ class _Jv_InterpMethod : public _Jv_MethodBase
|
||||
*/
|
||||
void get_line_table (jlong& start, jlong& end, jintArray& line_numbers,
|
||||
jlongArray& code_indices);
|
||||
|
||||
int get_max_locals ()
|
||||
{
|
||||
return static_cast<int> (max_locals);
|
||||
}
|
||||
|
||||
/* Installs a break instruction at the given code index. Returns
|
||||
the pc_t of the breakpoint or NULL if index is invalid. */
|
||||
|
||||
Reference in New Issue
Block a user