Volker Simonis
Volker Simonis
Hi, this is an extension of my initial pull request (https://github.com/jirutka/asciidoctor-rouge/pull/8) which uses `Lexer.find_fancy()` instead of `Lexer.find()` in order to allow passing CGI-style options to the specific language Lexer. More...
The OpenJDK class library has no Maven or Gradle build files. It is also a tricky project because its classes can interfere with the same classes in the JDK used...
Since Java 5 the `java.lang.instrument` package provides services that allow Java programming language agents to instrument (i.e. modify the bytecode) of programs running on the Java Virtual Machine. The `java.lang.instrument`...
Hi @raphw, We ran into `ClassCircularityError`s due to ec39754 which introduced the usage of `ConcurrentHashMap`/`ConcurrentHashMap::putIfAbsent()` in the `AgentBuilder` class. `ConcurrentHashMap::putIfAbsent()` can transitively trigger a call to `ConcurrentHashMap::fullAddCount()` which in turn...
Fixes #839 Cherry picked from: 69c6c87c8c: GraalJSScriptEngine: NPE when setting empty engine bindings 16d63fa0c2: Correction of the year in the copyright header. According to our discussion at the GraalVM Community...
Currently the JVMCI version check depends on the contents of the `java.vm.version` system property. However the check is complicated, error prone and depends on non-specified details of the `java.vm.version` system...
Shenandoah/Generational-Shenandoah support is already available for the GraalVM JIT (see PR [Shenandoah support](https://github.com/oracle/graal/pull/10904) and commit [[GR-65266] Add support for Shenandoah](https://github.com/oracle/graal/commit/3c7b5cb092a606d2d9c421dbe225bff16789fb2d)). Now add support for using Shenandoah/Generational-Shenandoah as a supported GC...