On 6/17/14 8:11 AM, Dmitry Samersoff wrote:
Please,Review a small fix: http://cr.openjdk.java.net/~dsamersoff/JDK-8044762/webrev.01/
src/share/back/debugInit.c line 1290: LOG_MISC(("Dumping core as requiested by command line")); Typo: 'requiested' -> 'requested' Thumbs up. Dan
under some circumstances debugInit_exit is called before gdata is initialized. -Dmitry