Skip to content

Commit f5c4708

Browse files
committed
8324799: Use correct extension for C++ test headers
Reviewed-by: mbaesken Backport-of: 998d0baab0fd051c38d9fd6021628eb863b80554
1 parent 51a6923 commit f5c4708

File tree

729 files changed

+1283
-1283
lines changed

Some content is hidden

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

729 files changed

+1283
-1283
lines changed

test/hotspot/jtreg/serviceability/jvmti/DynamicCodeGenerated/libDynamicCodeGenerated.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 "jvmti_common.h"
26+
#include "jvmti_common.hpp"
2727

2828
static jvmtiEnv* jvmti = nullptr;
2929

test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp

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

2929
extern "C" {
3030

test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetSetLocalUnsuspended.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 "jvmti_common.h"
26+
#include "jvmti_common.hpp"
2727

2828
extern "C" {
2929

test/hotspot/jtreg/serviceability/jvmti/SuspendWithCurrentThread/libSuspendWithCurrentThread.cpp

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

2929
extern "C" {
3030

test/hotspot/jtreg/serviceability/jvmti/events/Breakpoint/breakpoint01/libbreakpoint01.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "jni_md.h"
2828
#include "jvmti.h"
2929

30-
#include "jvmti_common.h"
30+
#include "jvmti_common.hpp"
3131

3232
extern "C" {
3333

test/hotspot/jtreg/serviceability/jvmti/events/ClassLoad/classload01/libclassload01.cpp

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

2828
#include <jvmti.h>
2929

30-
#include "jvmti_common.h"
30+
#include "jvmti_common.hpp"
3131

3232
extern "C" {
3333

test/hotspot/jtreg/serviceability/jvmti/events/ClassPrepare/classprep01/libclassprep01.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <inttypes.h>
2727
#include "jvmti.h"
2828

29-
#include "jvmti_common.h"
29+
#include "jvmti_common.hpp"
3030

3131

3232
extern "C" {

test/hotspot/jtreg/serviceability/jvmti/events/Exception/exception01/libexception01.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 "jvmti_common.h"
27+
#include "jvmti_common.hpp"
2828

2929
extern "C" {
3030

test/hotspot/jtreg/serviceability/jvmti/events/ExceptionCatch/excatch01/libexcatch01.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 "jvmti_common.h"
27+
#include "jvmti_common.hpp"
2828

2929
extern "C" {
3030

test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc01/libfieldacc01.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <string.h>
2626
#include <inttypes.h>
2727
#include "jvmti.h"
28-
#include "jvmti_common.h"
28+
#include "jvmti_common.hpp"
2929

3030
extern "C" {
3131

0 commit comments

Comments
 (0)