Skip to content
#

gc

Here are 93 public repositories matching this topic...

hzongaro
hzongaro commented Mar 17, 2021

In the prototype implementation of value types support, the letter Q is used as a prefix in the bytecode for the signatures of classes that are value types, as distinguished from concrete identity type classes, interfaces and abstract classes, whose signatures are prefixed with the letter L.

Minimal changes to handle the Q prefix in the JIT compiler were merged into OpenJ9 in [pull reques

karianna
karianna commented Aug 31, 2021

These aren't necessarily bugs, but we should look into them:

[INFO] Compiling 99 source files to /Users/karianna/Documents/workspace/microsoft/gctoolkit/core/api/target/classes
[WARNING] /Users/karianna/Documents/workspace/microsoft/gctoolkit/core/api/src/main/java/com/microsoft/gctoolkit/aggregator/JVMEventDispatcher.java:[49,72] unchecked cast
  required: java.lang.Class<? extends com.

Improve this page

Add a description, image, and links to the gc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gc topic, visit your repo's landing page and select "manage topics."

Learn more