comparison agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/Win32AMD64JavaThreadPDAccess.java @ 3939:f6f3bb0ee072

7088955: add C2 IR support to the SA Reviewed-by: kvn
author never
date Sun, 11 Sep 2011 14:48:24 -0700
parents 7588156f5cf9
children 43badbe2717a
comparison
equal deleted inserted replaced
3938:e6b1331a51d2 3939:f6f3bb0ee072
1 /* 1 /*
2 * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2005, 2011, 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.
25 package sun.jvm.hotspot.runtime.win32_amd64; 25 package sun.jvm.hotspot.runtime.win32_amd64;
26 26
27 import java.io.*; 27 import java.io.*;
28 import java.util.*; 28 import java.util.*;
29 import sun.jvm.hotspot.debugger.*; 29 import sun.jvm.hotspot.debugger.*;
30 import sun.jvm.hotspot.debugger.win32.*;
31 import sun.jvm.hotspot.debugger.amd64.*; 30 import sun.jvm.hotspot.debugger.amd64.*;
32 import sun.jvm.hotspot.runtime.*; 31 import sun.jvm.hotspot.runtime.*;
33 import sun.jvm.hotspot.runtime.amd64.*; 32 import sun.jvm.hotspot.runtime.amd64.*;
34 import sun.jvm.hotspot.runtime.x86.*; 33 import sun.jvm.hotspot.runtime.x86.*;
35 import sun.jvm.hotspot.types.*; 34 import sun.jvm.hotspot.types.*;