mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8223332: Update JVMCI
Reviewed-by: never, dnsimon
This commit is contained in:
parent
29a4ad9a87
commit
72f082e925
30 changed files with 1038 additions and 345 deletions
|
@ -1152,7 +1152,7 @@ class JavaThread: public Thread {
|
|||
|
||||
public:
|
||||
static jlong* _jvmci_old_thread_counters;
|
||||
static void collect_counters(JVMCIEnv* JVMCIENV, JVMCIPrimitiveArray array);
|
||||
static void collect_counters(jlong* array, int length);
|
||||
private:
|
||||
#endif // INCLUDE_JVMCI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue