--- old/src/share/vm/classfile/javaClasses.hpp 2012-12-05 06:53:02.766994874 -0500 +++ new/src/share/vm/classfile/javaClasses.hpp 2012-12-05 06:53:01.398919959 -0500 @@ -1137,6 +1137,7 @@ static bool offsets_computed; static int parent_offset; static int parallelCapable_offset; + static int fullyConcurrent_offset; public: static void compute_offsets(); @@ -1150,6 +1151,9 @@ // Support for parallelCapable field static bool parallelCapable(oop the_class_mirror); + // Support for fullyConcurrent field + static bool fullyConcurrent(oop the_class_mirror); + static bool is_trusted_loader(oop loader); // Fix for 4474172