Record Class::Status information in oat file
Change-Id: I328de86a89c7d84a211b3aed3d42b8c92c1f3464
diff --git a/src/compiled_method.h b/src/compiled_method.h
index b09a762..4b5a78b 100644
--- a/src/compiled_method.h
+++ b/src/compiled_method.h
@@ -12,7 +12,7 @@
class CompiledMethod {
public:
- // Create an CompiledMethod from the oatCompileMethod
+ // Create a CompiledMethod from the oatCompileMethod
CompiledMethod(InstructionSet instruction_set,
std::vector<short>& code,
const size_t frame_size_in_bytes,
@@ -21,7 +21,7 @@
std::vector<uint32_t>& mapping_table,
std::vector<uint16_t>& vmap_table);
- // Create an CompiledMethod from the JniCompiler
+ // Create a CompiledMethod from the JniCompiler
CompiledMethod(InstructionSet instruction_set,
std::vector<uint8_t>& code,
const size_t frame_size_in_bytes,