Commits on Source 23
-
Thomas E. Enebo authored
-
Marcin Mielzynski authored
-
Marcin Mielzynski authored
-
Marcin Mielzynski authored
-
Marcin Mielzynski authored
-
Marcin Mielzynski authored
-
lopex authored
-
lopex authored
-
Marcin Mielzynski authored
-
Marcin Mielzynski authored
-
Marcin Mielzynski authored
-
Marcin Mielzynski authored
-
Thomas E. Enebo authored
-
Thomas E. Enebo authored
-
Marcin Mielzynski authored
-
Charles Oliver Nutter authored
Previously, when calling the non-"interruptible" versions of the match and search methods, you would still see a penalty from the interrupt checking. This change makes two modifications: * A second mechanism for interrupting is added as a volatile boolean on the matcher itself. You must have the matcher in hand to set the flag. Setting the flag renders the matcher "dead" and future search and match calls will raise again. * The match and search methods call along a path that is only interruptible by the volatile flag. The interruptible versions also check the volatile for consistency. The visible behavioral change here is that "match" and "search" will not respond to Thread interrupt events anymore. If they need to be interrupted, interrupt the matcher directly.
-
Thomas E. Enebo authored
-
Hideki Yamane authored
[maven-release-plugin] copy for tag joni-2.1.18
-
Hideki Yamane authored
-
Hideki Yamane authored
-
Hideki Yamane authored
-
Hideki Yamane authored