Skip to content

Commit 122b4f5

Browse files
committed
8325458: Rename mlvmJvmtiUtils.h
Backport-of: b356fee5d82c3c72a705bb33b73189921a813828
1 parent e9281ac commit 122b4f5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.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
#include "JVMTITools.h"
3030
#include "jvmti_tools.h"
31-
#include "mlvmJvmtiUtils.h"
31+
#include "mlvmJvmtiUtils.hpp"
3232

3333
extern "C" {
3434

test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.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
#include "JVMTITools.h"
3030
#include "jvmti_tools.h"
31-
#include "mlvmJvmtiUtils.h"
31+
#include "mlvmJvmtiUtils.hpp"
3232

3333
extern "C" {
3434

test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.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
#include "JVMTITools.h"
3030
#include "jvmti_tools.h"
31-
#include "mlvmJvmtiUtils.h"
31+
#include "mlvmJvmtiUtils.hpp"
3232

3333
extern "C" {
3434

test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.h renamed to test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2010, 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
@@ -21,8 +21,8 @@
2121
* questions.
2222
*/
2323

24-
#ifndef MLVMJVMTIUTILS_H_
25-
#define MLVMJVMTIUTILS_H_
24+
#ifndef MLVMJVMTIUTILS_HPP_
25+
#define MLVMJVMTIUTILS_HPP_
2626

2727
#include "jvmti.h"
2828

@@ -42,4 +42,4 @@ char * locationToString(jvmtiEnv * pJvmtiEnv, jmethodID method, jlocation locati
4242
void * getTLS(jvmtiEnv * pJvmtiEnv, jthread thread, jsize sizeToAllocate);
4343
}
4444

45-
#endif /* MLVMJVMTIUTILS_H_ */
45+
#endif /* MLVMJVMTIUTILS_HPP_ */

0 commit comments

Comments
 (0)