Performs the operation according to the JVM specification.
按照JVM规范执行操作。
The binary class format is actually defined by the JVM specification.
二进制类格式实际上是由JVM规范定义的。
To relate this back to the four conditions defined in the JVM specification
现在把这与JVM 规范中定义的四个条件关联起来
The rules for loading classes are spelled out in detail in the JVM specification.
JVM规范中详细描述了装入类的规则。
From the beginning, the JVM specification has required JVMs to ignore attributes of unknown types.
从一开始,JVM规范就已经要求JVM忽略未知类型的属性。
According to the JVM specification, a class loader constraint is violated when the following four conditions hold.
根据JVM规范,当满足以下四个条件时,就违反了类装入器约束。
It is thrown as a result of incompatible types being found in a type comparison. The JVM specification says a that ClassCastException is.
它是在类型比较中发现不兼容类型的时候抛出的。
I won't go into the details of all that here — there are many references available if you're interested, starting with the actual JVM specification.
这里我不详细探究所有这些内容的细节,如果感兴趣,有许多可用的的参考资料,从实际的JVM规范开始。
NoClassDefFoundError is another common exception thrown by the class loader during the loading phase. The JVM specification defines NoClassDefFoundError as follows
NoClassDefFoundError是类装入器在装入阶段抛出的另一个常见异常。
In the category of general problems with bytecode generation, I'd list one big issue: the need to make sure that the code you're generating is going to be valid according to the JVM specification.
在字节码生成的一般性问题方面,我列出了一个大问题:需要确保正在生成的代码符合JVM规范。
The EJB 2.0 specification introduced local client views, which eliminate the need to use remote method invocations when running EJBs within the same JVM.
EJB 2.0规范引入了本地客户端视图,当在同一J VM里运行EJB时避免了远程的方法调用。
This could either be a direct call that you made yourself through JNI or that you coded to a specification that had well-defined links with JNI, such as the JVM Tool Interface (JVMTI).
这可以是您自己通过JNI 发起的直接调用,或是编写到拥有良好定义的 JNI链接的规范中的直接调用,比如JVMToolInterface (JVMTI)。
Even when you use the newer GetPrimitiveArrayCritical , the specification still permits the JVM to make copies of the full array.
即使您使用较新的GetPrimitiveArrayCritical,规范仍然准许JVM创建完整数组的副本。
Even when you use the newer GetPrimitiveArrayCritical , the specification still permits the JVM to make copies of the full array.
即使您使用较新的GetPrimitiveArrayCritical,规范仍然准许JVM创建完整数组的副本。
应用推荐