8047737: Move array component mirror to instance of java/lang/Class

Add field in java.lang.Class for componentType to simplify oop processing in JVM

Reviewed-by: fparain, twisti
This commit is contained in:
Coleen Phillimore 2014-07-02 15:22:18 -04:00
parent c689cebe98
commit 60ec6dfa0c
3 changed files with 21 additions and 0 deletions

View file

@ -573,6 +573,7 @@
template(serializeAgentPropertiesToByteArray_name, "serializeAgentPropertiesToByteArray") \
template(classRedefinedCount_name, "classRedefinedCount") \
template(classLoader_name, "classLoader") \
template(componentType_name, "componentType") \
\
/* trace signatures */ \
TRACE_TEMPLATES(template) \