On Tue, 31 Mar 2026 18:12:15 GMT, Leonid Mesnik <[email protected]> wrote:

> The fix looks good. Can you please also check if tests like VirtualMachine07 
> to don't set -XX:+UsePerfData for debugger process. It is not required.
> 
> Also please check if '@run main/othervm/native' can be replaced with driver?
> 
> The debugger part doesn't load native libraries and I wonder if it is 
> possible to clean up these tests to use driver and run attach the native 
> agent to the process.


Removed standalone -XX:+UsePerfData from the 4 native tests 
already passed via -javaOpts
Tried converting main/othervm/native to driver but native agent libraries can't 
be found without /native (Could not find agent library VirtualMachine07agent00)
The /native flag sets up the library path these tests need for -agentlib and 
loadAgentPath

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30520#issuecomment-4164692762

Reply via email to