< prev index next > src/hotspot/share/utilities/dtrace_disabled.hpp
Print this page
/*
- * Copyright (c) 2011, 2024, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2026, 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
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
#define HOTSPOT_JNI_ISINSTANCEOF_RETURN_ENABLED() 0
#define HOTSPOT_JNI_ISSAMEOBJECT_ENTRY(arg0, arg1, arg2)
#define HOTSPOT_JNI_ISSAMEOBJECT_ENTRY_ENABLED() 0
#define HOTSPOT_JNI_ISSAMEOBJECT_RETURN(arg0)
#define HOTSPOT_JNI_ISSAMEOBJECT_RETURN_ENABLED() 0
+ #define HOTSPOT_JNI_ISVALUEOBJECT_ENTRY(arg0, arg1)
+ #define HOTSPOT_JNI_ISVALUEOBJECT_ENTRY_ENABLED() 0
+ #define HOTSPOT_JNI_ISVALUEOBJECT_RETURN(arg0)
+ #define HOTSPOT_JNI_ISVALUEOBJECT_RETURN_ENABLED() 0
#define HOTSPOT_JNI_MONITORENTER_ENTRY(arg0, arg1)
#define HOTSPOT_JNI_MONITORENTER_ENTRY_ENABLED() 0
#define HOTSPOT_JNI_MONITORENTER_RETURN(arg0)
#define HOTSPOT_JNI_MONITORENTER_RETURN_ENABLED() 0
#define HOTSPOT_JNI_MONITOREXIT_ENTRY(arg0, arg1)
< prev index next >