summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/Primitives.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/backend/Primitives.java')
-rw-r--r--sources/scalac/backend/Primitives.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/backend/Primitives.java b/sources/scalac/backend/Primitives.java
index a4c084b118..5189846126 100644
--- a/sources/scalac/backend/Primitives.java
+++ b/sources/scalac/backend/Primitives.java
@@ -320,7 +320,7 @@ public class Primitives {
this.primitives = new HashMap();
this.jreNameWriter = new SymbolNameWriter().setClassSeparator('$');
this.clrNameWriter = new SymbolNameWriter().setNameDecoding(false/*true*/);
- this.RUNTIME = definitions.getModule(Names.scala_runtime_RunTime);
+ this.RUNTIME = definitions.getModule("scala.runtime.RunTime");
this.NEW_ZARRAY = getUniqueTerm(RUNTIME, ZARRAY_N);
this.NEW_BARRAY = getUniqueTerm(RUNTIME, BARRAY_N);
this.NEW_SARRAY = getUniqueTerm(RUNTIME, SARRAY_N);