mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-23 21:04:19 +02:00
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Removed hotspot version of jvm*h and jni*h files. Reviewed-by: ihse, mchung, dholmes
This commit is contained in:
parent
b36ba5ff60
commit
e908052a71
177 changed files with 308 additions and 2713 deletions
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
// no precompiled headers
|
||||
#include "jvm.h"
|
||||
#include "classfile/classLoader.hpp"
|
||||
#include "classfile/systemDictionary.hpp"
|
||||
#include "classfile/vmSymbols.hpp"
|
||||
|
@ -31,7 +32,6 @@
|
|||
#include "compiler/compileBroker.hpp"
|
||||
#include "compiler/disassembler.hpp"
|
||||
#include "interpreter/interpreter.hpp"
|
||||
#include "jvm_linux.h"
|
||||
#include "logging/log.hpp"
|
||||
#include "memory/allocation.inline.hpp"
|
||||
#include "memory/filemap.hpp"
|
||||
|
@ -39,7 +39,6 @@
|
|||
#include "os_linux.inline.hpp"
|
||||
#include "os_share_linux.hpp"
|
||||
#include "prims/jniFastGetField.hpp"
|
||||
#include "prims/jvm.h"
|
||||
#include "prims/jvm_misc.hpp"
|
||||
#include "runtime/arguments.hpp"
|
||||
#include "runtime/atomic.hpp"
|
||||
|
@ -4664,7 +4663,7 @@ void os::run_periodic_checks() {
|
|||
#endif
|
||||
|
||||
// ReduceSignalUsage allows the user to override these handlers
|
||||
// see comments at the very top and jvm_solaris.h
|
||||
// see comments at the very top and jvm_md.h
|
||||
if (!ReduceSignalUsage) {
|
||||
DO_SIGNAL_CHECK(SHUTDOWN1_SIGNAL);
|
||||
DO_SIGNAL_CHECK(SHUTDOWN2_SIGNAL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue