Bug 532374

Summary: [18.3] Use MethodSignature from StackFrame
Product: [Eclipse Project] JDT Reporter: Manoj N Palat <manoj.palat>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, sarika.sinha
Version: 4.8   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Manoj N Palat CLA 2018-03-12 23:07:43 EDT
Ref : https://bugs.openjdk.java.net/browse/JDK-8186872

With the above Java 10 feature
StackFrame::getMethodType and StackFrame::getDescriptor  returns the method type of this stack frame and the method descriptor string respectively.

Can the debugger put this to good use?
[Keeping this bug as an enhancement which can be taken up post 10 - did not want to miss this feature out]
Comment 1 Sarika Sinha CLA 2018-03-12 23:46:01 EDT
This will be useful when we will try to implement stack walker.