- 03 Feb, 2022 6 commits
-
-
Lubomir Bulej authored
Calling the thread.getId() function through JNI seems to cause JVM crashes when runtime debugging is enabled, so we avoid it for now.
-
Lubomir Bulej authored
-
Lubomir Bulej authored
-
Lubomir Bulej authored
-
Lubomir Bulej authored
-
Lubomir Bulej authored
-
- 24 Jan, 2022 1 commit
-
-
Lubomir Bulej authored
Add support for Java 9+ See merge request !13
-
- 30 Sep, 2020 3 commits
-
-
-
Matteo Basso authored
-
Matteo Basso authored
-
- 29 Sep, 2020 3 commits
-
-
Matteo Basso authored
-
Matteo Basso authored
-
Matteo Basso authored
-
- 02 Sep, 2020 2 commits
-
-
Lubomir Bulej authored
Support linux ppc64 See merge request !14
-
Matteo Basso authored
-
- 07 Apr, 2020 2 commits
- 09 Jan, 2020 2 commits
-
-
Matteo Basso authored
-
Matteo Basso authored
-
- 08 Jan, 2020 1 commit
-
-
Matteo Basso authored
-
- 07 Jan, 2020 4 commits
-
-
Matteo Basso authored
-
Matteo Basso authored
-
Matteo Basso authored
-
Matteo Basso authored
-
- 10 Dec, 2019 3 commits
-
-
Matteo Basso authored
-
Matteo Basso authored
-
Matteo Basso authored
-
- 05 Dec, 2019 5 commits
-
-
Matteo Basso authored
-
Matteo Basso authored
-
Lubomir Bulej authored
Java 9 cleanups compatible with Java 8 See merge request !12
-
Matteo Basso authored
-
Matteo Basso authored
-
- 04 Dec, 2019 3 commits
-
-
Matteo Basso authored
-
Matteo Basso authored
Added a method to remove ASM specific access flags (not defined in the JVM specification) that caused some tests to fail.
-
Matteo Basso authored
-
- 11 Oct, 2019 3 commits
-
-
Lubomir Bulej authored
Again, this is to accomodate the "dispatchmp" test on slower machines (it takes 14-15 seconds on a modern machine).
-
Lubomir Bulej authored
This may be necessary for the "dispatchmp" test to finish on slower machines.
-
Lubomir Bulej authored
The race was in the code displaying the "So far received..." message. After the check if the counter value modulo 1000000 was zero, the value actually displayed was queried again, potentially obtaining a different value (another thread might have incremented the counter). To force the client to send notifications about garbage collected objects, the client code forces the GC repeatedly and waits a bit between the attempts.
-
- 09 Oct, 2019 2 commits
-
-
Lubomir Bulej authored
Fix try-catch block sorter and bump ASM to 7.2 See merge request !9
-
Lubomir Bulej authored
-