8324799: Use correct extension for C++ test headers

Reviewed-by: jwaters, gli, coleenp, lmesnik
This commit is contained in:
Kim Barrett 2024-02-29 06:24:42 +00:00
parent 0735c8ab26
commit 998d0baab0
729 changed files with 1283 additions and 1283 deletions

View File

@ -23,7 +23,7 @@
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
static jvmtiEnv* jvmti = nullptr;

View File

@ -24,7 +24,7 @@
#include <string.h>
#include <stdint.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <string.h>
#include <atomic>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -27,7 +27,7 @@
#include "jni_md.h"
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -27,7 +27,7 @@
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -26,7 +26,7 @@
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -26,7 +26,7 @@
#include <string.h>
#include <time.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <inttypes.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -26,8 +26,8 @@
#include <jni.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -24,8 +24,8 @@
#include <stdio.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -24,8 +24,8 @@
#include <stdio.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -24,8 +24,8 @@
#include <stdio.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -1,6 +1,5 @@
/*
* Copyright (c) 200
* git 3, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 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
@ -25,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,8 +25,8 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <jvmti.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
#define MAX_FRAME_COUNT 80

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
#define MAX_FRAME_COUNT 80

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
/* constant names */

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <stdio.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -1,4 +1,5 @@
/*
* Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, Datadog, Inc. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
@ -24,7 +25,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
#include "../get_stack_trace.hpp"

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
#include "../get_stack_trace.hpp"

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
#include "../get_stack_trace.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
#include "../get_stack_trace.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
#include "../get_stack_trace.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
#include "../get_stack_trace.hpp"

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
#include "../get_stack_trace.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
#include "../get_stack_trace.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -26,7 +26,7 @@
#include <stdio.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
#include <time.h>

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, 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
@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, 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
@ -23,7 +23,7 @@
#include <jni.h>
#include <jvmti.h>
#include <jvmti_common.h>
#include <jvmti_common.hpp>
#include <atomic>
#include <string.h>

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, 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
@ -23,7 +23,7 @@
#include <jni.h>
#include <jvmti.h>
#include <jvmti_common.h>
#include <jvmti_common.hpp>
#include <atomic>
static jvmtiEnv *jvmti = nullptr;

View File

@ -25,7 +25,7 @@
#include <atomic>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -22,7 +22,7 @@
*/
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <atomic>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
static jvmtiEnv *jvmti = nullptr;

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_common.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -23,8 +23,8 @@
#include <string.h>
#include "jvmti.h"
#include "jvmti_common.h"
#include "jvmti_thread.h"
#include "jvmti_common.hpp"
#include "jvmti_thread.hpp"
extern "C" {

View File

@ -25,7 +25,7 @@
#include <jvmti.h>
#include <stdio.h>
#include <string.h>
#include "jvmti_common.h"
#include "jvmti_common.hpp"
static jvmtiEnv* jvmti = nullptr;
static const jint MAX_FRAME_COUNT = 32;

Some files were not shown because too many files have changed in this diff Show More