Updates on Jenkins Pipeline scripts and the JCasC plugin

My name is Yingjie (Jenny) Chen and I am a computer science student from the University of Waterloo. This blog post summarizes my internship experience in the release engineering team of Eclipse OpenJ9. Modifications to Jenkins Pipeline scripts I made several enhancements to the pipelines, and I will introduce four specific examples. Reduce Intermittent Network…

Changes in Tril

This post describes my fall 2019 internship in the Eclipse OpenJ9 team. After 4-months study term at school, I was excited to return to the team. I joined the OMR team and got the chance to work on Tril (the Testarossa Intermediate Language). Tril is a Domain Specific Language (DSL) for generating the Testarossa Intermediate Language…

CategoriesUncategorized

Dynamic Threads for Scavenger GC

Background In order for Scavenger to find all live objects, it uses multiple threads and parallelizes the work as it traverses through the object trees. The number of working threads is dependent on the system: systems with more threads can use more threads to work on highly parallelized tasks. More information about this topic can…

Categoriesgc

OpenJ9 VM Internship: Inline Types

My name is Adithya Venkatarao and I’m a 4th year Computer Science student from the University of Waterloo at the time of writing. After working in a variety of back-end and full-stack positions throughout my previous internships, I really wanted to further diversify my skillset by taking a dive down the tech-stack to work with…

Categoriesvm

Developing with Appsody and OpenJ9 SCC

The cloud is becoming more and more essential in today’s world. And tools developers use to create cloud-native applications are improving everyday. But as a developer who has had no previous experience with the cloud or containers, there were a lot of hurdles I had to overcome: The complexity of the cloud toolchain available to…