Skip to content

Commit 7b37755

Browse files
committed
making acmp profile information available over jvmci
1 parent f4aef2b commit 7b37755

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package jdk.vm.ci.hotspot;
2+
3+
public interface ACmpData {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package jdk.vm.ci.hotspot;
2+
3+
public interface SingleTypeEntry {
4+
}

0 commit comments

Comments
 (0)