Skip to content

Commit

Permalink
Merge pull request #20897 from h3110n3rv3/valhala-placegolder-code
Browse files Browse the repository at this point in the history
Include temporarily disabled Valhalla code
  • Loading branch information
tajila authored Jan 11, 2025
2 parents e0743f2 + 8f2f2f2 commit c8dd890
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jcl/src/java.base/share/classes/java/lang/Access.java
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,7 @@ public long stringConcatMix(long lengthCoder, char value) {
return StringConcatHelper.mix(lengthCoder, value);
}

/*[IF !INLINE-TYPES]*/
@Override
/*[ENDIF] !INLINE-TYPES */
public PrintStream initialSystemErr() {
return System.initialErr;
}
Expand Down Expand Up @@ -868,9 +866,7 @@ public Executor virtualThreadDefaultScheduler() {
return VirtualThread.defaultScheduler();
}

/*[IF !INLINE-TYPES]*/
@Override
/*[ENDIF] !INLINE-TYPES */
public Stream<ScheduledExecutorService> virtualThreadDelayedTaskSchedulers() {
return VirtualThread.delayedTaskSchedulers();
}
Expand Down

0 comments on commit c8dd890

Please sign in to comment.