Skip to content

Commit ecfa00d

Browse files
committed
8326090: Rename jvmti_aod.h
Backport-of: 27003b53bbb565123678a7feca74628b29991a5c
1 parent 7b471b7 commit ecfa00d

27 files changed

+33
-33
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/attach002Agent00.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030
#include "ExceptionCheckingJniEnv.hpp"
3131

3232
extern "C" {

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/attach002aAgent00.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/attach008Agent00.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/attach009Agent00.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/attach012Agent00.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/attach014Agent00.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent00.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent01.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Target.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2008, 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
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/attach020Agent00.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <jni.h>
2727
#include <jvmti.h>
2828
#include <aod.h>
29-
#include <jvmti_aod.h>
29+
#include <jvmti_aod.hpp>
3030

3131
extern "C" {
3232

0 commit comments

Comments
 (0)