java-stack.h (_Jv_FrameInfo): Remove union definition.
* include/java-stack.h (_Jv_FrameInfo): Remove union definition. (_Jv_StackFrame): Remove commented out code. (_Jv_UnwindState): Remove superfluous 'typedef'. * sun/misc/natUnsafe.cc (spinlock): Add white space to quiet compiler warnings. * gnu/java/lang/management/natVMMemoryPoolMXBeanImpl.cc (getCollectionUsage): Don't declare unused parameter n. (getMemoryManagerNames): Same. * gnu/gcj/util/natGCInfo.cc (gc_debug_info): Remove superfluous 'typedef'. From-SVN: r124783
This commit is contained in:
@@ -49,10 +49,6 @@ struct _Jv_InterpFrameInfo
|
||||
};
|
||||
#endif
|
||||
|
||||
union _Jv_FrameInfo
|
||||
{
|
||||
};
|
||||
|
||||
struct _Jv_StackFrame
|
||||
{
|
||||
_Jv_FrameType type; /* Native or interpreted. */
|
||||
@@ -69,12 +65,11 @@ struct _Jv_StackFrame
|
||||
void *start_ip;
|
||||
};
|
||||
};
|
||||
// _Jv_FrameInfo info; /* Frame-type specific data. */
|
||||
jclass klass;
|
||||
_Jv_Method *meth;
|
||||
};
|
||||
|
||||
typedef struct _Jv_UnwindState;
|
||||
struct _Jv_UnwindState;
|
||||
typedef _Unwind_Reason_Code (*_Jv_TraceFn) (_Jv_UnwindState *);
|
||||
|
||||
struct _Jv_UnwindState
|
||||
|
||||
Reference in New Issue
Block a user