Skip to content

Commit

Permalink
[JVMCI] Documentation for _should_notify_object_alloc export.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosaner committed Dec 19, 2023
1 parent 0b430d8 commit 35b2fd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/hotspot/share/jvmci/jvmciCompilerToVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ class CompilerToVM {
// Minimum alignment of an offset into CodeBuffer::SECT_CONSTS
static int data_section_item_alignment;

/*
* Pointer to JvmtiExport::_should_notify_object_alloc.
* Exposed as an int* instead of an address so the
* underlying type is part of the JVMCIVMStructs definition.
*/
static int* _should_notify_object_alloc;

public:
Expand Down

0 comments on commit 35b2fd9

Please sign in to comment.