咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 241 篇 工学
    • 185 篇 计算机科学与技术...
    • 137 篇 软件工程
    • 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 篇 教育学

主题

  • 273 篇 java virtual mac...
  • 29 篇 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...
  • 9 篇 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 篇 英文
  • 21 篇 其他
  • 1 篇 中文
检索条件"主题词=Java virtual machine"
273 条 记 录,以下是161-170 订阅
排序:
Analysis of Denial-of-Service Attack Vectors in Software Defined Networks  12
Analysis of Denial-of-Service Attack Vectors in Software Def...
收藏 引用
12th International Conference on Cyber Warfare and Security (ICCWS)
作者: Portante, Anthony Mullins, Barry Air Force Inst Technol Wright Patterson AFB OH 45433 USA
Software Defined Networking is a new emerging technology that is quickly gaining popularity amongst the largest corporations. However, this new networking paradigm has a centralized point of failure at the controller.... 详细信息
来源: 评论
Metrics for multithreaded java program verification
Metrics for multithreaded Java program verification
收藏 引用
International Conference on Software Engineering Research and Practice (SERP 05)
作者: Salem, A Sharma, V Calif State Univ Sacramento Dept Comp Sci Sacramento CA 95819 USA
All multithreaded programs are inherently less predictable. In order to find the relationship between thread execution and memory allocation, one must understand the java Memory Model (JMM). The JMM model is introduce... 详细信息
来源: 评论
Profiling and Tracing Support for java Applications  19
Profiling and Tracing Support for Java Applications
收藏 引用
10th ACM/SPEC International Conference on Performance Engineering (ICPE)
作者: Nisbet, Andy Nobre, Nuno Miguel Riley, Graham Lujan, Mikel Univ Manchester Sch Comp Sci Manchester Lancs England
We demonstrate the feasibility of undertaking performance evaluations for JVMs using: (1) a hybrid JVM/OS tool, such as a sync-profiler, (2) OS centric profiling and tracing tools based on Linux perf, and (3) the Exte... 详细信息
来源: 评论
Performance evaluation of embedded garbage collectors in CVM environment
Performance evaluation of embedded garbage collectors in CVM...
收藏 引用
11th International Conference on Knowledge-Based Intelligent Informational and Engineering Systems/17th Italian Workshop on Neural Networks
作者: Chal, Chang-Il Kim, Sang-Wook Chang, Ji-Woong Shin, Miyoung Hanyang Univ Dept Informat & Commun Seoul South Korea Korea Polytech Univ Dept Game & Multimedia Engn Seongnam Si South Korea Kyungpook Natl Univ Sch Elect Engn & Comp Sci Daegu South Korea
Garbage collection in the java virtual machine is a core function that relieves application programmers of difficulties related to memory management. In this paper, we evaluate the performance of GenGC and GenRGC, gar... 详细信息
来源: 评论
Evaluating HTM for pauseless garbage collectors in java  14
Evaluating HTM for pauseless garbage collectors in Java
收藏 引用
13th IEEE International Symposium on Parallel and Distributed Processing with Applications
作者: Carpen-Amarie, Maria Dice, Dave Marlier, Patrick Thomas, Gael Felber, Pascal Univ Neuchatel Neuchatel Switzerland Oracle Labs Austin TX USA Telecom SudParis Paris France
While garbage collectors (GCs) significantly simplify programmers' tasks by transparently handling memory management, they also introduce various overheads and sources of unpredictability. Most importantly, GCs ty... 详细信息
来源: 评论
Vectorized Intrinsics Can Be Replaced with Pure java Code without Impairing Steady-State Performance  24
Vectorized Intrinsics Can Be Replaced with Pure Java Code wi...
收藏 引用
15th ACM/SPEC International Conference on Performance Engineering (ICPE)
作者: Loff, Junior Schiavio, Filippo Rosa, Andrea Basso, Matteo Binder, Walter Univ Svizzera Italiana Fac Informat Lugano Switzerland
Several methods of the java Class Library ( JCL) rely on vectorized intrinsics. While these intrinsics undoubtedly lead to better performance, implementing them is extremely challenging, tedious, error-prone, and sign... 详细信息
来源: 评论
A Comparative Study of JVM Implementations with SPECjvm2008
A Comparative Study of JVM Implementations with SPECjvm2008
收藏 引用
2nd International Conference on Computer Engineering and Applications
作者: Oi, Hitoshi Univ Aizu Dept Comp Sci Aizu Wakamatsu Fukushima Japan
SPECjvm2008 is a new benchmark program suite for measuring client-side java runtime environments. It replaces JVM98, which has been used for the same purpose for more than ten years. It consists of 38 benchmark progra... 详细信息
来源: 评论
Application-Assisted Dynamic Attestation for JVM-Based Cloud  15th
Application-Assisted Dynamic Attestation for JVM-Based Cloud
收藏 引用
15th International Conference on Algorithms and Architectures for Parallel Processing (ICA3PP)
作者: Ba, Haihe Zhou, Huaizhe Wang, Zhiying Ren, Jiangchun Hong, Tie Li, Yiming Natl Univ Def Technol Coll Comp Changsha 410073 Hunan Peoples R China
In the recent years, cloud computing has expanded rapidly and improved the working efficiency for a number of cloud users, however, a few enterprises hesitate to move to the cloud because of the runtime security chall... 详细信息
来源: 评论
Combinatorial interaction testing of a java Card static verifier
Combinatorial interaction testing of a Java Card static veri...
收藏 引用
7th IEEE International Conference on Software Testing, Verification and Validation (ICST)
作者: Calvagna, Andrea Fornaia, Andrea Tramontana, Emiliano Univ Catania Dipartimento Matemat & Informat I-95124 Catania Italy
We present a combinatorial interaction testing approach to perform validation testing of a fundamental component for the security of java Cards: the byte code verifier. Combinatorial testing of all states of the java ... 详细信息
来源: 评论
LLjava Live at the Loop A Case for Heteroiconic Staged Meta-programming  18
LLJava Live at the Loop A Case for Heteroiconic Staged Meta-...
收藏 引用
18th ACM SIGPLAN International Conference on Managed Programming Languages and Runtimes (MPLR)
作者: Widemann, Baltasar Trancon y Lepper, Markus Nordakademie Elmshorn Germany Semantics GmbH Berlin Germany
This paper investigates the use of staged meta-programming techniques for the transparent acceleration of embedded domain-specific languages on the java platform. LLjava-LIVE, the staged API of the low-level JVM langu... 详细信息
来源: 评论