Because exceptions are rarely quick to process, the additional overhead of loading extra classes may push operation latency above a critical threshold.
由于异常通常难以快速处理,所以加载额外的类的附加开销可能使操作延迟超出重要阈值。
Classes are often loaded through a combination of explicit and implicit class loading.
类的装入通常组合了显式和隐式类装入。
Then, when it is time to start the JVM, instead of loading the system classes from scratch, the memory-mapped files are loaded.
这样,在启动J VM时,就不会从头开始装入系统类,而是装入内存映射文件。
Using classloader hooks, you can intercept the process of loading classes into the JVM and transform the class representations before they're actually loaded.
通过使用classloader挂钩(hook),您可以拦截将类加载到JVM中的过程,并在实际加载这些类之前转换它们。
Use a custom SecurityManager or ClassLoader that prevents loading of anonymous classes or other classes not under your direct control.
使用定制的SecurityManager或ClassLoader阻止加载匿名类或其他无法直接控制的类。
In the case of a large schema that generates a large number of classes, the initialization code is performed by loading an EMF resource.
在生成大量类的大型schema的情况下,该初始化代码通过加载e MF资源来执行。
The DirectLoader class (at the end of Listing 6) just provides an easy way of loading the generated classes.
directloader类(在清单6的结尾)只提供了装载生成的类的一种容易的方式。
So, a task's first execution time includes the loading of all classes it USES (if they're not already loaded).
所以,task的第一次执行时间包含装载它使用的所有类的时间(如果这些类还没有装载的话)。
To avoid spending time on this type of problem, I added another option to try loading the modified classes directly within the binding compiler.
为了避免把时间花在这类问题上,我添加了另外一个选项,尝试直接在绑定编译器内装入修改后的类。
To access generics information without loading classes into the JVM, you need a way of reading the generics information stored inside the binary class representation.
要想在不将类载入JVM的情况下访问泛型信息,您需要一种读取存储在二进制类表示内的泛型信息的方法。
A generic technique to avoid class-loading delays during the time-sensitive parts of your application is to preload classes during application startup or initialization.
一种在应用程序的时间敏感型部分避免类加载延迟通用技术是,在应用程序启动或初始化期间预先加载类。
Repeated use of the reflection classes in timing-sensitive code can result in ongoing class-loading activity that introduces delays.
在时间敏感型代码中反复使用反射类可能导致持续不断的类加载活动,这会引起延迟。
If the relationship between the two classes were one of reference rather than of inheritance, then the error would be thrown on the first active use of a, rather than during the loading of a.
如果两个类之间的关系是引用关系而不是继承关系,那么会在第一次使用a时抛出错误,而不是在装入a时抛出。
If tens or hundreds of classes need to be loaded, the loading time itself can cause a significant and possibly unexpected delay.
如果需要加载几十或几百个类,则加载时间本身就会引起很长时间的意外延迟。
During the start-up loading or resolving process, VJL provides dynamic views of the loading process of a group of classes with regard to loading and the information relate to the process.
VJL提供在启动装载阶段和解析阶段中,一组装载相关类型的装载过程以及涉及信息的动态视图。
During the start-up loading or resolving process, VJL provides dynamic views of the loading process of a group of classes with regard to loading and the information relate to the process.
VJL提供在启动装载阶段和解析阶段中,一组装载相关类型的装载过程以及涉及信息的动态视图。
应用推荐