hg: graal/graal: 6 new changesets

doug.simon at oracle.com doug.simon at oracle.com
Sat May 9 01:00:07 UTC 2015


Changeset: a43c7adc9d99
Author:    Michael Van De Vanter  <michael.van.de.vanter at oracle.com>
Date:      2015-05-07 17:51 -0700
URL:       http://hg.openjdk.java.net/graal/graal/rev/a43c7adc9d99

Truffle/Source:  rename asPseudoFile() to  fromNamedText(), which more accurately describes its use cases.  Rework Javadoc for completeness and clarity.

! graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java

Changeset: 1516d26e8f2b
Author:    Michael Van De Vanter  <michael.van.de.vanter at oracle.com>
Date:      2015-05-07 20:14 -0700
URL:       http://hg.openjdk.java.net/graal/graal/rev/1516d26e8f2b

Truffle/Source:  add a new kind of Source (both indexed and non-indexed flavors) whose contents are unavailable at creation, but will be provided incrementally.

! graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java

Changeset: 090291af4230
Author:    Doug Simon <doug.simon at oracle.com>
Date:      2015-05-08 17:47 +0200
URL:       http://hg.openjdk.java.net/graal/graal/rev/090291af4230

clarifying comments added to HotSpotClassSubstitutions

! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotClassSubstitutions.java

Changeset: b2e0a485daf0
Author:    Doug Simon <doug.simon at oracle.com>
Date:      2015-05-08 17:47 +0200
URL:       http://hg.openjdk.java.net/graal/graal/rev/b2e0a485daf0

generalized parameter names

! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/word/KlassPointer.java

Changeset: d2f314708067
Author:    Doug Simon <doug.simon at oracle.com>
Date:      2015-05-08 17:51 +0200
URL:       http://hg.openjdk.java.net/graal/graal/rev/d2f314708067

added extra test for arraycopy snippet using StubRoutines::_checkcast_arraycopy

! graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/ArrayCopyIntrinsificationTest.java

Changeset: 40ca261ba43a
Author:    Doug Simon <doug.simon at oracle.com>
Date:      2015-05-08 17:52 +0200
URL:       http://hg.openjdk.java.net/graal/graal/rev/40ca261ba43a

fixed bug in ArrayCopySnippets.checkcastArraycopy: the destination element class must be passed to the runtime routine, not the destination class

! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java
! graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/arraycopy/ArrayCopySnippets.java



More information about the graal-dev mailing list