hotspot/src/os_cpu/windows_x86/vm/os_windows_x86.cpp
changeset 37248 11a660dbbb8e
parent 35903 049dfbdc3ced
child 40010 e32d5e545789
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, 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.
    31 #include "code/vtableStubs.hpp"
    31 #include "code/vtableStubs.hpp"
    32 #include "decoder_windows.hpp"
    32 #include "decoder_windows.hpp"
    33 #include "interpreter/interpreter.hpp"
    33 #include "interpreter/interpreter.hpp"
    34 #include "jvm_windows.h"
    34 #include "jvm_windows.h"
    35 #include "memory/allocation.inline.hpp"
    35 #include "memory/allocation.inline.hpp"
       
    36 #include "memory/resourceArea.hpp"
    36 #include "mutex_windows.inline.hpp"
    37 #include "mutex_windows.inline.hpp"
    37 #include "nativeInst_x86.hpp"
    38 #include "nativeInst_x86.hpp"
    38 #include "os_share_windows.hpp"
    39 #include "os_share_windows.hpp"
    39 #include "prims/jniFastGetField.hpp"
    40 #include "prims/jniFastGetField.hpp"
    40 #include "prims/jvm.h"
    41 #include "prims/jvm.h"