Subject | English | Russian |
progr. | application class-data sharing | совместное использование данных о классах на уровне приложения (InfoWorld, USA Alex_Odeychuk) |
progr. | auxiliary class data structure | вспомогательная структура данных класса (ssn) |
progr. | class data | данные класса (ssn) |
progr. | class data structure | структура данных класса (ssn) |
progr. | class-data sharing | совместное использование данных о классах (allows a JVM to record a set of classes and process them into a shared archive file. This archive can then be memory-mapped into the JVM process on the next run to reduce startup time. The file can also be shared across JVMs and this can reduce overall memory footprint when multiple JVMs are running on the same host. Alex_Odeychuk) |
progr. | first-class data | полноправные данные (IBM Alex_Odeychuk) |
progr. | static class data | статические данные класса (ssn) |