Replies: 1 comment 1 reply
-
Hi @jmborer - I think you are looking for something like https://github.com/btraceio/btrace.visualvm/blob/main/btrace.api.integration/src/org/openjdk/btrace/tooling/spi/impl/BTraceSettingsProviderImpl.java It's not provided by the BTrace itself any more, but it is a pretty simple class so it should be easy just to copy-paset the stuff from the VisualVM plugin. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am currently considering to port the pretty old BTrace plugin for Netbeans to the lastest version of NB and BTrace. I was mostly capable to setup the project and find the proper dependencies. I could as well find almost old corresponding classes to com.sun.btrace in org.openjdk.btrace except:
These are the classes from the 1.x version fo BTrace. Any idea where they went and what I could use from the 2.x generation?
JMB
Beta Was this translation helpful? Give feedback.
All reactions