-
### Describe the bug
**What**: After updating to amazoncorretto:17 we've seen irregular JVM-crashes for a workload with below log. The crash usually happens within the first 5 minutes after starting …
-
```
What steps will reproduce the problem?
1. The Bookmarks tests fail with 404:
* Binding Test
* Binding Test 2
* Spellcheck test
* Test local storage
What is the expected output? What d…
-
In Java you can mark methods with the Annotation @override to show that this method is overridden. The compiler gives a warning if you override a method without using @override.
So you have a hint wic…
-
I often have to use boilerplate code like
`String value = config.hasPath("foo/bar") ? config.getString("foo/bar") : null;`
Would be nice to have, for all getters in Config class, either `getOptionalS…
-
Thanks for writing this agent, its a great intro to JVMTI for would be tinkerers (like me!)
I've tried out the agent in the Scala compiler. I've experienced a race condition of some sort.
Invoca…
-
```
What steps will reproduce the problem?
1. The Bookmarks tests fail with 404:
* Binding Test
* Binding Test 2
* Spellcheck test
* Test local storage
What is the expected output? What d…
-
## Summary
Using OpenGL acceleration with nVidia drivers under Linux causes frequent crashes of the JVM.
## Steps to reproduce
1. Obtain a PC with Linux and nVidia drivers
2. `git clone …
-
I've tried your docker image to play with OpenAPI.
1. First issue: it doesn't provide Java:
```
root@3bb5bec6903c:/tmp/src# openapi-generator generate --generator-name ada -i my-api.yaml -o cli…
-
Hi ha1fBit, is it possible to add changeable recipes for the mailbox and the stationery?
So I can add for payment reasons a goldnugget ore something... thx :)
-
Calling explainer.shapValues(values, false) is crashing after calling 1000 times in a for loop.