Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
R
riscv-gcc-1
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • lvzhengyang
  • riscv-gcc-1
  • Repository

Switch branch/tag
  • riscv-gcc-1
  • libjava
  • testsuite
  • libjava.jvmti
  • interp
  • getstacktrace.jar
Find file
HistoryPermalink
  • Kyle Galloway's avatar
    java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame and _Jv_NativeFrame. · 39273131
    2007-01-29  Kyle Galloway  <kgallowa@redhat.com>
    
    	* include/java-interp.h:  Added _Jv_Frame class and its two
    	subclasses _Jv_InterpFrame and _Jv_NativeFrame.  Also moved
    	_Jv_FrameType from java-stack.h.
    	* include/java-stack.h: Removed _Jv_FrameType.
    	* java/lang/Thread.java: Added frame member to hold new
    	composite frame stack.
    	* java/lang/Thread.h: Regenerated.
    	* java/lang/Thread.class: Rebuilt.
    	* jni.cc (_Jv_JNIMethod::call): Push a frame onto the stack when
    	calling a JNI method.
    	* jvmti.cc (_Jv_JVMTI_GetStackTrace): New Method.
    	(_Jv_JVMTI_GetFrameCount): New method.
    	* stacktrace.cc (UnwindTraceFn): Modified to use new _Jv_Frame
    	classes.
    	* testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
    	* testsuite/libjava.jvmti/interp/natgetstacktrace.cc: New test.
    	* testsuite/libjava.jvmti/interp/getstacktrace.h: New test.
    	* testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
    	* testsuite/libjava.jvmti/interp/getstacktrace.out: Output file
    	for test.
    
    From-SVN: r121314
    Kyle Galloway committed Jan 29, 2007
    39273131
getstacktrace.jar 1.21 KB

Download (1.21 KB)