comparison src/os/windows/vm/decoder_windows.cpp @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents 63e54c37ac64
children 38f750491293
comparison
equal deleted inserted replaced
8660:d47b52b0ff68 8883:b9a918201d47
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, 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.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "prims/jvm.h" 26 #include "prims/jvm.h"
27 #include "runtime/arguments.hpp"
27 #include "decoder_windows.hpp" 28 #include "decoder_windows.hpp"
28 29
29 WindowsDecoder::WindowsDecoder() { 30 WindowsDecoder::WindowsDecoder() {
30 _dbghelp_handle = NULL; 31 _dbghelp_handle = NULL;
31 _can_decode_in_vm = false; 32 _can_decode_in_vm = false;