Hacker News new | ask | show | jobs
by 0xcde4c3db 1778 days ago
I think that concern was mostly apocryphal, but such things demonstrably do exist [1]:

    } else if (osName.startsWith("Windows")) {
        if (osName.indexOf("9") != -1) {
            jvm = WINDOWS_9x;
[1] https://github.com/Elblonko/kepler/blob/48618dc2233781656e63...