Skip to content

Commit

Permalink
Merge PR #307: Update Truffle to > vm-19.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Aug 5, 2019
2 parents 34e915f + f79b756 commit 03bebb1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:if="ant:if"
xmlns:jacoco="antlib:org.jacoco.ant">

<property name="jvmci.version" value="jvmci-20-b04" />
<property name="jdk8.version" value="212" />
<property name="jvmci.version" value="jvmci-19.2-b02" />
<property name="jdk8.version" value="222" />

<macrodef name="travis">
<attribute name="target" />
Expand Down
2 changes: 1 addition & 1 deletion libs/black-diamonds
2 changes: 1 addition & 1 deletion libs/truffle
Submodule truffle updated 2413 files
1 change: 1 addition & 0 deletions src/som/interpreter/Invokable.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public Invokable(final String name,
this.uninitializedBody = uninitialized;
this.isAtomic = isAtomic;
this.sourceSection = sourceSection;
expressionOrSequence.markAsRootExpression();
}

@Override
Expand Down
1 change: 0 additions & 1 deletion src/som/interpreter/Method.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public Method(final String name, final SourceSection sourceSection,
this.block = block;
this.methodScope = methodScope;
assert methodScope.isFinalized();
expressions.markAsRootExpression();
}

@Override
Expand Down

0 comments on commit 03bebb1

Please sign in to comment.