aboutsummaryrefslogtreecommitdiff
path: root/src/share/instrument
diff options
context:
space:
mode:
authorohair <none@none>2008-08-22 12:24:27 -0700
committerohair <none@none>2008-08-22 12:24:27 -0700
commit19d5d9c19c2976716c892a934cad71a9da362d2b (patch)
tree2173844aadec1f093a05865bbd6b3c195b1c23eb /src/share/instrument
parent5546f178d560f9737024c678b7ab82181bd27992 (diff)
downloadjdk8u_jdk-19d5d9c19c2976716c892a934cad71a9da362d2b.tar.gz
6732421: Removed old javavm and Classic VM files from the jdk7 sources
Reviewed-by: alanb
Diffstat (limited to 'src/share/instrument')
-rw-r--r--src/share/instrument/InstrumentationImplNativeMethods.c5
-rw-r--r--src/share/instrument/JPLISAgent.c3
2 files changed, 3 insertions, 5 deletions
diff --git a/src/share/instrument/InstrumentationImplNativeMethods.c b/src/share/instrument/InstrumentationImplNativeMethods.c
index f4a1239699..7acd7298bd 100644
--- a/src/share/instrument/InstrumentationImplNativeMethods.c
+++ b/src/share/instrument/InstrumentationImplNativeMethods.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -23,15 +23,14 @@
* have any questions.
*/
-
#include <jni.h>
#include "JPLISAgent.h"
#include "JPLISAssert.h"
#include "Utilities.h"
#include "JavaExceptions.h"
+#include "FileSystemSupport.h" /* For uintptr_t */
#include "sun_instrument_InstrumentationImpl.h"
-#include "typedefs.h"
/*
* Copyright 2003 Wily Technology, Inc.
diff --git a/src/share/instrument/JPLISAgent.c b/src/share/instrument/JPLISAgent.c
index 9e1a0b0983..e34beac794 100644
--- a/src/share/instrument/JPLISAgent.c
+++ b/src/share/instrument/JPLISAgent.c
@@ -38,10 +38,9 @@
#include "JavaExceptions.h"
#include "EncodingSupport.h"
-#include "FileSystemSupport.h" /* MAXPATHLEN */
+#include "FileSystemSupport.h" /* For MAXPATHLEN & uintptr_t */
#include "sun_instrument_InstrumentationImpl.h"
-#include "typedefs.h"
/*
* The JPLISAgent manages the initialization all of the Java programming language Agents.