aboutsummaryrefslogtreecommitdiff
path: root/libjava/jvmti.cc
AgeCommit message (Expand)AuthorFilesLines
2006-09-22jvmti.cc (_Jv_JVMTI_GetErrorName): Now static.Marco Trudel1-1/+1
2006-09-22jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events.Keith Seitz1-2/+684
2006-09-21jvmti.cc (_Jv_JVMTI_CreateRawMonitor): Use _Jv_MallocUnchked and return JVMTI...Keith Seitz1-5/+19
2006-09-20jvmti.cc (_Jv_JVMTI_GetErrorName): New function.Keith Seitz1-1/+214
2006-09-19jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Clarify parameter list.Keith Seitz1-12/+14
2006-09-01jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Encapsulate in do..while loop.Keith Seitz1-12/+36
2006-09-01jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz1-3/+71
2006-08-31jvmti.cc (_Jv_JVMTI_RawMonitorWait): Add millis parameter.Keith Seitz1-2/+3
2006-08-05jvmti.cc: Include gcj/method.h.Mark Wielaard1-0/+2
2006-08-05jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.Tom Tromey1-24/+34
2006-08-03jvmti.cc (REQUIRE_PHASE): New macro.Tom Tromey1-35/+536
2006-07-23jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL attribute.Mohan Embar1-3/+3
2006-07-21boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz1-2/+50
2006-07-20jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.Keith Seitz1-1/+9
2006-07-20jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz1-0/+184