3

I am reading Java Virtual Machine Specification second edition for Java 6. But I found it no annotation detail for Java Class File Format. Although the jvm 6 can recognise the annotation. another question is there also like other feathers like ACC_BRIDGE flag not mention in Virtual machine Specification second edtion but appeared in Java 7 Virtual machine Specification. Tell me why? those features seems like accept by JVM 6 But why didn't metion it in java 6 specification. What I missed?

1 Answer 1

2

All JVM internals are documented in JVM specification and corresponding updates:

More specifically, the ACC_BRIDGE flag been introduced in Java 5. See Section 4.7 of the updated Class File Format.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks I track down the oracle site for a while. But only found in Java 7 Spec. Thank you for help me found these information.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.