Skip to content

Commit

Permalink
8325458: Rename mlvmJvmtiUtils.h
Browse files Browse the repository at this point in the history
Reviewed-by: vlivanov
  • Loading branch information
Kim Barrett committed Feb 13, 2024
1 parent 2ed889b commit b356fee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "agent_common.h"
#include "JVMTITools.h"
#include "jvmti_tools.h"
#include "mlvmJvmtiUtils.h"
#include "mlvmJvmtiUtils.hpp"

extern "C" {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "agent_common.h"
#include "JVMTITools.h"
#include "jvmti_tools.h"
#include "mlvmJvmtiUtils.h"
#include "mlvmJvmtiUtils.hpp"

extern "C" {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "agent_common.h"
#include "JVMTITools.h"
#include "jvmti_tools.h"
#include "mlvmJvmtiUtils.h"
#include "mlvmJvmtiUtils.hpp"

extern "C" {

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,8 +21,8 @@
* questions.
*/

#ifndef MLVMJVMTIUTILS_H_
#define MLVMJVMTIUTILS_H_
#ifndef MLVMJVMTIUTILS_HPP_
#define MLVMJVMTIUTILS_HPP_

#include "jvmti.h"

Expand All @@ -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_ */

0 comments on commit b356fee

Please sign in to comment.