Refactor CTS JVMTI OWNERS for better maintenance
Make OWNERS in subdirectories empty as it inherits OWNERS defined in
parent directory by default. Each module's directory is still required to have OWNERS because we want to make sure each CTS module has clear ownership. Otherwise, if module-level OWNERS is missing, we can't know if ownership inherits from parent or developers forget to add it.
Bug: 126563878
Test: Ignored
Change-Id: I19d2ccae9c010d46594051af1b7db14cceb2f96e
diff --git a/hostsidetests/jvmti/run-tests/test-1900/OWNERS b/hostsidetests/jvmti/run-tests/test-1900/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1900/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1900/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1900/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1900/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1900/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1901/OWNERS b/hostsidetests/jvmti/run-tests/test-1901/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1901/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1901/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1901/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1901/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1901/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1902/OWNERS b/hostsidetests/jvmti/run-tests/test-1902/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1902/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1902/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1902/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1902/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1902/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1903/OWNERS b/hostsidetests/jvmti/run-tests/test-1903/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1903/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1903/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1903/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1903/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1903/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1904/OWNERS b/hostsidetests/jvmti/run-tests/test-1904/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1904/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1904/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1904/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1904/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1904/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1906/OWNERS b/hostsidetests/jvmti/run-tests/test-1906/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1906/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1906/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1906/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1906/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1906/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1907/OWNERS b/hostsidetests/jvmti/run-tests/test-1907/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1907/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1907/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1907/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1907/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1907/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1908/OWNERS b/hostsidetests/jvmti/run-tests/test-1908/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1908/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1908/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1908/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1908/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1908/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1909/OWNERS b/hostsidetests/jvmti/run-tests/test-1909/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1909/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1909/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1909/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1909/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1909/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1910/OWNERS b/hostsidetests/jvmti/run-tests/test-1910/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1910/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1910/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1910/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1910/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1910/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1911/OWNERS b/hostsidetests/jvmti/run-tests/test-1911/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1911/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1911/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1911/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1911/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1911/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1912/OWNERS b/hostsidetests/jvmti/run-tests/test-1912/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1912/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1912/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1912/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1912/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1912/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1913/OWNERS b/hostsidetests/jvmti/run-tests/test-1913/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1913/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1913/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1913/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1913/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1913/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1914/OWNERS b/hostsidetests/jvmti/run-tests/test-1914/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1914/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1914/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1914/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1914/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1914/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1915/OWNERS b/hostsidetests/jvmti/run-tests/test-1915/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1915/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1915/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1915/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1915/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1915/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1916/OWNERS b/hostsidetests/jvmti/run-tests/test-1916/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1916/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1916/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1916/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1916/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1916/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1917/OWNERS b/hostsidetests/jvmti/run-tests/test-1917/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1917/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1917/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1917/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1917/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1917/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1920/OWNERS b/hostsidetests/jvmti/run-tests/test-1920/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1920/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1920/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1920/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1920/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1920/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1921/OWNERS b/hostsidetests/jvmti/run-tests/test-1921/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1921/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1921/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1921/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1921/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1921/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1922/OWNERS b/hostsidetests/jvmti/run-tests/test-1922/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1922/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1922/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1922/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1922/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1922/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1923/OWNERS b/hostsidetests/jvmti/run-tests/test-1923/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1923/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1923/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1923/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1923/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1923/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1924/OWNERS b/hostsidetests/jvmti/run-tests/test-1924/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1924/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1924/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1924/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1924/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1924/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1925/OWNERS b/hostsidetests/jvmti/run-tests/test-1925/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1925/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1925/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1925/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1925/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1925/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1926/OWNERS b/hostsidetests/jvmti/run-tests/test-1926/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1926/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1926/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1926/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1926/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1926/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1927/OWNERS b/hostsidetests/jvmti/run-tests/test-1927/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1927/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1927/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1927/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1927/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1927/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1928/OWNERS b/hostsidetests/jvmti/run-tests/test-1928/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1928/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1928/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1928/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1928/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1928/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1930/OWNERS b/hostsidetests/jvmti/run-tests/test-1930/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1930/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1930/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1930/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1930/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1930/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1931/OWNERS b/hostsidetests/jvmti/run-tests/test-1931/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1931/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1931/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1931/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1931/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1931/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1932/OWNERS b/hostsidetests/jvmti/run-tests/test-1932/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1932/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1932/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1932/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1932/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1932/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1933/OWNERS b/hostsidetests/jvmti/run-tests/test-1933/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1933/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1933/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1933/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1933/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1933/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1934/OWNERS b/hostsidetests/jvmti/run-tests/test-1934/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1934/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1934/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1934/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1934/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1934/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1936/OWNERS b/hostsidetests/jvmti/run-tests/test-1936/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1936/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1936/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1936/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1936/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1936/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1937/OWNERS b/hostsidetests/jvmti/run-tests/test-1937/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1937/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1937/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1937/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1937/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1937/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1939/OWNERS b/hostsidetests/jvmti/run-tests/test-1939/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1939/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1939/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1939/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1939/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1939/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1941/OWNERS b/hostsidetests/jvmti/run-tests/test-1941/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1941/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1941/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1941/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1941/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1941/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1942/OWNERS b/hostsidetests/jvmti/run-tests/test-1942/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1942/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1942/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1942/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1942/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1942/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1943/OWNERS b/hostsidetests/jvmti/run-tests/test-1943/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1943/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1943/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1943/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1943/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1943/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1953/OWNERS b/hostsidetests/jvmti/run-tests/test-1953/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1953/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1953/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1953/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1953/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1953/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1958/OWNERS b/hostsidetests/jvmti/run-tests/test-1958/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-1958/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-1958/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-1958/app/OWNERS b/hostsidetests/jvmti/run-tests/test-1958/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-1958/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-902/OWNERS b/hostsidetests/jvmti/run-tests/test-902/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-902/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-902/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-902/app/OWNERS b/hostsidetests/jvmti/run-tests/test-902/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-902/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-903/OWNERS b/hostsidetests/jvmti/run-tests/test-903/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-903/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-903/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-903/app/OWNERS b/hostsidetests/jvmti/run-tests/test-903/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-903/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-904/OWNERS b/hostsidetests/jvmti/run-tests/test-904/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-904/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-904/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-904/app/OWNERS b/hostsidetests/jvmti/run-tests/test-904/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-904/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-905/OWNERS b/hostsidetests/jvmti/run-tests/test-905/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-905/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-905/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-905/app/OWNERS b/hostsidetests/jvmti/run-tests/test-905/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-905/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-906/OWNERS b/hostsidetests/jvmti/run-tests/test-906/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-906/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-906/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-906/app/OWNERS b/hostsidetests/jvmti/run-tests/test-906/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-906/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-907/OWNERS b/hostsidetests/jvmti/run-tests/test-907/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-907/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-907/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-907/app/OWNERS b/hostsidetests/jvmti/run-tests/test-907/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-907/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-908/OWNERS b/hostsidetests/jvmti/run-tests/test-908/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-908/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-908/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-908/app/OWNERS b/hostsidetests/jvmti/run-tests/test-908/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-908/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-910/OWNERS b/hostsidetests/jvmti/run-tests/test-910/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-910/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-910/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-910/app/OWNERS b/hostsidetests/jvmti/run-tests/test-910/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-910/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-911/OWNERS b/hostsidetests/jvmti/run-tests/test-911/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-911/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-911/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-911/app/OWNERS b/hostsidetests/jvmti/run-tests/test-911/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-911/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-912/OWNERS b/hostsidetests/jvmti/run-tests/test-912/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-912/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-912/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-912/app/OWNERS b/hostsidetests/jvmti/run-tests/test-912/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-912/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-913/OWNERS b/hostsidetests/jvmti/run-tests/test-913/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-913/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-913/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-913/app/OWNERS b/hostsidetests/jvmti/run-tests/test-913/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-913/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-914/OWNERS b/hostsidetests/jvmti/run-tests/test-914/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-914/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-914/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-914/app/OWNERS b/hostsidetests/jvmti/run-tests/test-914/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-914/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-915/OWNERS b/hostsidetests/jvmti/run-tests/test-915/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-915/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-915/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-915/app/OWNERS b/hostsidetests/jvmti/run-tests/test-915/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-915/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-917/OWNERS b/hostsidetests/jvmti/run-tests/test-917/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-917/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-917/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-917/app/OWNERS b/hostsidetests/jvmti/run-tests/test-917/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-917/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-918/OWNERS b/hostsidetests/jvmti/run-tests/test-918/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-918/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-918/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-918/app/OWNERS b/hostsidetests/jvmti/run-tests/test-918/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-918/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-919/OWNERS b/hostsidetests/jvmti/run-tests/test-919/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-919/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-919/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-919/app/OWNERS b/hostsidetests/jvmti/run-tests/test-919/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-919/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-920/OWNERS b/hostsidetests/jvmti/run-tests/test-920/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-920/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-920/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-920/app/OWNERS b/hostsidetests/jvmti/run-tests/test-920/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-920/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-922/OWNERS b/hostsidetests/jvmti/run-tests/test-922/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-922/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-922/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-922/app/OWNERS b/hostsidetests/jvmti/run-tests/test-922/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-922/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-923/OWNERS b/hostsidetests/jvmti/run-tests/test-923/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-923/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-923/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-923/app/OWNERS b/hostsidetests/jvmti/run-tests/test-923/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-923/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-924/OWNERS b/hostsidetests/jvmti/run-tests/test-924/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-924/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-924/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-924/app/OWNERS b/hostsidetests/jvmti/run-tests/test-924/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-924/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-926/OWNERS b/hostsidetests/jvmti/run-tests/test-926/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-926/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-926/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-926/app/OWNERS b/hostsidetests/jvmti/run-tests/test-926/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-926/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-927/OWNERS b/hostsidetests/jvmti/run-tests/test-927/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-927/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-927/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-927/app/OWNERS b/hostsidetests/jvmti/run-tests/test-927/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-927/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-928/OWNERS b/hostsidetests/jvmti/run-tests/test-928/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-928/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-928/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-928/app/OWNERS b/hostsidetests/jvmti/run-tests/test-928/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-928/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-930/OWNERS b/hostsidetests/jvmti/run-tests/test-930/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-930/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-930/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-930/app/OWNERS b/hostsidetests/jvmti/run-tests/test-930/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-930/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-931/OWNERS b/hostsidetests/jvmti/run-tests/test-931/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-931/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-931/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-931/app/OWNERS b/hostsidetests/jvmti/run-tests/test-931/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-931/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-932/OWNERS b/hostsidetests/jvmti/run-tests/test-932/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-932/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-932/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-932/app/OWNERS b/hostsidetests/jvmti/run-tests/test-932/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-932/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-940/OWNERS b/hostsidetests/jvmti/run-tests/test-940/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-940/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-940/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-940/app/OWNERS b/hostsidetests/jvmti/run-tests/test-940/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-940/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-942/OWNERS b/hostsidetests/jvmti/run-tests/test-942/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-942/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-942/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-942/app/OWNERS b/hostsidetests/jvmti/run-tests/test-942/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-942/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-944/OWNERS b/hostsidetests/jvmti/run-tests/test-944/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-944/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-944/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-944/app/OWNERS b/hostsidetests/jvmti/run-tests/test-944/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-944/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-945/OWNERS b/hostsidetests/jvmti/run-tests/test-945/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-945/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-945/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-945/app/OWNERS b/hostsidetests/jvmti/run-tests/test-945/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-945/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-947/OWNERS b/hostsidetests/jvmti/run-tests/test-947/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-947/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-947/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-947/app/OWNERS b/hostsidetests/jvmti/run-tests/test-947/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-947/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-951/OWNERS b/hostsidetests/jvmti/run-tests/test-951/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-951/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-951/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-951/app/OWNERS b/hostsidetests/jvmti/run-tests/test-951/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-951/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-982/OWNERS b/hostsidetests/jvmti/run-tests/test-982/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-982/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-982/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-982/app/OWNERS b/hostsidetests/jvmti/run-tests/test-982/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-982/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-983/OWNERS b/hostsidetests/jvmti/run-tests/test-983/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-983/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-983/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-983/app/OWNERS b/hostsidetests/jvmti/run-tests/test-983/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-983/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-984/OWNERS b/hostsidetests/jvmti/run-tests/test-984/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-984/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-984/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-984/app/OWNERS b/hostsidetests/jvmti/run-tests/test-984/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-984/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-985/OWNERS b/hostsidetests/jvmti/run-tests/test-985/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-985/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-985/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-985/app/OWNERS b/hostsidetests/jvmti/run-tests/test-985/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-985/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-986/OWNERS b/hostsidetests/jvmti/run-tests/test-986/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-986/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-986/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-986/app/OWNERS b/hostsidetests/jvmti/run-tests/test-986/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-986/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-988/OWNERS b/hostsidetests/jvmti/run-tests/test-988/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-988/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-988/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-988/app/OWNERS b/hostsidetests/jvmti/run-tests/test-988/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-988/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-989/OWNERS b/hostsidetests/jvmti/run-tests/test-989/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-989/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-989/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-989/app/OWNERS b/hostsidetests/jvmti/run-tests/test-989/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-989/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-990/OWNERS b/hostsidetests/jvmti/run-tests/test-990/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-990/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-990/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-990/app/OWNERS b/hostsidetests/jvmti/run-tests/test-990/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-990/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-991/OWNERS b/hostsidetests/jvmti/run-tests/test-991/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-991/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-991/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-991/app/OWNERS b/hostsidetests/jvmti/run-tests/test-991/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-991/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-992/OWNERS b/hostsidetests/jvmti/run-tests/test-992/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-992/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-992/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-992/app/OWNERS b/hostsidetests/jvmti/run-tests/test-992/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-992/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-993/OWNERS b/hostsidetests/jvmti/run-tests/test-993/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-993/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-993/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-993/app/OWNERS b/hostsidetests/jvmti/run-tests/test-993/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-993/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-994/OWNERS b/hostsidetests/jvmti/run-tests/test-994/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-994/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-994/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-994/app/OWNERS b/hostsidetests/jvmti/run-tests/test-994/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-994/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-995/OWNERS b/hostsidetests/jvmti/run-tests/test-995/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-995/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-995/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-995/app/OWNERS b/hostsidetests/jvmti/run-tests/test-995/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-995/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-996/OWNERS b/hostsidetests/jvmti/run-tests/test-996/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-996/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-996/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-996/app/OWNERS b/hostsidetests/jvmti/run-tests/test-996/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-996/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-997/OWNERS b/hostsidetests/jvmti/run-tests/test-997/OWNERS
index 007609a..d6078e0 100644
--- a/hostsidetests/jvmti/run-tests/test-997/OWNERS
+++ b/hostsidetests/jvmti/run-tests/test-997/OWNERS
@@ -1,2 +1,4 @@
-# Bug component: 86431
-include ../OWNERS
\ No newline at end of file
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"
diff --git a/hostsidetests/jvmti/run-tests/test-997/app/OWNERS b/hostsidetests/jvmti/run-tests/test-997/app/OWNERS
new file mode 100644
index 0000000..d6078e0
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-997/app/OWNERS
@@ -0,0 +1,4 @@
+# DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
+# in parent directory. This file is needed as a placeholder for verification purpose as we
+# need to tell the difference between "no owner is specified for this module" vs "explicitly
+# defer to parent OWNERS file"