8325458: Rename mlvmJvmtiUtils.h
Reviewed-by: vlivanov
This commit is contained in:
parent
2ed889b7f2
commit
b356fee5d8
test/hotspot/jtreg/vmTestbase/vm/mlvm
indy/func/jvmti
share
@ -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_ */
|
Loading…
x
Reference in New Issue
Block a user