Skip to content

Commit

Permalink
[Truffle] Updated AOT config for class renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Dec 10, 2016
1 parent ffba0e4 commit 6663035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -33,7 +33,7 @@

// Checkstyle: stop

final class Target_org_jruby_util_unsafe_UnsafeHolder {
final class Target_org_jruby_truffle_util_UnsafeHolder {
static boolean SUPPORTS_FENCES = false;
static long ARRAY_OBJECT_BASE_OFFSET;
static long ARRAY_OBJECT_INDEX_SCALE;
Expand Down
Expand Up @@ -61,7 +61,7 @@
},
{
"annotatedClass": "org.jruby.truffle.aot.Target_org_jruby_truffle_core_string_StringSupport",
"originalClass": "org.jruby.util.StringSupport",
"originalClass": "org.jruby.truffle.core.string.StringSupport",
"fields": [
{
"annotatedName": "ARRAY_BYTE_BASE_OFFSET",
Expand All @@ -70,8 +70,8 @@
]
},
{
"annotatedClass": "org.jruby.truffle.aot.Target_org_jruby_util_unsafe_UnsafeHolder",
"originalClass": "org.jruby.util.unsafe.UnsafeHolder",
"annotatedClass": "org.jruby.truffle.aot.Target_org_jruby_truffle_util_UnsafeHolder",
"originalClass": "org.jruby.truffle.util.UnsafeHolder",
"methods": [
{
"annotatedName": "fullFence",
Expand Down

0 comments on commit 6663035

Please sign in to comment.