jvm

jvm

 英

  • 網絡虛擬機;虛擬機(Java Virtual Machine,Java);虛擬機系統

例句

Part of the reason this level of aggression is possible is that the JVM is able to make potentially unsafe optimizations where necessary.

層級侵略aggression可能存在部分原因在于JVM必要一些潛在不安全優化

For a large number of widgets, this will quickly add up to a large footprint both in memory and JVM startup time.

對于大量widget來說導致內存JVM啟動時間猛增

With the Java language, the classes generated by the compiler generally remain just as they are until they're loading into a JVM.

使用Java語言編譯生成入到JVM之前通常保持原狀

This guess seems to be confirmed by the fact that this anomaly is not present in Azul's JVM, which uses customized lock optimizations.

AzulJVM沒有出現這種異常情況這種JVM使用定制優化似乎證明猜測正確

This code is in the form of instructions for the JVM, generally called bytecode, which is one of the topics for the next section.

JVM指令形式表示代碼一般稱為字節節要討論主題之一

One of the most voted for bugs for the JVM calls for supporting a whole array of changes, but so far it has not been implemented.

支持改變JVM調用bug一個最高bug目前為止問題一直沒有落實

Terracotta enables applications to be deployed on multiple JVMs, yet interact with each other as if they were running on the same JVM.

Terracotta應用部署多個JVM仍然彼此交互它們運行一個JVM

Fortunately, it's pretty easy to emulate the work done by the JVM in running the main class of your application.

幸運模擬JVM運行應用程序工作相當容易

In the past, there was no alternate way by which you could trap the System. exit or JVM exit after customization and the bind process.

過去沒有替代方法用來捕獲定制綁定過程結束System.exitJVMexit

The JVM can also choose to unload classes if the class has not been used for an extended period of time.

如果用于延長時間JVM可以選擇卸載這些

Most of these should be easy to understand if you think in terms of the JVM as a stack-based processor, so I won't go into details here.

如果JVM想象基于堆棧處理器其中大多數容易理解因此這里不再詳細說明

It's also easy to try the tests on your own hardware and JVM, which you can do using the supplied code (see Download).

可以輕松自己硬件JVM運行這些測試相關實現代碼請參見下載

Just as the JVM allocates memory for your objects, it also reclaims this memory on objects that are no longer being used.

正像JVM對象分配內存一樣回收不再使用對象內存

Because this situation is possible, doing spin loops and yielding is not advisable for any threads executing within a real-time JVM.

因為可能出現這種情形所以對于所有實時JVM執行線程來執行spin循環讓步并不明智

It is also easy to see the virtual memory savings when running the example program in more than one JVM.

多個JVM運行示例程序容易看出虛擬內存節省

At heart, JavaFX is a JVM-based domain language for constructing rich user interfaces, as well as a set of APIs for that language.

實質上JavaFX一個基于JVM語言用來構建用戶界面以及作為語言一套API

In the case of Java applications, the JVM is able to set a default locale and time zone by interacting with the local operating system.

Java應用程序情況下JVM能夠通過本地操作系統進行交互設置缺省語言環境時區

This makes it easy to use SSL by simply configuring or specifying a few JVM properties.

使得通過簡單配置指定一些JVM屬性使用SSL變得非常容易

Dynamic Transformation Dynamic transformation operates at some time between the JVM request for a class and the loading of that class.

動態轉化動態轉化運轉一段時間之間JVM請求工人階級載貨

Creating too many threads in one JVM can cause the system to run out of memory or thrash due to excessive memory consumption.

一個JVM創建線程可能導致系統由于過度消耗內存內存切換過度”。

After this size is reached, the JVM is no longer allowed to request more memory from the operating system.

如果已經達到這個長度JVM不能操作系統請求更多內存

One of the simplest pieces of information shown in the Environment perspective is the location of the JVM being monitored.

Environment透視顯示簡單信息之一正在被監控JVM地址

So before I write the article I set out to write (that'll come in a future column), let's take a look under the hood of the JVM.

所以著手撰寫這樣文章未來專欄發表之前我們來看看JVM幕后東西

Any other JVM using that shared class cache can subsequently execute that method as AOT code without incurring the cost of compilation.

使用這個共享緩存其他JVM可以執行這些AOT代碼這樣避免編譯開銷

Just as a JVM requires a main method, a Flex application requires a component that extends mx. core. Application as the entry point.

JVM需要一個main方法一樣Flex應用程序需要一個擴展mx.core.Application組件作為入口

In the next installment, I'll delve further into the functional features of a couple of dynamic languages on the JVM: Groovy and JRuby.

在下深入研究JVM幾種動態語言函數特性GroovyJRuby

Also note that this API is defined to be JVM specific, so other JVMs might ignore the call or provide different behavior.

注意這個API定義JVM專用因此其他JVM可能忽略調用提供不同行為

The bytecode that makes up the executable portion of the class file is actually machine code for a special kind of computer -- the JVM.

構成文件可執行部分字節實際上針對特定類型計算機JVM機器

As you can see, up to 6 cores per JVM the maximum throughput increases at a near-liner trend.

可以看到每個JVM最多6內核最大吞吐量接近線性方式增長

For instance, one JVM might be faster to start up, while the other may maintain lower memory consumption over the long run.

比如說一個JVM可以啟動更快另一個可能長期內存占用較低

This optimization is called lock elision and is another of the JVM optimizations slated for Mustang.

這個優化叫做省略Mustang安排另一個JVM優化

Depending on your response time requirements, you might not be able to tolerate a JVM running at 12% garbage collection overhead.

根據響應時間需求可能無法容忍JVM垃圾收集開銷達到12%。

A class cache is an area of shared memory of fixed size that persists beyond the lifetime of any JVM using it.

緩存一個大小固定共享內存使用JVM生命周期之外仍然持久存在

The main function in a Java class can only be probed, if the JVM was started with the -X option on the ProbeVue command line.

如果ProbeVue命令-X選項啟動JVM那么只能探測Javamain函數

This could be the same JVM that issued the request, or -- even better -- it could be one of thousands of grid partitions deployed.

可以發出請求JVM或者——甚至更好——可以部署數千個網格分區之一

Also, there is no telling whether the JVM was able to optimize away significant portions of the test.

另外數據中看JVM是否能夠測試重要部分進行優化

This means that any memory used by deleted signatures, certificates, or other objects is not recovered during the JVM garbage collection.

意味JVM垃圾收集期間不會回收刪除簽名證書其他對象使用任何內存

It's still my preferred language for the JVM, but depending on how you wait your priorities they might be more significant for you.

仍是喜歡JVM語言但是看法取決于怎樣擱置那些來說可能重要需要優先考慮事情

The robustness of the JVM allows developers to "mix and match languages, using each to their strengths, " he said.

JVM可靠性允許開發人員語言發揮這些語言各自優勢

Answer: If you want your applications to perform, the application server instance's JVM should not swap out of physical memory.

如果希望應用程序正常執行應該應用服務器實例JVM物理內存