src/jdk.jdwp.agent/share/native/libjdwp/eventHelper.h
changeset 47525 e05aff6beada
parent 47216 71c04702a3d5
--- a/src/jdk.jdwp.agent/share/native/libjdwp/eventHelper.h	Mon Sep 25 21:25:46 2017 -0400
+++ b/src/jdk.jdwp.agent/share/native/libjdwp/eventHelper.h	Tue Sep 26 00:52:29 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2017, 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
@@ -54,6 +54,9 @@
 void eventHelper_lock(void);
 void eventHelper_unlock(void);
 
+void commandLoop_sync(void); /* commandLoop sync with cbVMDeath */
+void commandLoop_exitVmDeathLockOnError(void);
+
 /*
  * Private interface for coordinating between eventHelper.c: commandLoop()
  * and ThreadReferenceImpl.c: resume() and VirtualMachineImpl.c: resume().