diff -r 679ac7841e8d -r 5e534f20d09a jdk/src/solaris/classes/sun/awt/X11/XAWTFormatter.java --- a/jdk/src/solaris/classes/sun/awt/X11/XAWTFormatter.java Thu Feb 20 16:23:45 2014 -0800 +++ b/jdk/src/solaris/classes/sun/awt/X11/XAWTFormatter.java Fri Feb 21 15:28:09 2014 +0400 @@ -43,8 +43,7 @@ // Line separator string. This is the value of the line.separator // property at the moment that the SimpleFormatter was created. - private String lineSeparator = java.security.AccessController.doPrivileged( - new sun.security.action.GetPropertyAction("line.separator")); + private String lineSeparator = System.lineSeparator(); boolean displayFullRecord = false; boolean useANSI = false;