8325458: Rename mlvmJvmtiUtils.h

Reviewed-by: vlivanov
This commit is contained in:
Kim Barrett 2024-02-13 02:03:07 +00:00
parent 2ed889b7f2
commit b356fee5d8
4 changed files with 7 additions and 7 deletions
test/hotspot/jtreg/vmTestbase/vm/mlvm

@ -28,7 +28,7 @@
#include "agent_common.h"
#include "JVMTITools.h"
#include "jvmti_tools.h"
#include "mlvmJvmtiUtils.h"
#include "mlvmJvmtiUtils.hpp"
extern "C" {

@ -28,7 +28,7 @@
#include "agent_common.h"
#include "JVMTITools.h"
#include "jvmti_tools.h"
#include "mlvmJvmtiUtils.h"
#include "mlvmJvmtiUtils.hpp"
extern "C" {

@ -28,7 +28,7 @@
#include "agent_common.h"
#include "JVMTITools.h"
#include "jvmti_tools.h"
#include "mlvmJvmtiUtils.h"
#include "mlvmJvmtiUtils.hpp"
extern "C" {

@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -21,8 +21,8 @@
* questions.
*/
#ifndef MLVMJVMTIUTILS_H_
#define MLVMJVMTIUTILS_H_
#ifndef MLVMJVMTIUTILS_HPP_
#define MLVMJVMTIUTILS_HPP_
#include "jvmti.h"
@ -42,4 +42,4 @@ char * locationToString(jvmtiEnv * pJvmtiEnv, jmethodID method, jlocation locati
void * getTLS(jvmtiEnv * pJvmtiEnv, jthread thread, jsize sizeToAllocate);
}
#endif /* MLVMJVMTIUTILS_H_ */
#endif /* MLVMJVMTIUTILS_HPP_ */