--- old/src/java.desktop/share/classes/com/sun/media/sound/Platform.java 2015-09-18 13:05:15.509449967 -0700 +++ new/src/java.desktop/share/classes/com/sun/media/sound/Platform.java 2015-09-18 13:05:15.401449971 -0700 @@ -169,9 +169,9 @@ } // the following native methods are implemented in Platform.c - private native static boolean nIsBigEndian(); - private native static String nGetExtraLibraries(); - private native static int nGetLibraryForFeature(int feature); + private static native boolean nIsBigEndian(); + private static native String nGetExtraLibraries(); + private static native int nGetLibraryForFeature(int feature); /** * Read the required system properties.