What are the names of signals available in Java with this code:
new sun.misc.Signal(signalStr);
And what are the corresponding integer values?
I could not find any official documentation except this one and this is for only IBM JDK.
When I trace the code I saw that it calls some native codes which are implemented in JVM.