We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fd7c7 commit 8f09668Copy full SHA for 8f09668
compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/hotspot/test/LibGraalCompilationDriver.java
@@ -340,7 +340,7 @@ public long readTimeElapsed() {
340
public static class ProfilePathBuffer extends NativeBuffer {
341
private final byte[] profilesPathBytes;
342
343
- ProfilePathBuffer(String profilesPath) {
+ public ProfilePathBuffer(String profilesPath) {
344
/* Append the terminating 0. */
345
byte[] stringBytes = profilesPath.getBytes();
346
this.profilesPathBytes = Arrays.copyOf(stringBytes, stringBytes.length + 1);
0 commit comments