Peter Johnson 51eb96903c Java: Improve robustness against JVM crashes on exit.
The JVM doesn't always do a good job of telling JNI modules that the JVM
is going away, which results in a crash in the JavaGlobal and/or
JavaWeakGlobal destructors as they try to delete the associated references
after the JVM has already gone away.

To protect against this, the Notifier now has a static variable that's set
when the Notifier instance (a singleton) is destroyed.  This is used by
JavaGlobal and JavaWeakGlobal to detect when a process exit is in process.
2015-09-14 22:00:22 -07:00
2015-09-03 21:31:31 -07:00
2015-09-03 21:31:31 -07:00
2015-09-03 21:31:31 -07:00
2015-09-08 23:17:11 -07:00
Description
WPILib - FRC Robotics Library
479 MiB
Languages
C++ 53%
Java 32.7%
Python 7.6%
C 2.6%
Jinja 1.6%
Other 2.4%