文语站

位置:首页 > 造句 > 

JVM造句

造句1.98W

The JVM is a pure interpretive system.

JVM造句

JVM是一个纯解释系统。

If the forked process is a JVM, the primordial thread of the JVM is created with an RT priority.

The session attributes should be kept consistent in each JVM.

因此,通知机制的工作范围不能只限于一个JVM,必须跨多个JVM

Why? When you instruct JVM to display an animation, JVM will clear the screen, show the window, paint the screen, and show it again.

This interface provides methods to control the execution of applications running inside the JVM.

Regardless of the advancements in JVM technology, programmers never want to waste processing time unnecessarily.

As we have discussed, the JVM serves to prevent malicious code from entering an enterprise system.

After loading the custom class into the JVM, you're then set to run at full speed.

Pages and page fragments are invalidated only once, rather than once per JVM.

If you find the length of the garbage collection runs are too long, you can tune your JVM to use a different garbage collection algorithm (the details depend on the version and vendor of your JVM).

这样做的原因是当您指示JVM显示动画时,JVM将清除屏幕,显示窗口,绘制屏幕并再次显示。

For each lock, the JVM can adaptively choose between spinning and suspension based on the behavior of past acquires.

The constructor of this class takes optional priority and release parameters to define how the JVM should schedule the thread.

You might want to do this if the heap for a JVM has hit its maximum allowable size, but there is additional physical memory on the machine that another JVM could use.

It runs in the same JVM as the application and is booted and shutdown by the application.

Modifying the instrumentation simply requires an update of that file and a JVM recycle, although hot swap is widely supported.

Computer memory and address Spaces are getting larger; a 32-bit JVM means about 2 GB of usable memory.

这些JVM可以专门用作缓存JVM,以便JVM的大部分内存可以用于应用程序数据——不与中间件、基础结构、应用程序代码或内存共享。

In other words, when many threads are attempting to access a Shared resource, the JVM will spend less time scheduling threads and more time executing them.

后半部分针对服务器端代码在多个JVM中运行的环境。

计算机内存和地址空间变得更大;32位JVM表示2GB的可用内存。

Hundreds of separate classes need to be loaded by the JVM before it can start executing even the simplest application code.

Two additional techniques not implemented in these examples can improve the JMX collector's efficiency and reduce the overhead of running it against the target JVM.

如果发现垃圾收集的运行时间太长,可以考虑让JVM使用另一种垃圾收集算法(具体细节取决于JVM的版本和厂商)。

还请记住,因为业务对象通常在*的JVM中运行,订单可能在另一个JVM中在变化,所以本地保留的对象拷贝可能会过时。

虽然确实有许多程序在服务器JVM 上会提速,但是您在这里看到的提速仅仅代表一个写得糟糕的评测,而不能成为服务器JVM*能的*。

此处的关键在于被提议的JVM更改要避免任何有可能使Sun公司在JVM优化上的庞大投资作废的事件。

如果这些线程参与了任何JVM活动(比如连接到JVM或调用JNIAPI),则它们将协作*的进行暂停,直至完成GC时间量。

虽然它支持热交换,但修改*装只需要升级该文件和JVM周期就可以了。

在这种模型中,应用程序通过网络连接与数据库通信,应用程序和数据库分别在各自的JVM中运行。

所以,在我着手撰写这样一篇文章(将在未来的专栏中发表)之前,我们先来看看JVM幕后的东西。

实时Java提供了必要的工具来堵截 JVM和应用程序中的易变*源头,交付用户要求的服务质量。

对于每个锁,JVM可以根据以前获得的行为,适应*地在旋转和暂挂之间进行选择。

首先将介绍一些必备的背景信息,以使您了解类名称的内部结构及JVM所使用的字段和方法描述符。

通常可以采用这种方法作为开始,但是在某种情况下,它可能变得毫无作用或者不可能实现,如果您不断地为JVM 增加可用内存的话。

为了维持这种分离,数组将作为不透明的句柄传递,并且本机代码必须回调JVM以便使用set和get调用*作数组元素。

为了深入了解编译器做了什么,请用 -XX:+PrintCompilation标志调用JVM,这个标志会使编译器(客户机或服务器)每次运行的时候打印一条短消息。

从这个类的名称中,你或许能够获得JVM如何实现硬实时线程的一些线索;讨论内存管理的时候,我们还会再详细地讨论这个问题。

标签:造句 JVM