Bug 532374 - [18.3] Use MethodSignature from StackFrame
Summary: [18.3] Use MethodSignature from StackFrame
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.8   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-12 23:07 EDT by Manoj N Palat CLA
Modified: 2018-03-13 00:29 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.