Skip to content

Commit

Permalink
Showing 3 changed files with 1 addition and 118 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -13,9 +13,8 @@ os:
- osx

env:
# disable cext
global:
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Djruby.cext.enabled=false"
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
matrix:
- TARGET='-Ptest'
- TARGET='-Pjruby_complete_jar_jruby'
114 changes: 0 additions & 114 deletions core/src/main/java/org/jruby/runtime/load/CExtension.java

This file was deleted.

2 changes: 0 additions & 2 deletions core/src/main/java/org/jruby/util/cli/Options.java
Original file line number Diff line number Diff line change
@@ -253,8 +253,6 @@ public static String dump() {

// After PROPERTIES so it doesn't show up in --properties
@Deprecated
public static final Option<Boolean> CEXT_ENABLED = bool(NATIVE, "cext.enabled", false, "Enable or disable C extension support.");
@Deprecated
public static final Option<Boolean> JIT_CACHE = bool(JIT, "jit.cache", !COMPILE_INVOKEDYNAMIC.load(), "(DEPRECATED) Cache jitted method in-memory bodies across runtimes and loads.");

private static Option<String> string(Category category, String name, String[] options, String defval, String description) {

0 comments on commit fd87e0b

Please sign in to comment.