jdk/src/demo/share/jvmti/mtrace/mtrace.h
changeset 33653 c1ee09fe3274
parent 25859 3317bb8137f4
equal deleted inserted replaced
32995:a62c89adce3d 33653:c1ee09fe3274
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
     3  *
     3  *
     4  * Redistribution and use in source and binary forms, with or without
     4  * Redistribution and use in source and binary forms, with or without
     5  * modification, are permitted provided that the following conditions
     5  * modification, are permitted provided that the following conditions
     6  * are met:
     6  * are met:
     7  *
     7  *
    62 
    62 
    63 /* Utility functions */
    63 /* Utility functions */
    64 
    64 
    65 #include "agent_util.h"
    65 #include "agent_util.h"
    66 
    66 
    67 /* Agent library externals to export. */
       
    68 
       
    69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
       
    70 JNIEXPORT void JNICALL Agent_OnUnload(JavaVM *vm);
       
    71 
       
    72 #endif
    67 #endif