equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
28 #include "runtime/serviceThread.hpp" |
28 #include "runtime/serviceThread.hpp" |
29 #include "runtime/mutexLocker.hpp" |
29 #include "runtime/mutexLocker.hpp" |
30 #include "runtime/os.hpp" |
30 #include "runtime/os.hpp" |
31 #include "prims/jvmtiImpl.hpp" |
31 #include "prims/jvmtiImpl.hpp" |
32 #include "services/allocationContextService.hpp" |
32 #include "services/allocationContextService.hpp" |
33 #include "services/gcNotifier.hpp" |
|
34 #include "services/diagnosticArgument.hpp" |
33 #include "services/diagnosticArgument.hpp" |
35 #include "services/diagnosticFramework.hpp" |
34 #include "services/diagnosticFramework.hpp" |
|
35 #include "services/gcNotifier.hpp" |
|
36 #include "services/lowMemoryDetector.hpp" |
36 |
37 |
37 ServiceThread* ServiceThread::_instance = NULL; |
38 ServiceThread* ServiceThread::_instance = NULL; |
38 |
39 |
39 void ServiceThread::initialize() { |
40 void ServiceThread::initialize() { |
40 EXCEPTION_MARK; |
41 EXCEPTION_MARK; |