src/share/vm/services/gcNotifier.hpp

changeset 3549
1891640ca63f
parent 2888
78542e2b5e35
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/services/gcNotifier.hpp	Mon Feb 13 12:30:47 2012 -0500
     1.2 +++ b/src/share/vm/services/gcNotifier.hpp	Tue Feb 14 06:54:27 2012 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -60,6 +60,7 @@
    1.11    static GCNotificationRequest *last_request;
    1.12    static void addRequest(GCNotificationRequest *request);
    1.13    static GCNotificationRequest *getRequest();
    1.14 +  static void sendNotificationInternal(TRAPS);
    1.15  public:
    1.16    static void pushNotification(GCMemoryManager *manager, const char *action, const char *cause);
    1.17    static bool has_event();

mercurial