Skip to content

Commit

Permalink
Showing 4 changed files with 1,571 additions and 7 deletions.
5 changes: 0 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -207,11 +207,6 @@
<artifactId>options</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>com.boundary</groupId>
<artifactId>high-scale-lib</artifactId>
<version>1.0.6</version>
</dependency>
</dependencies>
<properties>
<anno.sources>${project.basedir}/target/generated-sources</anno.sources>
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@
import java.lang.reflect.Modifier;
import java.util.ArrayList;

import org.cliffc.high_scale_lib.NonBlockingHashMapLong;
import org.jruby.Ruby;
import org.jruby.RubyModule;
import org.jruby.exceptions.RaiseException;
@@ -24,6 +23,7 @@
import org.jruby.runtime.Visibility;
import org.jruby.runtime.builtin.IRubyObject;
import org.jruby.util.collections.IntHashMap;
import org.jruby.util.collections.NonBlockingHashMapLong;

import static org.jruby.util.CodegenUtils.prettyParams;

2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/javasupport/Java.java
Original file line number Diff line number Diff line change
@@ -49,7 +49,6 @@
import java.util.HashSet;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import org.cliffc.high_scale_lib.NonBlockingHashMapLong;

import org.jcodings.Encoding;

@@ -104,6 +103,7 @@
import org.jruby.util.SafePropertyAccessor;
import org.jruby.util.cli.Options;
import org.jruby.util.collections.IntHashMap;
import org.jruby.util.collections.NonBlockingHashMapLong;

import static org.jruby.java.dispatch.CallableSelector.newCallableCache;
import org.jruby.java.invokers.RubyToJavaInvoker;
1,569 changes: 1,569 additions & 0 deletions core/src/main/java/org/jruby/util/collections/NonBlockingHashMapLong.java

Large diffs are not rendered by default.

0 comments on commit 3b1f9eb

Please sign in to comment.