Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ public static ObjectAllocator specializeForVariables(RubyClass klass, Set<String

if (allocator != null) return allocator;

final String clsPath = "org/jruby/specialize/RubyObject" + size;
final String clsPath = "org/jruby/gen/RubyObject" + size;
final String clsName = clsPath.replaceAll("/", ".");

// try to load the class, in case we have parallel generation happening

0 comments on commit 0d3c65d

Please sign in to comment.