Skip to content

Commit d99ca4d

Browse files
committed
8326524: Rename agent_common.h
Backport-of: d482c1af28cacd60cc05fe3f975a00a0c68c72b7
1 parent b1ff6b7 commit d99ca4d

File tree

547 files changed

+551
-551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

547 files changed

+551
-551
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <stdlib.h>
2525
#include <string.h>
2626
#include "jvmti.h"
27-
#include "agent_common.h"
27+
#include "agent_common.hpp"
2828
#include "jni_tools.h"
2929
#include "jvmti_tools.h"
3030

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <stdlib.h>
2525
#include <string.h>
2626
#include "jvmti.h"
27-
#include "agent_common.h"
27+
#include "agent_common.hpp"
2828
#include "jni_tools.h"
2929
#include "jvmti_tools.h"
3030

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <stdlib.h>
2424
#include <string.h>
2525
#include "jvmti.h"
26-
#include "agent_common.h"
26+
#include "agent_common.hpp"
2727
#include "jni_tools.h"
2828
#include "jvmti_tools.h"
2929

test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
#include "jvmti.h"
25-
#include "agent_common.h"
25+
#include "agent_common.hpp"
2626
#include "jvmti_tools.h"
2727

2828
extern "C" {

test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/agentonload002.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <stdio.h>
2525
#include <string.h>
2626
#include "jvmti.h"
27-
#include "agent_common.h"
27+
#include "agent_common.hpp"
2828

2929
extern "C" {
3030

test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003/agentonload003.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <stdio.h>
2525
#include <string.h>
2626
#include "jvmti.h"
27-
#include "agent_common.h"
27+
#include "agent_common.hpp"
2828

2929
extern "C" {
3030

test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -22,7 +22,7 @@
2222
*/
2323

2424
#include "jvmti.h"
25-
#include "agent_common.h"
25+
#include "agent_common.hpp"
2626
#include "jvmti_tools.h"
2727

2828
extern "C" {

test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <stdio.h>
2525
#include <string.h>
2626
#include "jvmti.h"
27-
#include "agent_common.h"
27+
#include "agent_common.hpp"
2828
#include "JVMTITools.h"
2929

3030
extern "C" {

test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <string.h>
2828

2929
#include <jvmti.h>
30-
#include "agent_common.h"
30+
#include "agent_common.hpp"
3131

3232
#include "nsk_tools.h"
3333
#include "JVMTITools.h"

test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <string.h>
2525
#include "jvmti.h"
26-
#include "agent_common.h"
26+
#include "agent_common.hpp"
2727
#include "jni_tools.h"
2828
#include "jvmti_tools.h"
2929

0 commit comments

Comments
 (0)