Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about jvmti

Read more about jvmti

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - jvmti

How to set -javaagent differently?

I need to load a java agent without setting -javaagent. The reason why I need to do this is I have an exe that starts a JVM with command line args specified in a file. This exe filters -javaagent. How...
test-img

Code Base

java

jvm

jvm-arguments

javaagents

jvmti

Votes: 0

Answers: 1

Latest Answer

"Try to set JAVA_TOOL_OPTIONS or _JAVA_OPTIONS environment variable. JVM should append the arguments from these variables, unless the executable also changes the environment. – apangin" Than...
test-img

Code Base

How to receive breakpoint events by jvmti, from remoting debugger?

There is a jvm in a shared vm. Other developer may remote debugging by idea, and cause hang up at breakpoints. In some reason, I need to continue the process. I've programed an agent with jvmti, tried...
test-img

T. Chen

intellij-idea

jvm

remote-debugging

jvmti

jdwp

Votes: 0

Answers: 1

Latest Answer

In HotSpot JVM, can_generate_breakpoint_events is an exclusive capability - this means, only one JVM TI agent at a time may possess this capability. The standard jdwp agent used for remote debugging i...
test-img

apangin

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved