会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明授权
    • Virtual machine with reinitialization
    • 虚拟机重新初始化
    • US06823509B2
    • 2004-11-23
    • US09741582
    • 2000-12-20
    • Alan Michael Webb
    • Alan Michael Webb
    • G06F900
    • G06F9/466G06F9/445
    • A computer system includes a virtual machine supporting an object-oriented environment, in which programs to run on the virtual machine are formed from classes loaded into the virtual machine by a class loader. A class must be initialized before being used by a program. A first application is started on the virtual machine, and a set of one or more classes are loaded and initialized for the first application, which is then run. After the first application has finished running, at least one class from the first application is reset. A second application is then started on the virtual machine. This (re)-initializes any classes that have been reset from the first application, prior to using them, but does not have to reload any reset classes.
    • 计算机系统包括支持面向对象环境的虚拟机,其中在虚拟机上运行的程序是由类加载器从加载到虚拟机中的类形成的。 在程序使用之前,必须初始化一个类。 在虚拟机上启动第一个应用程序,并为第一个应用程序加载并初始化一组或多个类,然后运行该应用程序。 第一个应用程序运行完毕后,至少有一个来自第一个应用程序的类被重置。 然后在虚拟机上启动第二个应用程序。 这(重新) - 在使用它们之前初始化从第一个应用程序重新设置的任何类,但不必重新加载任何重置类。
    • 3. 发明授权
    • Class loading model
    • 班加载模式
    • US06339841B1
    • 2002-01-15
    • US09293825
    • 1999-04-16
    • Roland Albert MerrickAlan Michael Webb
    • Roland Albert MerrickAlan Michael Webb
    • G06F9445
    • G06F9/44521Y10S707/99944
    • This invention relates to a method of loading Java ClassFiles on to a Java Virtual Machine. On a regular JVM the ClassFile are loaded as and when required. In this specification there is described a method of implementing an object oriented program language such as Java on a computer. The method comprises identifying a class, one of the basic building blocks of the language, which is not within the program domain, that is not loaded into the Java a Virtual Machine. Next it introduces to the program domain only the minimum components of the class which are necessary for commencing processing of the class. The class may comprise several blocks of data representing the methods of the class, since the class may only have been identified because one of the methods within the class was referenced then only the block of data representing this method is loaded into the Java Virtual Machine along with the other essential components of the class. Other blocks of data representing methods can be loaded as and when required by the programming domain. Redundant method components may be removed from the program domain to save memory.
    • 本发明涉及将Java ClassFile加载到Java虚拟机上的方法。 在常规JVM上,ClassFile将在需要时加载。 在本说明书中,描述了在计算机上实现诸如Java的面向对象的程序语言的方法。 该方法包括识别课程,语言的基本构建块之一,其不在程序域内,未被加载到Java虚拟机中。 接下来,它向程序域引入了类的开始处理所必需的最小组件。 该类可以包括表示类的方法的几个数据块,因为类只能被识别,因为类中的一个方法被引用,则仅代表该方法的数据块被加载到Java虚拟机中 与课程的其他重要组成部分。 表示方法的其他数据块可以根据编程域的要求进行加载。 可以从程序域中删除冗余方法组件以节省内存。