--- old/src/share/vm/runtime/arguments.cpp 2010-11-09 12:41:04.299136000 -0800 +++ new/src/share/vm/runtime/arguments.cpp 2010-11-09 12:41:04.084093000 -0800 @@ -978,17 +978,6 @@ } } - // XXX JSR 292 currently does not support compressed oops - if (EnableMethodHandles) { - if (is_on_by_default) { - FLAG_SET_DEFAULT(UseCompressedOops, false); - return; - } else { - vm_exit_during_initialization( - "JSR292 is not supported with compressed oops yet", NULL); - } - } - // If dumping an archive or forcing its use, disable compressed oops if possible if (DumpSharedSpaces || RequireSharedSpaces) { if (is_on_by_default) {