Skip to content

Commit 6a6e492

Browse files
committed
8325367: Rename nsk_list.h
Backport-of: 9cccf0515e5a8449fa4a5a89f1935e206e465f39
1 parent f821c2f commit 6a6e492

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "jni_tools.h"
2929
#include "jvmti_tools.h"
3030
#include "JVMTITools.h"
31-
#include "nsk_list.h"
31+
#include "nsk_list.hpp"
3232

3333
extern "C" {
3434

test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "jni_tools.h"
2929
#include "jvmti_tools.h"
3030
#include "JVMTITools.h"
31-
#include "nsk_list.h"
31+
#include "nsk_list.hpp"
3232

3333
extern "C" {
3434

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The following source files declares a set of functions which
4646
provides support for lists of various objects
4747

4848
Source files:
49-
nsk_list.h
50-
nsk_list.c
49+
nsk_list.hpp
50+
nsk_list.cpp
5151

5252
Naming conventions:
5353
functions: nsk_list_*
@@ -119,7 +119,7 @@ Provides platform-independent support for running native threads:
119119

120120
---------------------------------------------------------------------------------
121121

122-
nsk_list.h
122+
nsk_list.hpp
123123

124124
Provides support for lists of various objects:
125125

test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.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 <stdlib.h>
2626
#include <string.h>
27-
#include "nsk_list.h"
27+
#include "nsk_list.hpp"
2828
#include "nsk_tools.h"
2929

3030
extern "C" {

test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.h renamed to test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2004, 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

0 commit comments

Comments
 (0)