History log of /openjdk9/jdk/make/mapfiles/libjava/reorder-sparc
Revision Date Author Comments
# 16043:47a8e055bab1 28-Jan-2016 rriggs

8169556: Wrapping of FileInputStream's native skip and available methods
Summary: Wrap further native methods in FileInputStreams
Reviewed-by: chegar, bpb, rriggs
Contributed-by: sunny.chan@gs.com


# 16015:b1d58146df13 03-Nov-2016 mchung

6479237: (cl) Add support for classloader names
Reviewed-by: alanb, bchristi, coleenp, dfuchs, lfoltan, psandoz, sspitsyn


# 14126:92aaccaffea7 10-Mar-2016 coleenp

8150778: Reduce Throwable.getStackTrace() calls to the JVM
Summary: replace JVM_GetStackTraceDepth and JVM_GetStackTraceElement, with JVM_GetStackTraceElements that gets all the elements in the StackTraceElement[]
Reviewed-by: dfuchs, mchung, shade, hseigel


# 13755:95a151d4f235 18-Feb-2016 rriggs

8149750: Decouple sun.misc.Signal from the base module
Reviewed-by: chegar, dholmes


# 13039:4f6e52f9dc79 03-Nov-2015 thartmann

8141132: JEP 254: Compact Strings
Summary: Adopt a more space-efficient internal representation for strings.
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
Contributed-by: Brent Christian <brent.christian@oracle.com>, Vivek Deshpande <vivek.r.deshpande@intel.com>, Tobias Hartmann <tobias.hartmann@oracle.com>, Charlie Hunt <charlie.hunt@oracle.com>, Vladimir Kozlov <vladimir.kozlov@oracle.com>, Roger Riggs <roger.riggs@oracle.com>, Xueming Shen <xueming.shen@oracle.com>, Aleksey Shipilev <aleksey.shipilev@oracle.com>, Sandhya Viswanathan <sandhya.viswanathan@intel.com>


# 11694:5996acb95892 30-Mar-2015 rriggs

8076184: Cleanup compile/link warnings on Solaris
Summary: Cleanup reorder-sparc* and jni_util.c files
Reviewed-by: erikj, alanb


# 10525:0aa1bc5db42c 20-Aug-2014 bpb

8054720: Modifications of I/O methods for instrumentation purposes
Summary: Wrap some native methods in Java methods.
Reviewed-by: rriggs


# 8845:4be14673b9bf 14-Nov-2013 ihse

8027566: Remove the old build system
Reviewed-by: erikj, tbell