Skip to content

Commit

Permalink
8325367: Rename nsk_list.h
Browse files Browse the repository at this point in the history
Reviewed-by: coleenp
  • Loading branch information
Kim Barrett committed Feb 8, 2024
1 parent be7cc1c commit 9cccf05
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Expand Up @@ -28,7 +28,7 @@
#include "jni_tools.h"
#include "jvmti_tools.h"
#include "JVMTITools.h"
#include "nsk_list.h"
#include "nsk_list.hpp"

extern "C" {

Expand Down
Expand Up @@ -28,7 +28,7 @@
#include "jni_tools.h"
#include "jvmti_tools.h"
#include "JVMTITools.h"
#include "nsk_list.h"
#include "nsk_list.hpp"

extern "C" {

Expand Down
6 changes: 3 additions & 3 deletions test/hotspot/jtreg/vmTestbase/nsk/share/native/README
Expand Up @@ -46,8 +46,8 @@ The following source files declares a set of functions which
provides support for lists of various objects

Source files:
nsk_list.h
nsk_list.c
nsk_list.hpp
nsk_list.cpp

Naming conventions:
functions: nsk_list_*
Expand Down Expand Up @@ -119,7 +119,7 @@ Provides platform-independent support for running native threads:

---------------------------------------------------------------------------------

nsk_list.h
nsk_list.hpp

Provides support for lists of various objects:

Expand Down
Expand Up @@ -24,7 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "nsk_list.h"
#include "nsk_list.hpp"
#include "nsk_tools.h"

extern "C" {
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2004, 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 Down

1 comment on commit 9cccf05

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.