如何讨论 Java 虚拟机规范的修正案?
How do I discuss amendments to the Java Virtual Machine Specification?
我有一些改进建议 Java 虚拟机规范作者(我在规范中发现了一些细微的歧义)。应该在哪里提出和讨论 JVMS 的修正案?
来自The Java® Virtual Machine Specification Java SE 9 Edition, section Feedback:
Readers are invited to report technical errors and ambiguities in The
Java® Virtual Machine Specification to
jls-jvms-spec-comments@openjdk.java.net
.
Questions concerning the generation and manipulation of class files by
javac
(the reference compiler for the Java programming language) may
be sent to compiler-dev@openjdk.java.net
.
我有一些改进建议 Java 虚拟机规范作者(我在规范中发现了一些细微的歧义)。应该在哪里提出和讨论 JVMS 的修正案?
来自The Java® Virtual Machine Specification Java SE 9 Edition, section Feedback:
Readers are invited to report technical errors and ambiguities in The Java® Virtual Machine Specification to
jls-jvms-spec-comments@openjdk.java.net
.Questions concerning the generation and manipulation of class files by
javac
(the reference compiler for the Java programming language) may be sent tocompiler-dev@openjdk.java.net
.