咨询与建议

限定检索结果

文献类型

  • 138 篇 会议
  • 125 篇 期刊文献
  • 10 篇 学位论文
  • 1 篇 资讯

馆藏范围

  • 274 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 242 篇 工学
    • 185 篇 计算机科学与技术...
    • 138 篇 软件工程
    • 43 篇 电气工程
    • 21 篇 信息与通信工程
    • 5 篇 电子科学与技术(可...
    • 5 篇 控制科学与工程
    • 3 篇 化学工程与技术
    • 3 篇 生物工程
    • 3 篇 网络空间安全
    • 1 篇 力学(可授工学、理...
    • 1 篇 仪器科学与技术
    • 1 篇 土木工程
    • 1 篇 测绘科学与技术
    • 1 篇 公安技术
  • 15 篇 理学
    • 5 篇 化学
    • 4 篇 数学
    • 3 篇 生物学
    • 2 篇 物理学
    • 2 篇 大气科学
  • 5 篇 医学
    • 2 篇 临床医学
    • 1 篇 特种医学
    • 1 篇 医学技术(可授医学...
  • 5 篇 管理学
    • 5 篇 管理科学与工程(可...
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 274 篇 java virtual mac...
  • 30 篇 java
  • 24 篇 garbage collecti...
  • 22 篇 performance
  • 22 篇 languages
  • 18 篇 memory managemen...
  • 12 篇 experimentation
  • 12 篇 profiling
  • 11 篇 embedded systems
  • 11 篇 just-in-time com...
  • 11 篇 bytecode instrum...
  • 10 篇 real-time system...
  • 10 篇 object-oriented ...
  • 8 篇 algorithms
  • 6 篇 bytecode
  • 6 篇 java processor
  • 6 篇 dynamic memory m...
  • 6 篇 optimization
  • 6 篇 ownership types
  • 6 篇 performance anal...

机构

  • 7 篇 univ svizzera it...
  • 6 篇 purdue univ dept...
  • 5 篇 seoul natl univ ...
  • 5 篇 univ lugano fac ...
  • 4 篇 ecole polytech f...
  • 4 篇 univ regina dept...
  • 4 篇 brno university ...
  • 3 篇 univ lugano luga...
  • 3 篇 seoul natl univ
  • 3 篇 seoul natl univ ...
  • 3 篇 shanghai jiao to...
  • 3 篇 tianjin univ col...
  • 3 篇 ecole polytech f...
  • 3 篇 univ victoria de...
  • 3 篇 coll william & m...
  • 2 篇 tu eindhoven ein...
  • 2 篇 natl res univ hi...
  • 2 篇 univ texas dept ...
  • 2 篇 univ calif irvin...
  • 2 篇 shanghai ai lab ...

作者

  • 28 篇 binder walter
  • 15 篇 rosa andrea
  • 10 篇 ansaloni danilo
  • 10 篇 moret philippe
  • 9 篇 moon soo-mook
  • 9 篇 villazon alex
  • 8 篇 rosales eduardo
  • 8 篇 vitek jan
  • 7 篇 wu mingyu
  • 6 篇 guerraoui rachid
  • 5 篇 chen haibo
  • 5 篇 basso matteo
  • 4 篇 lo ctd
  • 4 篇 franz michael
  • 4 篇 lee jaemok
  • 4 篇 zang binyu
  • 4 篇 spring jesper ho...
  • 4 篇 srisa-an w
  • 4 篇 zhang wei
  • 3 篇 zheng yudi

语言

  • 251 篇 英文
  • 22 篇 其他
  • 1 篇 中文
检索条件"主题词=Java virtual machine"
274 条 记 录,以下是31-40 订阅
排序:
Profiling Object Life Ranges for Detecting Memory Leaks in java virtual machine
Profiling Object Life Ranges for Detecting Memory Leaks in J...
收藏 引用
13th International Conference on Parallel and Distributed Computing, Applications, and Technologies (PDCAT)
作者: Sun, Qingyue Shi, Xiaohua Xie, Junru Beihang Univ Sch Comp Sci & Engn Beijing 100191 Peoples R China
java virtual machine (JVM) has its garbage collector (GC) to manage all the java objects and the heap memory. However, in many java applications, some java objects will not be visited by the programs, but could not be... 详细信息
来源: 评论
Optimization of java virtual machine Flags using Feature Model and Genetic Algorithm  21
Optimization of Java Virtual Machine Flags using Feature Mod...
收藏 引用
ACM/SPEC International Conference on Performance Engineering (ICPE)
作者: Canales, Felipe Hecht, Geoffrey Bergel, Alexandre Univ Chile ISCLab Dept Comp Sci Santiago Chile
Optimizing the java virtual machine ( JVM) options in order to get the best performance out of a program for production is a challenging and time-consuming task. HotSpot, the Oracle's open-source java VM implement... 详细信息
来源: 评论
An Efficient Garbage Collection in java virtual machine via Swap I/O Optimization  20
An Efficient Garbage Collection in Java Virtual Machine via ...
收藏 引用
35th Annual ACM Symposium on Applied Computing (SAC)
作者: Lee, Hyojeong Chen, Qichen Yeom, Heon Young Son, Yongseok Seoul Natl Univ Seoul South Korea Chung Ang Univ Seoul South Korea
Various applications, frameworks, and services are built on java virtual machine (JVM) (e.g., Big data analytics) due to its cross platform portability. However, many of them suffer from long latency of Garbage Collec... 详细信息
来源: 评论
Adaptable Runtime Monitoring for the java virtual machine
Adaptable Runtime Monitoring for the Java Virtual Machine
收藏 引用
7th International Symposium on Leveraging Applications of Formal Methods, Verification and Validation (ISoLA)
作者: Rosa, Andrea Zheng, Yudi Sun, Haiyang Javed, Omar Binder, Walter USI Fac Informat Lugano Switzerland
Nowadays, many programming language implementations and programming frameworks target the java virtual machine (JVM). Examples include the java and Scala compilers, Oracle's Truffle framework and the interpreters ... 详细信息
来源: 评论
Security Enhanced java: Mandatory Access Control for the java virtual machine  16
Security Enhanced Java: Mandatory Access Control for the Jav...
收藏 引用
16th IEEE International Symposium on Object/Component/Service-Oriented Real-Time Distributed Computing (ISORC)
作者: Venelle, Benjamin Briffaut, Jeremy Clevy, Laurent Toinard, Christian Alcatel Lucent Bell Labs F-91620 Nozay France ENSI LIFO F-18020 Bourges France
Since 70's, and despite its operational complexity, Mandatory Access Control (MAC) has demonstrated its reliability to enforce integrity and confidentiality. Surprisingly, the java technology, despite its populari... 详细信息
来源: 评论
CONFUZZION: A java virtual machine Fuzzer for Type Confusion Vulnerabilities  21
CONFUZZION: A Java Virtual Machine Fuzzer for Type Confusion...
收藏 引用
21st IEEE International Conference on Software Quality, Reliability and Security (QRS)
作者: Bonnaventure, William Khanfir, Ahmed Bartel, Alexandre Papadakis, Mike Le Traon, Yves Univ Luxembourg SnT Luxembourg Luxembourg Umea Univ Dept Comp Sci Umea Sweden
Current java virtual machine (JVM) fuzzers aim at generating syntactically valid java programs, without targeting any particular use of the standard java library. While effective, such fuzzers fail to discover specifi... 详细信息
来源: 评论
FJProf: Profiling Fork/Join Applications on the java virtual machine  20
FJProf: Profiling Fork/Join Applications on the Java Virtual...
收藏 引用
13th EAI International Conference on Performance Evaluation Methodologies and Tools (VALUETOOLS)
作者: Rosales, Eduardo Rosa, Andrea Binder, Walter Univ Svizzera Italiana Fac Informat Lugano Switzerland
Fork/join applications are divide-and-conquer algorithms recursively forking tasks that are executed in parallel, waiting for them to complete, and then typically joining their results. An efficient fork/join applicat... 详细信息
来源: 评论
Profiling Streams on the java virtual machine  20
Profiling Streams on the Java Virtual Machine
收藏 引用
4th International Conference on the Art Science and Engineering of Programming
作者: Rosero, Edgar Eduardo Rosales Rosa, Andrea Binder, Walter Univ Svizzera italiana Fac Informat Lugano Switzerland
The *** framework is becoming a popular option among developers that target the java virtual machine (JVM) to implement map-reduce-like transformations on collections. A key feature of the streams framework is enablin... 详细信息
来源: 评论
Constructing exception handling chains for testing java virtual machine implementations
收藏 引用
JOURNAL OF SOFTWARE-EVOLUTION AND PROCESS 2024年 第4期36卷
作者: Chen, Bochuan Guo, Xiao Chen, Yuting Yu, Xiaofeng Bu, Lei Nanjing Univ State Key Lab Novel Software Technol Nanjing Peoples R China Nanjing Univ Dept Comp Sci & Technol Nanjing Peoples R China Shanghai Jiao Tong Univ Dept Comp Sci & Engn Shanghai Peoples R China Nanjing Univ Sch Business Nanjing Peoples R China Nanjing Univ Software Inst Nanjing Peoples R China
The java virtual machine (JVM) is the cornerstone of the java platforms. A JVM's exception handling implementation interrupts, when the objective application encounters an exception (or an error), the normal execu... 详细信息
来源: 评论
Analysis and Optimization of Task Granularity on the java virtual machine
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2019年 第3期41卷 19-19页
作者: Rosa, Andrea Rosales, Eduardo Binder, Walter Univ Svizzera Italiana Via Giuseppe Buffi 13 CH-6900 Lugano Switzerland
Task granularity, i.e., the amount of work performed by parallel tasks, is a key performance attribute of parallel applications. On the one hand, fine-grained tasks (i.e., small tasks carrying out few computations) ma... 详细信息
来源: 评论