Skip to content

Commit 8f09668

Browse files
author
Felix Berlakovich
committed
fix issues with libgraal compilation
1 parent c6fd7c7 commit 8f09668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/hotspot/test/LibGraalCompilationDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public long readTimeElapsed() {
340340
public static class ProfilePathBuffer extends NativeBuffer {
341341
private final byte[] profilesPathBytes;
342342

343-
ProfilePathBuffer(String profilesPath) {
343+
public ProfilePathBuffer(String profilesPath) {
344344
/* Append the terminating 0. */
345345
byte[] stringBytes = profilesPath.getBytes();
346346
this.profilesPathBytes = Arrays.copyOf(stringBytes, stringBytes.length + 1);

0 commit comments

Comments
 (0)