Skip to content

Commit f821c2f

Browse files
committed
8325347: Rename native_thread.h
Backport-of: f2f634448e2095f2be1c220d7c10355ab4888439
1 parent b482038 commit f821c2f

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "agent_common.h"
3131

3232
#include "JVMTITools.h"
33-
#include "native_thread.h"
33+
#include "native_thread.hpp"
3434

3535
extern "C" {
3636

test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "agent_common.h"
3030

3131
#include "nsk_tools.h"
32-
#include "native_thread.h"
32+
#include "native_thread.hpp"
3333
#include "JVMTITools.h"
3434
#include "jvmti_tools.h"
3535

test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "agent_common.h"
3030

3131
#include "nsk_tools.h"
32-
#include "native_thread.h"
32+
#include "native_thread.hpp"
3333
#include "JVMTITools.h"
3434
#include "jvmti_tools.h"
3535

test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "agent_common.h"
3030

3131
#include "nsk_tools.h"
32-
#include "native_thread.h"
32+
#include "native_thread.hpp"
3333
#include "JVMTITools.h"
3434
#include "jvmti_tools.h"
3535

test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "agent_common.h"
3131

3232
#include "JVMTITools.h"
33-
#include "native_thread.h"
33+
#include "native_thread.hpp"
3434

3535
extern "C" {
3636

test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.cpp

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

3030
#include "nsk_tools.h"
31-
#include "native_thread.h"
31+
#include "native_thread.hpp"
3232
#include "JVMTITools.h"
3333
#include "jvmti_tools.h"
3434

test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "nsk_tools.h"
3333
#include "JVMTITools.h"
3434
#include "jvmti_tools.h"
35-
#include "native_thread.h"
35+
#include "native_thread.hpp"
3636

3737
extern "C" {
3838

test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "nsk_tools.h"
3333
#include "JVMTITools.h"
3434
#include "jvmti_tools.h"
35-
#include "native_thread.h"
35+
#include "native_thread.hpp"
3636

3737
extern "C" {
3838

test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_tools.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

27-
#include "native_thread.h"
27+
#include "native_thread.hpp"
2828
#include "jni_tools.h"
2929
#include "jvmti_tools.h"
3030

test/hotspot/jtreg/vmTestbase/nsk/share/native/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
22
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33

44
This code is free software; you can redistribute it and/or modify it
@@ -36,8 +36,8 @@ Also this directory provides support for running native threads
3636
in a platform independent manner.
3737

3838
Source files:
39-
native_thread.h
40-
native_thread.c
39+
native_thread.hpp
40+
native_thread.cpp
4141

4242
Naming conventions:
4343
functions: THREAD_*
@@ -100,7 +100,7 @@ use special macroses defined in share/jni and share/jvmti frameworks.
100100

101101
---------------------------------------------------------------------------------
102102

103-
native_thread.h
103+
native_thread.hpp
104104

105105
Provides platform-independent support for running native threads:
106106

0 commit comments

Comments
 (0)