• Home
  • Raw
  • Download

Lines Matching refs:ERROR_MESSAGE

145         ERROR_MESSAGE(("JDWP unable to configure initial JVMTI event %s: %s(%d)",  in set_event_notification()
224 ERROR_MESSAGE(("JDWP Unable to get jvmti extension functions: %s(%d)", in find_extension_functions()
266ERROR_MESSAGE(("Cannot load this JVM TI agent twice, check your java command line for duplicate jd… in Agent_OnLoad()
272 ERROR_MESSAGE(("JDWP unable to load, VM died")); in Agent_OnLoad()
279 ERROR_MESSAGE(("JDWP unable to allocate memory")); in Agent_OnLoad()
295 ERROR_MESSAGE(("JDWP unable to access JVMTI Version 1 (0x%x)," in Agent_OnLoad()
304 ERROR_MESSAGE(("JDWP unable to access either JVMTI Version 1 (0x%x)" in Agent_OnLoad()
326 ERROR_MESSAGE(("This jdwp native library will not work with this VM's " in Agent_OnLoad()
344 ERROR_MESSAGE(("JDWP: unable to initialize NPT library")); in Agent_OnLoad()
349 ERROR_MESSAGE(("JDWP: UTF function initialization failed")); in Agent_OnLoad()
367 ERROR_MESSAGE(("JDWP unable to get potential JVMTI capabilities: %s(%d)", in Agent_OnLoad()
428 ERROR_MESSAGE(("JDWP unable to get necessary JVMTI capabilities.")); in Agent_OnLoad()
459 ERROR_MESSAGE(("JDWP unable to set JVMTI event callbacks: %s(%d)", in Agent_OnLoad()
466 ERROR_MESSAGE(("Fatal error while attempting to find the " in Agent_OnLoad()
546 ERROR_MESSAGE(("JDWP unable to dispose of JVMTI environment: %s(%d)", in disposeEnvironment()
662 ERROR_MESSAGE(("JDWP Transport %s failed to initialize, %s(%d)", in startTransport()
1044 ERROR_MESSAGE(("JDWP Non-server transport %s must have a connection " in checkAddress()
1388 ERROR_MESSAGE(("JDWP option syntax error: %s=%s", AGENTLIB, options)); in parseOptions()
1392 ERROR_MESSAGE(("JDWP %s: %s=%s", errmsg, AGENTLIB, options)); in parseOptions()
1396 ERROR_MESSAGE(("JDWP %s: %s=%s", "invalid option", AGENTLIB, options)); in parseOptions()
1457 ERROR_MESSAGE(("JDWP unable to access jni (0x%x)," in doInitializeOnAttach()
1467 ERROR_MESSAGE(("JDWP unable to get current thread during agent attach: %s(%d)", in doInitializeOnAttach()
1490 ERROR_MESSAGE(("JDWP cannot suspend all threads when performing late-attach.")); in Agent_OnAttach()