Skip to content

Commit

Permalink
Think we do not want to forbid the use of the embedded jvmci anymore …
Browse files Browse the repository at this point in the history
…because we probably compiled with it, and the host java may not be new enough

Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Aug 26, 2024
1 parent 16b8684 commit 1658031
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions som
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ if args.java_interpreter:
if args.flight_recorder:
args.interpreter = True

if args.interpreter:
args.use_embedded_graal = False

# Handle executable names
if sys.argv[0].endswith('fast'):
args.assert_ = False
Expand Down

0 comments on commit 1658031

Please sign in to comment.