blob: e65f4d86a5e3d0054eeb3b9c5e98795194a636de [file] [log] [blame]
cmake_minimum_required(VERSION 3.4)
project(jdk)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
include_directories(
../../src/share/javavm/export
../../src/share/native/common
../../src/share/native/sun/font
../../src/share/native/sun/java2d)
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
include_directories(
../../src/solaris/native/common
../../src/solaris/javavm/export
../../../build/macosx-x86_64-normal-server-release/jdk/gensrc_headers)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
include_directories(
../../src/solaris/native/common
../../src/solaris/javavm/export
../../../build/linux-x86_64-normal-server-release/jdk/gensrc_headers)
endif()
find_package(Freetype REQUIRED)
include_directories(${FREETYPE_INCLUDE_DIRS})
set(SOURCE_FILES
../../src/share/javavm/export/classfile_constants.h
../../src/share/javavm/export/jawt.h
../../src/share/javavm/export/jdwpTransport.h
../../src/share/javavm/export/jmm.h
../../src/share/javavm/export/jni.h
../../src/share/javavm/export/jvm.h
../../src/share/javavm/export/jvmti.h
../../src/share/javavm/export/jvmticmlr.h
../../src/share/native/com/sun/java/util/jar/pack/bands.cpp
../../src/share/native/com/sun/java/util/jar/pack/bands.h
../../src/share/native/com/sun/java/util/jar/pack/bytes.cpp
../../src/share/native/com/sun/java/util/jar/pack/bytes.h
../../src/share/native/com/sun/java/util/jar/pack/coding.cpp
../../src/share/native/com/sun/java/util/jar/pack/coding.h
../../src/share/native/com/sun/java/util/jar/pack/constants.h
../../src/share/native/com/sun/java/util/jar/pack/defines.h
../../src/share/native/com/sun/java/util/jar/pack/jni.cpp
../../src/share/native/com/sun/java/util/jar/pack/main.cpp
../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp
../../src/share/native/com/sun/java/util/jar/pack/unpack.h
../../src/share/native/com/sun/java/util/jar/pack/utils.cpp
../../src/share/native/com/sun/java/util/jar/pack/utils.h
../../src/share/native/com/sun/java/util/jar/pack/zip.cpp
../../src/share/native/com/sun/java/util/jar/pack/zip.h
../../src/share/native/com/sun/media/sound/Configure.h
../../src/share/native/com/sun/media/sound/DirectAudio.h
../../src/share/native/com/sun/media/sound/DirectAudioDevice.c
../../src/share/native/com/sun/media/sound/DirectAudioDeviceProvider.c
../../src/share/native/com/sun/media/sound/MidiInDevice.c
../../src/share/native/com/sun/media/sound/MidiInDeviceProvider.c
../../src/share/native/com/sun/media/sound/MidiOutDevice.c
../../src/share/native/com/sun/media/sound/MidiOutDeviceProvider.c
../../src/share/native/com/sun/media/sound/Platform.c
../../src/share/native/com/sun/media/sound/PlatformMidi.c
../../src/share/native/com/sun/media/sound/PlatformMidi.h
../../src/share/native/com/sun/media/sound/PortMixer.c
../../src/share/native/com/sun/media/sound/PortMixerProvider.c
../../src/share/native/com/sun/media/sound/Ports.h
../../src/share/native/com/sun/media/sound/SoundDefs.h
../../src/share/native/com/sun/media/sound/Utilities.c
../../src/share/native/com/sun/media/sound/Utilities.h
../../src/share/native/com/sun/tools/jdi/SharedMemory.h
../../src/share/native/com/sun/tools/jdi/SharedMemoryConnection.c
../../src/share/native/com/sun/tools/jdi/SharedMemoryTransport.c
../../src/share/native/common/check_code.c
../../src/share/native/common/check_format.c
../../src/share/native/common/check_version.c
../../src/share/native/common/gdefs.h
../../src/share/native/common/jdk_util.c
../../src/share/native/common/jdk_util.h
../../src/share/native/common/jio.c
../../src/share/native/common/jlong.h
../../src/share/native/common/jni_util.c
../../src/share/native/common/jni_util.h
../../src/share/native/common/sizecalc.h
../../src/share/native/common/verify_stub.c
../../src/share/native/java/io/FileInputStream.c
../../src/share/native/java/io/io_util.c
../../src/share/native/java/io/io_util.h
../../src/share/native/java/io/ObjectInputStream.c
../../src/share/native/java/io/ObjectOutputStream.c
../../src/share/native/java/io/ObjectStreamClass.c
../../src/share/native/java/io/RandomAccessFile.c
../../src/share/native/java/lang/fdlibm/include/fdlibm.h
../../src/share/native/java/lang/fdlibm/include/jfdlibm.h
../../src/share/native/java/lang/fdlibm/src/e_acos.c
../../src/share/native/java/lang/fdlibm/src/e_asin.c
../../src/share/native/java/lang/fdlibm/src/e_atan2.c
../../src/share/native/java/lang/fdlibm/src/e_atanh.c
../../src/share/native/java/lang/fdlibm/src/e_cosh.c
../../src/share/native/java/lang/fdlibm/src/e_exp.c
../../src/share/native/java/lang/fdlibm/src/e_fmod.c
../../src/share/native/java/lang/fdlibm/src/e_hypot.c
../../src/share/native/java/lang/fdlibm/src/e_log.c
../../src/share/native/java/lang/fdlibm/src/e_log10.c
../../src/share/native/java/lang/fdlibm/src/e_pow.c
../../src/share/native/java/lang/fdlibm/src/e_rem_pio2.c
../../src/share/native/java/lang/fdlibm/src/e_remainder.c
../../src/share/native/java/lang/fdlibm/src/e_scalb.c
../../src/share/native/java/lang/fdlibm/src/e_sinh.c
../../src/share/native/java/lang/fdlibm/src/e_sqrt.c
../../src/share/native/java/lang/fdlibm/src/k_cos.c
../../src/share/native/java/lang/fdlibm/src/k_rem_pio2.c
../../src/share/native/java/lang/fdlibm/src/k_sin.c
../../src/share/native/java/lang/fdlibm/src/k_standard.c
../../src/share/native/java/lang/fdlibm/src/k_tan.c
../../src/share/native/java/lang/fdlibm/src/s_atan.c
../../src/share/native/java/lang/fdlibm/src/s_cbrt.c
../../src/share/native/java/lang/fdlibm/src/s_ceil.c
../../src/share/native/java/lang/fdlibm/src/s_copysign.c
../../src/share/native/java/lang/fdlibm/src/s_cos.c
../../src/share/native/java/lang/fdlibm/src/s_expm1.c
../../src/share/native/java/lang/fdlibm/src/s_fabs.c
../../src/share/native/java/lang/fdlibm/src/s_finite.c
../../src/share/native/java/lang/fdlibm/src/s_floor.c
../../src/share/native/java/lang/fdlibm/src/s_frexp.c
../../src/share/native/java/lang/fdlibm/src/s_ilogb.c
../../src/share/native/java/lang/fdlibm/src/s_isnan.c
../../src/share/native/java/lang/fdlibm/src/s_ldexp.c
../../src/share/native/java/lang/fdlibm/src/s_lib_version.c
../../src/share/native/java/lang/fdlibm/src/s_log1p.c
../../src/share/native/java/lang/fdlibm/src/s_logb.c
../../src/share/native/java/lang/fdlibm/src/s_matherr.c
../../src/share/native/java/lang/fdlibm/src/s_modf.c
../../src/share/native/java/lang/fdlibm/src/s_nextafter.c
../../src/share/native/java/lang/fdlibm/src/s_rint.c
../../src/share/native/java/lang/fdlibm/src/s_scalbn.c
../../src/share/native/java/lang/fdlibm/src/s_signgam.c
../../src/share/native/java/lang/fdlibm/src/s_significand.c
../../src/share/native/java/lang/fdlibm/src/s_sin.c
../../src/share/native/java/lang/fdlibm/src/s_tan.c
../../src/share/native/java/lang/fdlibm/src/s_tanh.c
../../src/share/native/java/lang/fdlibm/src/w_acos.c
../../src/share/native/java/lang/fdlibm/src/w_asin.c
../../src/share/native/java/lang/fdlibm/src/w_atan2.c
../../src/share/native/java/lang/fdlibm/src/w_atanh.c
../../src/share/native/java/lang/fdlibm/src/w_cosh.c
../../src/share/native/java/lang/fdlibm/src/w_exp.c
../../src/share/native/java/lang/fdlibm/src/w_fmod.c
../../src/share/native/java/lang/fdlibm/src/w_hypot.c
../../src/share/native/java/lang/fdlibm/src/w_log.c
../../src/share/native/java/lang/fdlibm/src/w_log10.c
../../src/share/native/java/lang/fdlibm/src/w_pow.c
../../src/share/native/java/lang/fdlibm/src/w_remainder.c
../../src/share/native/java/lang/fdlibm/src/w_scalb.c
../../src/share/native/java/lang/fdlibm/src/w_sinh.c
../../src/share/native/java/lang/fdlibm/src/w_sqrt.c
../../src/share/native/java/lang/reflect/Array.c
../../src/share/native/java/lang/reflect/Executable.c
../../src/share/native/java/lang/reflect/Field.c
../../src/share/native/java/lang/reflect/Proxy.c
../../src/share/native/java/lang/Class.c
../../src/share/native/java/lang/ClassLoader.c
../../src/share/native/java/lang/Compiler.c
../../src/share/native/java/lang/Double.c
../../src/share/native/java/lang/Float.c
../../src/share/native/java/lang/java_props.h
../../src/share/native/java/lang/Object.c
../../src/share/native/java/lang/Package.c
../../src/share/native/java/lang/Runtime.c
../../src/share/native/java/lang/SecurityManager.c
../../src/share/native/java/lang/Shutdown.c
../../src/share/native/java/lang/StrictMath.c
../../src/share/native/java/lang/String.c
../../src/share/native/java/lang/System.c
../../src/share/native/java/lang/Thread.c
../../src/share/native/java/lang/Throwable.c
../../src/share/native/java/net/DatagramPacket.c
../../src/share/native/java/net/Inet4Address.c
../../src/share/native/java/net/Inet6Address.c
../../src/share/native/java/net/InetAddress.c
../../src/share/native/java/net/net_util.c
../../src/share/native/java/net/net_util.h
../../src/share/native/java/nio/Bits.c
../../src/share/native/java/security/AccessController.c
../../src/share/native/java/util/concurrent/atomic/AtomicLong.c
../../src/share/native/java/util/zip/zlib-1.2.8/compress.c
../../src/share/native/java/util/zip/zlib-1.2.8/crc32.h
../../src/share/native/java/util/zip/zlib-1.2.8/deflate.c
../../src/share/native/java/util/zip/zlib-1.2.8/deflate.h
../../src/share/native/java/util/zip/zlib-1.2.8/gzclose.c
../../src/share/native/java/util/zip/zlib-1.2.8/gzguts.h
../../src/share/native/java/util/zip/zlib-1.2.8/gzlib.c
../../src/share/native/java/util/zip/zlib-1.2.8/gzread.c
../../src/share/native/java/util/zip/zlib-1.2.8/gzwrite.c
../../src/share/native/java/util/zip/zlib-1.2.8/infback.c
../../src/share/native/java/util/zip/zlib-1.2.8/inffast.c
../../src/share/native/java/util/zip/zlib-1.2.8/inffast.h
../../src/share/native/java/util/zip/zlib-1.2.8/inffixed.h
../../src/share/native/java/util/zip/zlib-1.2.8/inflate.c
../../src/share/native/java/util/zip/zlib-1.2.8/inflate.h
../../src/share/native/java/util/zip/zlib-1.2.8/inftrees.c
../../src/share/native/java/util/zip/zlib-1.2.8/inftrees.h
../../src/share/native/java/util/zip/zlib-1.2.8/trees.c
../../src/share/native/java/util/zip/zlib-1.2.8/trees.h
../../src/share/native/java/util/zip/zlib-1.2.8/uncompr.c
../../src/share/native/java/util/zip/zlib-1.2.8/zadler32.c
../../src/share/native/java/util/zip/zlib-1.2.8/zconf.h
../../src/share/native/java/util/zip/zlib-1.2.8/zcrc32.c
../../src/share/native/java/util/zip/zlib-1.2.8/zlib.h
../../src/share/native/java/util/zip/zlib-1.2.8/zutil.c
../../src/share/native/java/util/zip/zlib-1.2.8/zutil.h
../../src/share/native/java/util/zip/Adler32.c
../../src/share/native/java/util/zip/CRC32.c
../../src/share/native/java/util/zip/Deflater.c
../../src/share/native/java/util/zip/Inflater.c
../../src/share/native/java/util/zip/zip_util.c
../../src/share/native/java/util/zip/zip_util.h
../../src/share/native/java/util/zip/ZipFile.c
../../src/share/native/java/util/TimeZone.c
../../src/share/native/sun/awt/debug/debug_assert.c
../../src/share/native/sun/awt/debug/debug_assert.h
../../src/share/native/sun/awt/debug/debug_mem.c
../../src/share/native/sun/awt/debug/debug_mem.h
../../src/share/native/sun/awt/debug/debug_trace.c
../../src/share/native/sun/awt/debug/debug_trace.h
../../src/share/native/sun/awt/debug/debug_util.c
../../src/share/native/sun/awt/debug/debug_util.h
../../src/share/native/sun/awt/giflib/dgif_lib.c
../../src/share/native/sun/awt/giflib/gif_err.c
../../src/share/native/sun/awt/giflib/gif_hash.h
../../src/share/native/sun/awt/giflib/gif_lib.h
../../src/share/native/sun/awt/giflib/gif_lib_private.h
../../src/share/native/sun/awt/giflib/gifalloc.c
../../src/share/native/sun/awt/image/cvutils/img_alpha.h
../../src/share/native/sun/awt/image/cvutils/img_anycm.h
../../src/share/native/sun/awt/image/cvutils/img_colors.c
../../src/share/native/sun/awt/image/cvutils/img_colors.h
../../src/share/native/sun/awt/image/cvutils/img_dcm.h
../../src/share/native/sun/awt/image/cvutils/img_dcm8.h
../../src/share/native/sun/awt/image/cvutils/img_dir8dither.h
../../src/share/native/sun/awt/image/cvutils/img_dirdither.h
../../src/share/native/sun/awt/image/cvutils/img_fscolor.h
../../src/share/native/sun/awt/image/cvutils/img_fsdither.h
../../src/share/native/sun/awt/image/cvutils/img_fsgray.h
../../src/share/native/sun/awt/image/cvutils/img_fsutil.h
../../src/share/native/sun/awt/image/cvutils/img_globals.c
../../src/share/native/sun/awt/image/cvutils/img_globals.h
../../src/share/native/sun/awt/image/cvutils/img_icm.h
../../src/share/native/sun/awt/image/cvutils/img_input32.h
../../src/share/native/sun/awt/image/cvutils/img_input8.h
../../src/share/native/sun/awt/image/cvutils/img_input8_32.h
../../src/share/native/sun/awt/image/cvutils/img_nodither.h
../../src/share/native/sun/awt/image/cvutils/img_noscale.h
../../src/share/native/sun/awt/image/cvutils/img_opaque.h
../../src/share/native/sun/awt/image/cvutils/img_ordclrsgn.h
../../src/share/native/sun/awt/image/cvutils/img_ordclruns.h
../../src/share/native/sun/awt/image/cvutils/img_orddither.h
../../src/share/native/sun/awt/image/cvutils/img_ordgray.h
../../src/share/native/sun/awt/image/cvutils/img_output16.h
../../src/share/native/sun/awt/image/cvutils/img_output16_32.h
../../src/share/native/sun/awt/image/cvutils/img_output24.h
../../src/share/native/sun/awt/image/cvutils/img_output32.h
../../src/share/native/sun/awt/image/cvutils/img_output8.h
../../src/share/native/sun/awt/image/cvutils/img_output8_16_24.h
../../src/share/native/sun/awt/image/cvutils/img_output8_16_32.h
../../src/share/native/sun/awt/image/cvutils/img_output8_32.h
../../src/share/native/sun/awt/image/cvutils/img_replscale.h
../../src/share/native/sun/awt/image/cvutils/img_scaleloop.h
../../src/share/native/sun/awt/image/cvutils/img_util.h
../../src/share/native/sun/awt/image/gif/gifdecoder.c
../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c
../../src/share/native/sun/awt/image/jpeg/jcapimin.c
../../src/share/native/sun/awt/image/jpeg/jcapistd.c
../../src/share/native/sun/awt/image/jpeg/jccoefct.c
../../src/share/native/sun/awt/image/jpeg/jccolor.c
../../src/share/native/sun/awt/image/jpeg/jcdctmgr.c
../../src/share/native/sun/awt/image/jpeg/jchuff.c
../../src/share/native/sun/awt/image/jpeg/jchuff.h
../../src/share/native/sun/awt/image/jpeg/jcinit.c
../../src/share/native/sun/awt/image/jpeg/jcmainct.c
../../src/share/native/sun/awt/image/jpeg/jcmarker.c
../../src/share/native/sun/awt/image/jpeg/jcmaster.c
../../src/share/native/sun/awt/image/jpeg/jcomapi.c
../../src/share/native/sun/awt/image/jpeg/jconfig.h
../../src/share/native/sun/awt/image/jpeg/jcparam.c
../../src/share/native/sun/awt/image/jpeg/jcphuff.c
../../src/share/native/sun/awt/image/jpeg/jcprepct.c
../../src/share/native/sun/awt/image/jpeg/jcsample.c
../../src/share/native/sun/awt/image/jpeg/jctrans.c
../../src/share/native/sun/awt/image/jpeg/jdapimin.c
../../src/share/native/sun/awt/image/jpeg/jdapistd.c
../../src/share/native/sun/awt/image/jpeg/jdcoefct.c
../../src/share/native/sun/awt/image/jpeg/jdcolor.c
../../src/share/native/sun/awt/image/jpeg/jdct.h
../../src/share/native/sun/awt/image/jpeg/jddctmgr.c
../../src/share/native/sun/awt/image/jpeg/jdhuff.c
../../src/share/native/sun/awt/image/jpeg/jdhuff.h
../../src/share/native/sun/awt/image/jpeg/jdinput.c
../../src/share/native/sun/awt/image/jpeg/jdmainct.c
../../src/share/native/sun/awt/image/jpeg/jdmarker.c
../../src/share/native/sun/awt/image/jpeg/jdmaster.c
../../src/share/native/sun/awt/image/jpeg/jdmerge.c
../../src/share/native/sun/awt/image/jpeg/jdphuff.c
../../src/share/native/sun/awt/image/jpeg/jdpostct.c
../../src/share/native/sun/awt/image/jpeg/jdsample.c
../../src/share/native/sun/awt/image/jpeg/jdtrans.c
../../src/share/native/sun/awt/image/jpeg/jerror.c
../../src/share/native/sun/awt/image/jpeg/jerror.h
../../src/share/native/sun/awt/image/jpeg/jfdctflt.c
../../src/share/native/sun/awt/image/jpeg/jfdctfst.c
../../src/share/native/sun/awt/image/jpeg/jfdctint.c
../../src/share/native/sun/awt/image/jpeg/jidctflt.c
../../src/share/native/sun/awt/image/jpeg/jidctfst.c
../../src/share/native/sun/awt/image/jpeg/jidctint.c
../../src/share/native/sun/awt/image/jpeg/jidctred.c
../../src/share/native/sun/awt/image/jpeg/jinclude.h
../../src/share/native/sun/awt/image/jpeg/jmemmgr.c
../../src/share/native/sun/awt/image/jpeg/jmemnobs.c
../../src/share/native/sun/awt/image/jpeg/jmemsys.h
../../src/share/native/sun/awt/image/jpeg/jmorecfg.h
../../src/share/native/sun/awt/image/jpeg/jpegdecoder.c
../../src/share/native/sun/awt/image/jpeg/jpegint.h
../../src/share/native/sun/awt/image/jpeg/jpeglib.h
../../src/share/native/sun/awt/image/jpeg/jquant1.c
../../src/share/native/sun/awt/image/jpeg/jquant2.c
../../src/share/native/sun/awt/image/jpeg/jutils.c
../../src/share/native/sun/awt/image/jpeg/jversion.h
../../src/share/native/sun/awt/image/awt_ImageRep.c
../../src/share/native/sun/awt/image/awt_parseImage.c
../../src/share/native/sun/awt/image/awt_parseImage.h
../../src/share/native/sun/awt/image/BufImgSurfaceData.c
../../src/share/native/sun/awt/image/BufImgSurfaceData.h
../../src/share/native/sun/awt/image/DataBufferNative.c
../../src/share/native/sun/awt/image/dither.c
../../src/share/native/sun/awt/image/dither.h
../../src/share/native/sun/awt/image/imageInitIDs.c
../../src/share/native/sun/awt/image/imageInitIDs.h
../../src/share/native/sun/awt/libpng/png.c
../../src/share/native/sun/awt/libpng/png.h
../../src/share/native/sun/awt/libpng/pngconf.h
../../src/share/native/sun/awt/libpng/pngdebug.h
../../src/share/native/sun/awt/libpng/pngerror.c
../../src/share/native/sun/awt/libpng/pngget.c
../../src/share/native/sun/awt/libpng/pnginfo.h
../../src/share/native/sun/awt/libpng/pnglibconf.h
../../src/share/native/sun/awt/libpng/pngmem.c
../../src/share/native/sun/awt/libpng/pngpread.c
../../src/share/native/sun/awt/libpng/pngpriv.h
../../src/share/native/sun/awt/libpng/pngread.c
../../src/share/native/sun/awt/libpng/pngrio.c
../../src/share/native/sun/awt/libpng/pngrtran.c
../../src/share/native/sun/awt/libpng/pngrutil.c
../../src/share/native/sun/awt/libpng/pngset.c
../../src/share/native/sun/awt/libpng/pngstruct.h
../../src/share/native/sun/awt/libpng/pngtest.c
../../src/share/native/sun/awt/libpng/pngtrans.c
../../src/share/native/sun/awt/libpng/pngwio.c
../../src/share/native/sun/awt/libpng/pngwrite.c
../../src/share/native/sun/awt/libpng/pngwtran.c
../../src/share/native/sun/awt/libpng/pngwutil.c
../../src/share/native/sun/awt/medialib/awt_ImagingLib.c
../../src/share/native/sun/awt/medialib/awt_ImagingLib.h
../../src/share/native/sun/awt/medialib/j2d_names.h
../../src/share/native/sun/awt/medialib/mlib.h
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC_S16.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC_U16.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL_S16.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL_U16.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_NN.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffineIndex_BC.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageAffineIndex_BL.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageBlendTable.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageBlendTable.h
../../src/share/native/sun/awt/medialib/mlib_c_ImageConv.h
../../src/share/native/sun/awt/medialib/mlib_c_ImageConv_f.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageConvClearEdge.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageConvCopyEdge.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageConvVersion.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageLookUp.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageLookUp.h
../../src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c
../../src/share/native/sun/awt/medialib/mlib_c_ImageThresh1.h
../../src/share/native/sun/awt/medialib/mlib_c_ImageThresh1_U8.c
../../src/share/native/sun/awt/medialib/mlib_image.h
../../src/share/native/sun/awt/medialib/mlib_image_blend_proto.h
../../src/share/native/sun/awt/medialib/mlib_image_get.h
../../src/share/native/sun/awt/medialib/mlib_image_proto.h
../../src/share/native/sun/awt/medialib/mlib_image_types.h
../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffine.h
../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_D64.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_F32.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_S32.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_D64.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_F32.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_S32.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffine_NN.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffine_NN_Bit.c
../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c
../../src/share/native/sun/awt/medialib/mlib_ImageCheck.h
../../src/share/native/sun/awt/medialib/mlib_ImageClipping.c
../../src/share/native/sun/awt/medialib/mlib_ImageClipping.h
../../src/share/native/sun/awt/medialib/mlib_ImageColormap.h
../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv.h
../../src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_F32nw.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c
../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c
../../src/share/native/sun/awt/medialib/mlib_ImageConvClearEdge_Bit.c
../../src/share/native/sun/awt/medialib/mlib_ImageConvClearEdge_Fp.c
../../src/share/native/sun/awt/medialib/mlib_ImageConvCopyEdge_Bit.c
../../src/share/native/sun/awt/medialib/mlib_ImageConvEdge.h
../../src/share/native/sun/awt/medialib/mlib_ImageConvKernelConvert.c
../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c
../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN_ext.c
../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN_Fp.c
../../src/share/native/sun/awt/medialib/mlib_ImageCopy.h
../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c
../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c
../../src/share/native/sun/awt/medialib/mlib_ImageCreate.h
../../src/share/native/sun/awt/medialib/mlib_ImageDivTables.c
../../src/share/native/sun/awt/medialib/mlib_ImageDivTables.h
../../src/share/native/sun/awt/medialib/mlib_ImageFilters.c
../../src/share/native/sun/awt/medialib/mlib_ImageFilters.h
../../src/share/native/sun/awt/medialib/mlib_ImageLookUp.h
../../src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c
../../src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c
../../src/share/native/sun/awt/medialib/mlib_ImageRowTable.h
../../src/share/native/sun/awt/medialib/mlib_ImageScanPoly.c
../../src/share/native/sun/awt/medialib/mlib_ImageUtils.c
../../src/share/native/sun/awt/medialib/mlib_status.h
../../src/share/native/sun/awt/medialib/mlib_sys.c
../../src/share/native/sun/awt/medialib/mlib_sys.h
../../src/share/native/sun/awt/medialib/mlib_sys_proto.h
../../src/share/native/sun/awt/medialib/mlib_SysMath.h
../../src/share/native/sun/awt/medialib/mlib_types.h
../../src/share/native/sun/awt/medialib/safe_alloc.h
../../src/share/native/sun/awt/medialib/safe_math.h
../../src/share/native/sun/awt/splashscreen/java_awt_SplashScreen.c
../../src/share/native/sun/awt/splashscreen/splashscreen_gfx.h
../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c
../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.h
../../src/share/native/sun/awt/splashscreen/splashscreen_gif.c
../../src/share/native/sun/awt/splashscreen/splashscreen_impl.c
../../src/share/native/sun/awt/splashscreen/splashscreen_impl.h
../../src/share/native/sun/awt/splashscreen/splashscreen_jpeg.c
../../src/share/native/sun/awt/splashscreen/splashscreen_png.c
../../src/share/native/sun/awt/utility/rect.c
../../src/share/native/sun/font/harfbuzz/hb-ucdn/ucdn.c
../../src/share/native/sun/font/harfbuzz/hb-ucdn/ucdn.h
../../src/share/native/sun/font/harfbuzz/hb-ucdn/unicodedata_db.h
../../src/share/native/sun/font/harfbuzz/hb-atomic-private.hh
../../src/share/native/sun/font/harfbuzz/hb-blob.cpp
../../src/share/native/sun/font/harfbuzz/hb-blob.h
../../src/share/native/sun/font/harfbuzz/hb-buffer-deserialize-json.hh
../../src/share/native/sun/font/harfbuzz/hb-buffer-deserialize-text.hh
../../src/share/native/sun/font/harfbuzz/hb-buffer-private.hh
../../src/share/native/sun/font/harfbuzz/hb-buffer-serialize.cpp
../../src/share/native/sun/font/harfbuzz/hb-buffer.cpp
../../src/share/native/sun/font/harfbuzz/hb-buffer.h
../../src/share/native/sun/font/harfbuzz/hb-cache-private.hh
../../src/share/native/sun/font/harfbuzz/hb-common.cpp
../../src/share/native/sun/font/harfbuzz/hb-common.h
../../src/share/native/sun/font/harfbuzz/hb-coretext.cpp
../../src/share/native/sun/font/harfbuzz/hb-coretext.h
../../src/share/native/sun/font/harfbuzz/hb-deprecated.h
../../src/share/native/sun/font/harfbuzz/hb-face-private.hh
../../src/share/native/sun/font/harfbuzz/hb-face.cpp
../../src/share/native/sun/font/harfbuzz/hb-face.h
../../src/share/native/sun/font/harfbuzz/hb-fallback-shape.cpp
../../src/share/native/sun/font/harfbuzz/hb-font-private.hh
../../src/share/native/sun/font/harfbuzz/hb-font.cpp
../../src/share/native/sun/font/harfbuzz/hb-font.h
../../src/share/native/sun/font/harfbuzz/hb-ft.cpp
../../src/share/native/sun/font/harfbuzz/hb-ft.h
../../src/share/native/sun/font/harfbuzz/hb-mutex-private.hh
../../src/share/native/sun/font/harfbuzz/hb-object-private.hh
../../src/share/native/sun/font/harfbuzz/hb-open-file-private.hh
../../src/share/native/sun/font/harfbuzz/hb-open-type-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-cmap-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-font.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-font.h
../../src/share/native/sun/font/harfbuzz/hb-ot-glyf-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-head-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-hhea-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-hmtx-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-layout-common-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-layout-gdef-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-layout-gpos-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-layout-gsub-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-layout-gsubgpos-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-layout-jstf-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-layout-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-layout.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-layout.h
../../src/share/native/sun/font/harfbuzz/hb-ot-map-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-map.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-maxp-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-name-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-arabic-fallback.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-arabic-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-arabic-table.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-arabic-win1256.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-arabic.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-default.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-hangul.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-hebrew.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-indic-machine.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-indic-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-indic-table.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-indic.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-myanmar-machine.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-myanmar.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-thai.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-tibetan.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-use-machine.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-use-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-use-table.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-complex-use.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-fallback-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-fallback.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-normalize-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-normalize.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape-private.hh
../../src/share/native/sun/font/harfbuzz/hb-ot-shape.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-shape.h
../../src/share/native/sun/font/harfbuzz/hb-ot-tag.cpp
../../src/share/native/sun/font/harfbuzz/hb-ot-tag.h
../../src/share/native/sun/font/harfbuzz/hb-ot.h
../../src/share/native/sun/font/harfbuzz/hb-private.hh
../../src/share/native/sun/font/harfbuzz/hb-set-private.hh
../../src/share/native/sun/font/harfbuzz/hb-set.cpp
../../src/share/native/sun/font/harfbuzz/hb-set.h
../../src/share/native/sun/font/harfbuzz/hb-shape-plan-private.hh
../../src/share/native/sun/font/harfbuzz/hb-shape-plan.cpp
../../src/share/native/sun/font/harfbuzz/hb-shape-plan.h
../../src/share/native/sun/font/harfbuzz/hb-shape.cpp
../../src/share/native/sun/font/harfbuzz/hb-shape.h
../../src/share/native/sun/font/harfbuzz/hb-shaper-impl-private.hh
../../src/share/native/sun/font/harfbuzz/hb-shaper-list.hh
../../src/share/native/sun/font/harfbuzz/hb-shaper-private.hh
../../src/share/native/sun/font/harfbuzz/hb-shaper.cpp
../../src/share/native/sun/font/harfbuzz/hb-ucdn.cpp
../../src/share/native/sun/font/harfbuzz/hb-unicode-private.hh
../../src/share/native/sun/font/harfbuzz/hb-unicode.cpp
../../src/share/native/sun/font/harfbuzz/hb-unicode.h
../../src/share/native/sun/font/harfbuzz/hb-utf-private.hh
../../src/share/native/sun/font/harfbuzz/hb-version.h
../../src/share/native/sun/font/harfbuzz/hb-warning.cpp
../../src/share/native/sun/font/harfbuzz/hb.h
../../src/share/native/sun/font/layout/AlternateSubstSubtables.cpp
../../src/share/native/sun/font/layout/AlternateSubstSubtables.h
../../src/share/native/sun/font/layout/AnchorTables.cpp
../../src/share/native/sun/font/layout/AnchorTables.h
../../src/share/native/sun/font/layout/ArabicLayoutEngine.cpp
../../src/share/native/sun/font/layout/ArabicLayoutEngine.h
../../src/share/native/sun/font/layout/ArabicShaping.cpp
../../src/share/native/sun/font/layout/ArabicShaping.h
../../src/share/native/sun/font/layout/AttachmentPosnSubtables.h
../../src/share/native/sun/font/layout/CanonData.cpp
../../src/share/native/sun/font/layout/CanonShaping.cpp
../../src/share/native/sun/font/layout/CanonShaping.h
../../src/share/native/sun/font/layout/CharSubstitutionFilter.h
../../src/share/native/sun/font/layout/ClassDefinitionTables.cpp
../../src/share/native/sun/font/layout/ClassDefinitionTables.h
../../src/share/native/sun/font/layout/ContextualGlyphInsertion.h
../../src/share/native/sun/font/layout/ContextualGlyphInsertionProc2.cpp
../../src/share/native/sun/font/layout/ContextualGlyphInsertionProc2.h
../../src/share/native/sun/font/layout/ContextualGlyphSubstitution.h
../../src/share/native/sun/font/layout/ContextualGlyphSubstProc.cpp
../../src/share/native/sun/font/layout/ContextualGlyphSubstProc.h
../../src/share/native/sun/font/layout/ContextualGlyphSubstProc2.cpp
../../src/share/native/sun/font/layout/ContextualGlyphSubstProc2.h
../../src/share/native/sun/font/layout/ContextualSubstSubtables.cpp
../../src/share/native/sun/font/layout/ContextualSubstSubtables.h
../../src/share/native/sun/font/layout/CoverageTables.cpp
../../src/share/native/sun/font/layout/CoverageTables.h
../../src/share/native/sun/font/layout/CursiveAttachmentSubtables.cpp
../../src/share/native/sun/font/layout/CursiveAttachmentSubtables.h
../../src/share/native/sun/font/layout/DefaultCharMapper.h
../../src/share/native/sun/font/layout/DeviceTables.cpp
../../src/share/native/sun/font/layout/DeviceTables.h
../../src/share/native/sun/font/layout/ExtensionSubtables.cpp
../../src/share/native/sun/font/layout/ExtensionSubtables.h
../../src/share/native/sun/font/layout/Features.cpp
../../src/share/native/sun/font/layout/GDEFMarkFilter.cpp
../../src/share/native/sun/font/layout/GDEFMarkFilter.h
../../src/share/native/sun/font/layout/GlyphDefinitionTables.cpp
../../src/share/native/sun/font/layout/GlyphDefinitionTables.h
../../src/share/native/sun/font/layout/GlyphIterator.cpp
../../src/share/native/sun/font/layout/GlyphIterator.h
../../src/share/native/sun/font/layout/GlyphLookupTables.cpp
../../src/share/native/sun/font/layout/GlyphLookupTables.h
../../src/share/native/sun/font/layout/GlyphPositionAdjustments.cpp
../../src/share/native/sun/font/layout/GlyphPositionAdjustments.h
../../src/share/native/sun/font/layout/GlyphPositioningTables.cpp
../../src/share/native/sun/font/layout/GlyphPositioningTables.h
../../src/share/native/sun/font/layout/GlyphPosnLookupProc.cpp
../../src/share/native/sun/font/layout/GlyphPosnLookupProc.h
../../src/share/native/sun/font/layout/GlyphSubstitutionTables.cpp
../../src/share/native/sun/font/layout/GlyphSubstitutionTables.h
../../src/share/native/sun/font/layout/GlyphSubstLookupProc.cpp
../../src/share/native/sun/font/layout/GlyphSubstLookupProc.h
../../src/share/native/sun/font/layout/GXLayoutEngine.cpp
../../src/share/native/sun/font/layout/GXLayoutEngine.h
../../src/share/native/sun/font/layout/GXLayoutEngine2.cpp
../../src/share/native/sun/font/layout/GXLayoutEngine2.h
../../src/share/native/sun/font/layout/HangulLayoutEngine.cpp
../../src/share/native/sun/font/layout/HangulLayoutEngine.h
../../src/share/native/sun/font/layout/HanLayoutEngine.cpp
../../src/share/native/sun/font/layout/HanLayoutEngine.h
../../src/share/native/sun/font/layout/ICUFeatures.h
../../src/share/native/sun/font/layout/IndicClassTables.cpp
../../src/share/native/sun/font/layout/IndicLayoutEngine.cpp
../../src/share/native/sun/font/layout/IndicLayoutEngine.h
../../src/share/native/sun/font/layout/IndicRearrangement.h
../../src/share/native/sun/font/layout/IndicRearrangementProcessor.cpp
../../src/share/native/sun/font/layout/IndicRearrangementProcessor.h
../../src/share/native/sun/font/layout/IndicRearrangementProcessor2.cpp
../../src/share/native/sun/font/layout/IndicRearrangementProcessor2.h
../../src/share/native/sun/font/layout/IndicReordering.cpp
../../src/share/native/sun/font/layout/IndicReordering.h
../../src/share/native/sun/font/layout/KernTable.cpp
../../src/share/native/sun/font/layout/KernTable.h
../../src/share/native/sun/font/layout/KhmerLayoutEngine.cpp
../../src/share/native/sun/font/layout/KhmerLayoutEngine.h
../../src/share/native/sun/font/layout/KhmerReordering.cpp
../../src/share/native/sun/font/layout/KhmerReordering.h
../../src/share/native/sun/font/layout/LayoutEngine.cpp
../../src/share/native/sun/font/layout/LayoutEngine.h
../../src/share/native/sun/font/layout/LayoutTables.h
../../src/share/native/sun/font/layout/LEFontInstance.cpp
../../src/share/native/sun/font/layout/LEFontInstance.h
../../src/share/native/sun/font/layout/LEGlyphFilter.h
../../src/share/native/sun/font/layout/LEGlyphStorage.cpp
../../src/share/native/sun/font/layout/LEGlyphStorage.h
../../src/share/native/sun/font/layout/LEInsertionList.cpp
../../src/share/native/sun/font/layout/LEInsertionList.h
../../src/share/native/sun/font/layout/LELanguages.h
../../src/share/native/sun/font/layout/LEScripts.h
../../src/share/native/sun/font/layout/LEStandalone.h
../../src/share/native/sun/font/layout/LESwaps.h
../../src/share/native/sun/font/layout/LETableReference.h
../../src/share/native/sun/font/layout/LETypes.h
../../src/share/native/sun/font/layout/LigatureSubstitution.h
../../src/share/native/sun/font/layout/LigatureSubstProc.cpp
../../src/share/native/sun/font/layout/LigatureSubstProc.h
../../src/share/native/sun/font/layout/LigatureSubstProc2.cpp
../../src/share/native/sun/font/layout/LigatureSubstProc2.h
../../src/share/native/sun/font/layout/LigatureSubstSubtables.cpp
../../src/share/native/sun/font/layout/LigatureSubstSubtables.h
../../src/share/native/sun/font/layout/LookupProcessor.cpp
../../src/share/native/sun/font/layout/LookupProcessor.h
../../src/share/native/sun/font/layout/Lookups.cpp
../../src/share/native/sun/font/layout/Lookups.h
../../src/share/native/sun/font/layout/LookupTables.cpp
../../src/share/native/sun/font/layout/LookupTables.h
../../src/share/native/sun/font/layout/MarkArrays.cpp
../../src/share/native/sun/font/layout/MarkArrays.h
../../src/share/native/sun/font/layout/MarkToBasePosnSubtables.cpp
../../src/share/native/sun/font/layout/MarkToBasePosnSubtables.h
../../src/share/native/sun/font/layout/MarkToLigaturePosnSubtables.cpp
../../src/share/native/sun/font/layout/MarkToLigaturePosnSubtables.h
../../src/share/native/sun/font/layout/MarkToMarkPosnSubtables.cpp
../../src/share/native/sun/font/layout/MarkToMarkPosnSubtables.h
../../src/share/native/sun/font/layout/MirroredCharData.cpp
../../src/share/native/sun/font/layout/MorphStateTables.h
../../src/share/native/sun/font/layout/MorphTables.cpp
../../src/share/native/sun/font/layout/MorphTables.h
../../src/share/native/sun/font/layout/MorphTables2.cpp
../../src/share/native/sun/font/layout/MPreFixups.cpp
../../src/share/native/sun/font/layout/MPreFixups.h
../../src/share/native/sun/font/layout/MultipleSubstSubtables.cpp
../../src/share/native/sun/font/layout/MultipleSubstSubtables.h
../../src/share/native/sun/font/layout/NonContextualGlyphSubst.h
../../src/share/native/sun/font/layout/NonContextualGlyphSubstProc.cpp
../../src/share/native/sun/font/layout/NonContextualGlyphSubstProc.h
../../src/share/native/sun/font/layout/NonContextualGlyphSubstProc2.cpp
../../src/share/native/sun/font/layout/NonContextualGlyphSubstProc2.h
../../src/share/native/sun/font/layout/OpenTypeLayoutEngine.cpp
../../src/share/native/sun/font/layout/OpenTypeLayoutEngine.h
../../src/share/native/sun/font/layout/OpenTypeTables.h
../../src/share/native/sun/font/layout/OpenTypeUtilities.cpp
../../src/share/native/sun/font/layout/OpenTypeUtilities.h
../../src/share/native/sun/font/layout/PairPositioningSubtables.cpp
../../src/share/native/sun/font/layout/PairPositioningSubtables.h
../../src/share/native/sun/font/layout/ScriptAndLanguage.cpp
../../src/share/native/sun/font/layout/ScriptAndLanguage.h
../../src/share/native/sun/font/layout/ScriptAndLanguageTags.cpp
../../src/share/native/sun/font/layout/ScriptAndLanguageTags.h
../../src/share/native/sun/font/layout/SegmentArrayProcessor.cpp
../../src/share/native/sun/font/layout/SegmentArrayProcessor.h
../../src/share/native/sun/font/layout/SegmentArrayProcessor2.cpp
../../src/share/native/sun/font/layout/SegmentArrayProcessor2.h
../../src/share/native/sun/font/layout/SegmentSingleProcessor.cpp
../../src/share/native/sun/font/layout/SegmentSingleProcessor.h
../../src/share/native/sun/font/layout/SegmentSingleProcessor2.cpp
../../src/share/native/sun/font/layout/SegmentSingleProcessor2.h
../../src/share/native/sun/font/layout/ShapingTypeData.cpp
../../src/share/native/sun/font/layout/SimpleArrayProcessor.cpp
../../src/share/native/sun/font/layout/SimpleArrayProcessor.h
../../src/share/native/sun/font/layout/SimpleArrayProcessor2.cpp
../../src/share/native/sun/font/layout/SimpleArrayProcessor2.h
../../src/share/native/sun/font/layout/SinglePositioningSubtables.cpp
../../src/share/native/sun/font/layout/SinglePositioningSubtables.h
../../src/share/native/sun/font/layout/SingleSubstitutionSubtables.cpp
../../src/share/native/sun/font/layout/SingleSubstitutionSubtables.h
../../src/share/native/sun/font/layout/SingleTableProcessor.cpp
../../src/share/native/sun/font/layout/SingleTableProcessor.h
../../src/share/native/sun/font/layout/SingleTableProcessor2.cpp
../../src/share/native/sun/font/layout/SingleTableProcessor2.h
../../src/share/native/sun/font/layout/StateTableProcessor.cpp
../../src/share/native/sun/font/layout/StateTableProcessor.h
../../src/share/native/sun/font/layout/StateTableProcessor2.cpp
../../src/share/native/sun/font/layout/StateTableProcessor2.h
../../src/share/native/sun/font/layout/StateTables.h
../../src/share/native/sun/font/layout/SubstitutionLookups.cpp
../../src/share/native/sun/font/layout/SubstitutionLookups.h
../../src/share/native/sun/font/layout/SubtableProcessor.cpp
../../src/share/native/sun/font/layout/SubtableProcessor.h
../../src/share/native/sun/font/layout/SubtableProcessor2.cpp
../../src/share/native/sun/font/layout/SubtableProcessor2.h
../../src/share/native/sun/font/layout/SunLayoutEngine.cpp
../../src/share/native/sun/font/layout/ThaiLayoutEngine.cpp
../../src/share/native/sun/font/layout/ThaiLayoutEngine.h
../../src/share/native/sun/font/layout/ThaiShaping.cpp
../../src/share/native/sun/font/layout/ThaiShaping.h
../../src/share/native/sun/font/layout/ThaiStateTables.cpp
../../src/share/native/sun/font/layout/TibetanLayoutEngine.cpp
../../src/share/native/sun/font/layout/TibetanLayoutEngine.h
../../src/share/native/sun/font/layout/TibetanReordering.cpp
../../src/share/native/sun/font/layout/TibetanReordering.h
../../src/share/native/sun/font/layout/TrimmedArrayProcessor.cpp
../../src/share/native/sun/font/layout/TrimmedArrayProcessor.h
../../src/share/native/sun/font/layout/TrimmedArrayProcessor2.cpp
../../src/share/native/sun/font/layout/TrimmedArrayProcessor2.h
../../src/share/native/sun/font/layout/ValueRecords.cpp
../../src/share/native/sun/font/layout/ValueRecords.h
../../src/share/native/sun/font/AccelGlyphCache.c
../../src/share/native/sun/font/AccelGlyphCache.h
../../src/share/native/sun/font/DrawGlyphList.c
../../src/share/native/sun/font/fontconfig.h
../../src/share/native/sun/font/FontInstanceAdapter.cpp
../../src/share/native/sun/font/FontInstanceAdapter.h
../../src/share/native/sun/font/fontscaler.h
../../src/share/native/sun/font/fontscalerdefs.h
../../src/share/native/sun/font/freetypeScaler.c
../../src/share/native/sun/font/glyphblitting.h
../../src/share/native/sun/font/hb-jdk-font.cpp
../../src/share/native/sun/font/hb-jdk.h
../../src/share/native/sun/font/HBShaper.c
../../src/share/native/sun/font/scriptMapping.c
../../src/share/native/sun/font/scriptMapping.h
../../src/share/native/sun/font/sunFont.c
../../src/share/native/sun/font/sunfontids.h
../../src/share/native/sun/java2d/cmm/lcms/cmscam02.c
../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c
../../src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c
../../src/share/native/sun/java2d/cmm/lcms/cmserr.c
../../src/share/native/sun/java2d/cmm/lcms/cmsgamma.c
../../src/share/native/sun/java2d/cmm/lcms/cmsgmt.c
../../src/share/native/sun/java2d/cmm/lcms/cmshalf.c
../../src/share/native/sun/java2d/cmm/lcms/cmsintrp.c
../../src/share/native/sun/java2d/cmm/lcms/cmsio0.c
../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c
../../src/share/native/sun/java2d/cmm/lcms/cmslut.c
../../src/share/native/sun/java2d/cmm/lcms/cmsmd5.c
../../src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c
../../src/share/native/sun/java2d/cmm/lcms/cmsnamed.c
../../src/share/native/sun/java2d/cmm/lcms/cmsopt.c
../../src/share/native/sun/java2d/cmm/lcms/cmspack.c
../../src/share/native/sun/java2d/cmm/lcms/cmspcs.c
../../src/share/native/sun/java2d/cmm/lcms/cmsplugin.c
../../src/share/native/sun/java2d/cmm/lcms/cmsps2.c
../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c
../../src/share/native/sun/java2d/cmm/lcms/cmssm.c
../../src/share/native/sun/java2d/cmm/lcms/cmstypes.c
../../src/share/native/sun/java2d/cmm/lcms/cmsvirt.c
../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c
../../src/share/native/sun/java2d/cmm/lcms/cmsxform.c
../../src/share/native/sun/java2d/cmm/lcms/LCMS.c
../../src/share/native/sun/java2d/cmm/lcms/lcms2.h
../../src/share/native/sun/java2d/cmm/lcms/lcms2_internal.h
../../src/share/native/sun/java2d/cmm/lcms/lcms2_plugin.h
../../src/share/native/sun/java2d/loops/AlphaMacros.c
../../src/share/native/sun/java2d/loops/AlphaMacros.h
../../src/share/native/sun/java2d/loops/AlphaMath.c
../../src/share/native/sun/java2d/loops/AlphaMath.h
../../src/share/native/sun/java2d/loops/Any3Byte.c
../../src/share/native/sun/java2d/loops/Any3Byte.h
../../src/share/native/sun/java2d/loops/Any4Byte.c
../../src/share/native/sun/java2d/loops/Any4Byte.h
../../src/share/native/sun/java2d/loops/AnyByte.c
../../src/share/native/sun/java2d/loops/AnyByte.h
../../src/share/native/sun/java2d/loops/AnyByteBinary.h
../../src/share/native/sun/java2d/loops/AnyInt.c
../../src/share/native/sun/java2d/loops/AnyInt.h
../../src/share/native/sun/java2d/loops/AnyShort.c
../../src/share/native/sun/java2d/loops/AnyShort.h
../../src/share/native/sun/java2d/loops/Blit.c
../../src/share/native/sun/java2d/loops/BlitBg.c
../../src/share/native/sun/java2d/loops/ByteBinary1Bit.c
../../src/share/native/sun/java2d/loops/ByteBinary1Bit.h
../../src/share/native/sun/java2d/loops/ByteBinary2Bit.c
../../src/share/native/sun/java2d/loops/ByteBinary2Bit.h
../../src/share/native/sun/java2d/loops/ByteBinary4Bit.c
../../src/share/native/sun/java2d/loops/ByteBinary4Bit.h
../../src/share/native/sun/java2d/loops/ByteGray.c
../../src/share/native/sun/java2d/loops/ByteGray.h
../../src/share/native/sun/java2d/loops/ByteIndexed.c
../../src/share/native/sun/java2d/loops/ByteIndexed.h
../../src/share/native/sun/java2d/loops/DrawLine.c
../../src/share/native/sun/java2d/loops/DrawParallelogram.c
../../src/share/native/sun/java2d/loops/DrawPath.c
../../src/share/native/sun/java2d/loops/DrawPath.h
../../src/share/native/sun/java2d/loops/DrawPolygons.c
../../src/share/native/sun/java2d/loops/DrawRect.c
../../src/share/native/sun/java2d/loops/FillParallelogram.c
../../src/share/native/sun/java2d/loops/FillPath.c
../../src/share/native/sun/java2d/loops/FillRect.c
../../src/share/native/sun/java2d/loops/FillSpans.c
../../src/share/native/sun/java2d/loops/FourByteAbgr.c
../../src/share/native/sun/java2d/loops/FourByteAbgr.h
../../src/share/native/sun/java2d/loops/FourByteAbgrPre.c
../../src/share/native/sun/java2d/loops/FourByteAbgrPre.h
../../src/share/native/sun/java2d/loops/GlyphImageRef.h
../../src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c
../../src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.h
../../src/share/native/sun/java2d/loops/ImageData.h
../../src/share/native/sun/java2d/loops/Index12Gray.c
../../src/share/native/sun/java2d/loops/Index12Gray.h
../../src/share/native/sun/java2d/loops/Index8Gray.c
../../src/share/native/sun/java2d/loops/Index8Gray.h
../../src/share/native/sun/java2d/loops/IntArgb.c
../../src/share/native/sun/java2d/loops/IntArgb.h
../../src/share/native/sun/java2d/loops/IntArgbBm.c
../../src/share/native/sun/java2d/loops/IntArgbBm.h
../../src/share/native/sun/java2d/loops/IntArgbPre.c
../../src/share/native/sun/java2d/loops/IntArgbPre.h
../../src/share/native/sun/java2d/loops/IntBgr.c
../../src/share/native/sun/java2d/loops/IntBgr.h
../../src/share/native/sun/java2d/loops/IntDcm.h
../../src/share/native/sun/java2d/loops/IntRgb.c
../../src/share/native/sun/java2d/loops/IntRgb.h
../../src/share/native/sun/java2d/loops/IntRgbx.c
../../src/share/native/sun/java2d/loops/IntRgbx.h
../../src/share/native/sun/java2d/loops/LineUtils.h
../../src/share/native/sun/java2d/loops/LoopMacros.h
../../src/share/native/sun/java2d/loops/MapAccelFunc.c
../../src/share/native/sun/java2d/loops/MaskBlit.c
../../src/share/native/sun/java2d/loops/MaskFill.c
../../src/share/native/sun/java2d/loops/ParallelogramUtils.h
../../src/share/native/sun/java2d/loops/ProcessPath.c
../../src/share/native/sun/java2d/loops/ProcessPath.h
../../src/share/native/sun/java2d/loops/ScaledBlit.c
../../src/share/native/sun/java2d/loops/ThreeByteBgr.c
../../src/share/native/sun/java2d/loops/ThreeByteBgr.h
../../src/share/native/sun/java2d/loops/TransformHelper.c
../../src/share/native/sun/java2d/loops/Ushort4444Argb.c
../../src/share/native/sun/java2d/loops/Ushort4444Argb.h
../../src/share/native/sun/java2d/loops/Ushort555Rgb.c
../../src/share/native/sun/java2d/loops/Ushort555Rgb.h
../../src/share/native/sun/java2d/loops/Ushort555Rgbx.c
../../src/share/native/sun/java2d/loops/Ushort555Rgbx.h
../../src/share/native/sun/java2d/loops/Ushort565Rgb.c
../../src/share/native/sun/java2d/loops/Ushort565Rgb.h
../../src/share/native/sun/java2d/loops/UshortGray.c
../../src/share/native/sun/java2d/loops/UshortGray.h
../../src/share/native/sun/java2d/loops/UshortIndexed.c
../../src/share/native/sun/java2d/loops/UshortIndexed.h
../../src/share/native/sun/java2d/opengl/J2D_GL/gl.h
../../src/share/native/sun/java2d/opengl/J2D_GL/glext.h
../../src/share/native/sun/java2d/opengl/OGLBlitLoops.c
../../src/share/native/sun/java2d/opengl/OGLBlitLoops.h
../../src/share/native/sun/java2d/opengl/OGLBufImgOps.c
../../src/share/native/sun/java2d/opengl/OGLBufImgOps.h
../../src/share/native/sun/java2d/opengl/OGLContext.c
../../src/share/native/sun/java2d/opengl/OGLContext.h
../../src/share/native/sun/java2d/opengl/OGLFuncMacros.h
../../src/share/native/sun/java2d/opengl/OGLFuncs.c
../../src/share/native/sun/java2d/opengl/OGLFuncs.h
../../src/share/native/sun/java2d/opengl/OGLMaskBlit.c
../../src/share/native/sun/java2d/opengl/OGLMaskBlit.h
../../src/share/native/sun/java2d/opengl/OGLMaskFill.c
../../src/share/native/sun/java2d/opengl/OGLMaskFill.h
../../src/share/native/sun/java2d/opengl/OGLPaints.c
../../src/share/native/sun/java2d/opengl/OGLPaints.h
../../src/share/native/sun/java2d/opengl/OGLRenderer.c
../../src/share/native/sun/java2d/opengl/OGLRenderer.h
../../src/share/native/sun/java2d/opengl/OGLRenderQueue.c
../../src/share/native/sun/java2d/opengl/OGLRenderQueue.h
../../src/share/native/sun/java2d/opengl/OGLSurfaceData.c
../../src/share/native/sun/java2d/opengl/OGLSurfaceData.h
../../src/share/native/sun/java2d/opengl/OGLTextRenderer.c
../../src/share/native/sun/java2d/opengl/OGLTextRenderer.h
../../src/share/native/sun/java2d/opengl/OGLVertexCache.c
../../src/share/native/sun/java2d/opengl/OGLVertexCache.h
../../src/share/native/sun/java2d/pipe/BufferedMaskBlit.c
../../src/share/native/sun/java2d/pipe/BufferedRenderPipe.c
../../src/share/native/sun/java2d/pipe/PathConsumer2D.h
../../src/share/native/sun/java2d/pipe/Region.c
../../src/share/native/sun/java2d/pipe/Region.h
../../src/share/native/sun/java2d/pipe/ShapeSpanIterator.c
../../src/share/native/sun/java2d/pipe/SpanClipRenderer.c
../../src/share/native/sun/java2d/pipe/SpanIterator.h
../../src/share/native/sun/java2d/Disposer.c
../../src/share/native/sun/java2d/Disposer.h
../../src/share/native/sun/java2d/ShaderList.c
../../src/share/native/sun/java2d/ShaderList.h
../../src/share/native/sun/java2d/SurfaceData.c
../../src/share/native/sun/java2d/SurfaceData.h
../../src/share/native/sun/java2d/Trace.c
../../src/share/native/sun/java2d/Trace.h
../../src/share/native/sun/management/ClassLoadingImpl.c
../../src/share/native/sun/management/DiagnosticCommandImpl.c
../../src/share/native/sun/management/Flag.c
../../src/share/native/sun/management/GarbageCollectorImpl.c
../../src/share/native/sun/management/GcInfoBuilder.c
../../src/share/native/sun/management/HotSpotDiagnostic.c
../../src/share/native/sun/management/HotspotThread.c
../../src/share/native/sun/management/management.c
../../src/share/native/sun/management/management.h
../../src/share/native/sun/management/MemoryImpl.c
../../src/share/native/sun/management/MemoryManagerImpl.c
../../src/share/native/sun/management/MemoryPoolImpl.c
../../src/share/native/sun/management/ThreadImpl.c
../../src/share/native/sun/management/VMManagementImpl.c
../../src/share/native/sun/misc/GC.c
../../src/share/native/sun/misc/MessageUtils.c
../../src/share/native/sun/misc/NativeSignalHandler.c
../../src/share/native/sun/misc/Signal.c
../../src/share/native/sun/misc/URLClassPath.c
../../src/share/native/sun/misc/Version.c
../../src/share/native/sun/misc/VM.c
../../src/share/native/sun/misc/VMSupport.c
../../src/share/native/sun/nio/ch/nio.h
../../src/share/native/sun/reflect/ConstantPool.c
../../src/share/native/sun/reflect/NativeAccessors.c
../../src/share/native/sun/reflect/Reflection.c
../../src/share/native/sun/security/ec/impl/ec.c
../../src/share/native/sun/security/ec/impl/ec.h
../../src/share/native/sun/security/ec/impl/ec2.h
../../src/share/native/sun/security/ec/impl/ec2_163.c
../../src/share/native/sun/security/ec/impl/ec2_193.c
../../src/share/native/sun/security/ec/impl/ec2_233.c
../../src/share/native/sun/security/ec/impl/ec2_aff.c
../../src/share/native/sun/security/ec/impl/ec2_mont.c
../../src/share/native/sun/security/ec/impl/ec_naf.c
../../src/share/native/sun/security/ec/impl/ecc_impl.h
../../src/share/native/sun/security/ec/impl/ecdecode.c
../../src/share/native/sun/security/ec/impl/ecl-curve.h
../../src/share/native/sun/security/ec/impl/ecl-exp.h
../../src/share/native/sun/security/ec/impl/ecl-priv.h
../../src/share/native/sun/security/ec/impl/ecl.c
../../src/share/native/sun/security/ec/impl/ecl.h
../../src/share/native/sun/security/ec/impl/ecl_curve.c
../../src/share/native/sun/security/ec/impl/ecl_gf.c
../../src/share/native/sun/security/ec/impl/ecl_mult.c
../../src/share/native/sun/security/ec/impl/ecp.h
../../src/share/native/sun/security/ec/impl/ecp_192.c
../../src/share/native/sun/security/ec/impl/ecp_224.c
../../src/share/native/sun/security/ec/impl/ecp_256.c
../../src/share/native/sun/security/ec/impl/ecp_384.c
../../src/share/native/sun/security/ec/impl/ecp_521.c
../../src/share/native/sun/security/ec/impl/ecp_aff.c
../../src/share/native/sun/security/ec/impl/ecp_jac.c
../../src/share/native/sun/security/ec/impl/ecp_jm.c
../../src/share/native/sun/security/ec/impl/ecp_mont.c
../../src/share/native/sun/security/ec/impl/logtab.h
../../src/share/native/sun/security/ec/impl/mp_gf2m-priv.h
../../src/share/native/sun/security/ec/impl/mp_gf2m.c
../../src/share/native/sun/security/ec/impl/mp_gf2m.h
../../src/share/native/sun/security/ec/impl/mpi-config.h
../../src/share/native/sun/security/ec/impl/mpi-priv.h
../../src/share/native/sun/security/ec/impl/mpi.c
../../src/share/native/sun/security/ec/impl/mpi.h
../../src/share/native/sun/security/ec/impl/mplogic.c
../../src/share/native/sun/security/ec/impl/mplogic.h
../../src/share/native/sun/security/ec/impl/mpmontg.c
../../src/share/native/sun/security/ec/impl/mpprime.h
../../src/share/native/sun/security/ec/impl/oid.c
../../src/share/native/sun/security/ec/impl/secitem.c
../../src/share/native/sun/security/ec/impl/secoidt.h
../../src/share/native/sun/security/ec/ECC_JNI.cpp
../../src/share/native/sun/security/jgss/wrapper/gssapi.h
../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c
../../src/share/native/sun/security/jgss/wrapper/NativeUtil.h
../../src/share/native/sun/security/krb5/nativeccache.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_dual.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_general.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_objmgmt.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_sessmgmt.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c
../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c
../../src/share/native/sun/security/pkcs11/wrapper/pkcs-11v2-20a3.h
../../src/share/native/sun/security/pkcs11/wrapper/pkcs11.h
../../src/share/native/sun/security/pkcs11/wrapper/pkcs11f.h
../../src/share/native/sun/security/pkcs11/wrapper/pkcs11t.h
../../src/share/native/sun/security/pkcs11/wrapper/pkcs11wrapper.h
../../src/share/native/sun/security/pkcs11/j2secmod.c
../../src/share/native/sun/security/pkcs11/j2secmod.h
../../src/share/native/sun/security/smartcardio/pcsc.c
../../src/share/native/sun/tracing/dtrace/JVM.c
../../src/share/native/sun/tracing/dtrace/jvm_symbols.h
../../src/solaris/javavm/export/jawt_md.h
../../src/solaris/javavm/export/jni_md.h
../../src/solaris/javavm/export/jvm_md.h
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.h
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_MidiIn.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_MidiOut.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_MidiUtils.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_MidiUtils.h
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_PCM.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_PCMUtils.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_PCMUtils.h
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_Ports.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.h
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiIn.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiOut.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.h
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCMUtils.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCMUtils.h
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_Ports.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_Ports.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_Utils.c
../../src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_Utils.h
../../src/solaris/native/com/sun/security/auth/module/Solaris.c
../../src/solaris/native/com/sun/security/auth/module/Unix.c
../../src/solaris/native/common/gdefs_md.h
../../src/solaris/native/common/jdk_util_md.c
../../src/solaris/native/common/jdk_util_md.h
../../src/solaris/native/common/jlong_md.h
../../src/solaris/native/common/jni_util_md.c
../../src/solaris/native/java/io/canonicalize_md.c
../../src/solaris/native/java/io/Console_md.c
../../src/solaris/native/java/io/FileDescriptor_md.c
../../src/solaris/native/java/io/FileInputStream_md.c
../../src/solaris/native/java/io/FileOutputStream_md.c
../../src/solaris/native/java/io/io_util_md.c
../../src/solaris/native/java/io/io_util_md.h
../../src/solaris/native/java/io/RandomAccessFile_md.c
../../src/solaris/native/java/io/UnixFileSystem_md.c
../../src/solaris/native/java/lang/childproc.c
../../src/solaris/native/java/lang/childproc.h
../../src/solaris/native/java/lang/java_props_macosx.c
../../src/solaris/native/java/lang/java_props_macosx.h
../../src/solaris/native/java/lang/java_props_md.c
../../src/solaris/native/java/lang/jspawnhelper.c
../../src/solaris/native/java/lang/locale_str.h
../../src/solaris/native/java/lang/ProcessEnvironment_md.c
../../src/solaris/native/java/lang/UNIXProcess_md.c
../../src/solaris/native/java/net/bsd_close.c
../../src/solaris/native/java/net/ExtendedOptionsImpl.c
../../src/solaris/native/java/net/Inet4AddressImpl.c
../../src/solaris/native/java/net/Inet6AddressImpl.c
../../src/solaris/native/java/net/InetAddressImplFactory.c
../../src/solaris/native/java/net/linux_close.c
../../src/solaris/native/java/net/net_util_md.c
../../src/solaris/native/java/net/net_util_md.h
../../src/solaris/native/java/net/NetworkInterface.c
../../src/solaris/native/java/net/PlainDatagramSocketImpl.c
../../src/solaris/native/java/net/PlainSocketImpl.c
../../src/solaris/native/java/net/SocketInputStream.c
../../src/solaris/native/java/net/SocketOutputStream.c
../../src/solaris/native/java/nio/MappedByteBuffer.c
../../src/solaris/native/java/util/FileSystemPreferences.c
../../src/solaris/native/java/util/logging.c
../../src/solaris/native/java/util/TimeZone_md.c
../../src/solaris/native/java/util/TimeZone_md.h
../../src/solaris/native/sun/awt/medialib/mlib_ImageConvCopyEdge_Fp.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffine_BC.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffine_BC_S16.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffine_BC_U16.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffine_BL.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffine_BL_S16.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffine_BL_S16.h
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffine_BL_U16.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffine_NN.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageAffineIndex_BC.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelExtract.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelExtract.h
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelExtract_1.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelExtract_43.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelExtract_f.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelInsert.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelInsert.h
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelInsert_1.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelInsert_34.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConv.h
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConv_8nw.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConvClearEdge.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConvCopyEdge.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConvIndex3_8_16nw.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConvIndex3_8_8nw.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConvMxN_8.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConvMxN_8ext.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageConvVersion.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageCopy.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageCopy_f.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageCopy_f.h
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageFilters.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageFilters.h
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUp.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpFunc.h
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpS16S16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpS16S32Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpS16U16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpS16U8Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpS32S16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpS32S32Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpS32U16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpS32U8Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIS16S16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIS16S32Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIS16U16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIS16U8Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIS32S16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIS32S32Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIS32U16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIS32U8Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIU16S16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIU16S32Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIU16U16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIU16U8Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIU8S16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIU8S32Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIU8U16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpSIU8U8Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpU16S16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpU16S32Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpU16U16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpU16U8Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpU8S16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpU8S32Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpU8U16Func.c
../../src/solaris/native/sun/awt/medialib/mlib_v_ImageLookUpU8U8Func.c
../../src/solaris/native/sun/awt/medialib/vis_asi.h
../../src/solaris/native/sun/awt/medialib/vis_proto.h
../../src/solaris/native/sun/awt/splashscreen/splashscreen_config.h
../../src/solaris/native/sun/awt/splashscreen/splashscreen_sys.c
../../src/solaris/native/sun/awt/utility/rect.h
../../src/solaris/native/sun/awt/awt.h
../../src/solaris/native/sun/awt/awt_AWTEvent.c
../../src/solaris/native/sun/awt/awt_AWTEvent.h
../../src/solaris/native/sun/awt/awt_Component.h
../../src/solaris/native/sun/awt/awt_DrawingSurface.c
../../src/solaris/native/sun/awt/awt_DrawingSurface.h
../../src/solaris/native/sun/awt/awt_Event.c
../../src/solaris/native/sun/awt/awt_Event.h
../../src/solaris/native/sun/awt/awt_Font.c
../../src/solaris/native/sun/awt/awt_Font.h
../../src/solaris/native/sun/awt/awt_GraphicsEnv.c
../../src/solaris/native/sun/awt/awt_GraphicsEnv.h
../../src/solaris/native/sun/awt/awt_InputMethod.c
../../src/solaris/native/sun/awt/awt_Insets.c
../../src/solaris/native/sun/awt/awt_Insets.h
../../src/solaris/native/sun/awt/awt_LoadLibrary.c
../../src/solaris/native/sun/awt/awt_MenuComponent.h
../../src/solaris/native/sun/awt/awt_Mlib.c
../../src/solaris/native/sun/awt/awt_Mlib.h
../../src/solaris/native/sun/awt/awt_p.h
../../src/solaris/native/sun/awt/awt_Robot.c
../../src/solaris/native/sun/awt/awt_UNIXToolkit.c
../../src/solaris/native/sun/awt/awt_util.c
../../src/solaris/native/sun/awt/awt_util.h
../../src/solaris/native/sun/awt/canvas.h
../../src/solaris/native/sun/awt/color.h
../../src/solaris/native/sun/awt/colordata.h
../../src/solaris/native/sun/awt/CUPSfuncs.c
../../src/solaris/native/sun/awt/extutil.h
../../src/solaris/native/sun/awt/fontconfig.h
../../src/solaris/native/sun/awt/fontpath.c
../../src/solaris/native/sun/awt/gtk2_interface.c
../../src/solaris/native/sun/awt/gtk2_interface.h
../../src/solaris/native/sun/awt/HeadlessToolkit.c
../../src/solaris/native/sun/awt/HPkeysym.h
../../src/solaris/native/sun/awt/img_util_md.h
../../src/solaris/native/sun/awt/initIDs.c
../../src/solaris/native/sun/awt/jawt.c
../../src/solaris/native/sun/awt/list.c
../../src/solaris/native/sun/awt/list.h
../../src/solaris/native/sun/awt/multi_font.c
../../src/solaris/native/sun/awt/multi_font.h
../../src/solaris/native/sun/awt/multiVis.c
../../src/solaris/native/sun/awt/multiVis.h
../../src/solaris/native/sun/awt/randr.h
../../src/solaris/native/sun/awt/robot_common.c
../../src/solaris/native/sun/awt/robot_common.h
../../src/solaris/native/sun/awt/sun_awt_X11_GtkFileDialogPeer.c
../../src/solaris/native/sun/awt/swing_GTKEngine.c
../../src/solaris/native/sun/awt/swing_GTKStyle.c
../../src/solaris/native/sun/awt/VDrawingArea.c
../../src/solaris/native/sun/awt/VDrawingArea.h
../../src/solaris/native/sun/awt/VDrawingAreaP.h
../../src/solaris/native/sun/awt/wsutils.h
../../src/solaris/native/sun/awt/X11Color.c
../../src/solaris/native/sun/awt/Xrandr.h
../../src/solaris/native/sun/font/X11FontScaler.c
../../src/solaris/native/sun/font/X11FontScaler.h
../../src/solaris/native/sun/font/X11TextRenderer.c
../../src/solaris/native/sun/java2d/loops/java2d_Mlib.c
../../src/solaris/native/sun/java2d/loops/java2d_Mlib.h
../../src/solaris/native/sun/java2d/loops/mlib_ImageCopy.h
../../src/solaris/native/sun/java2d/loops/mlib_ImageLogic_proto.h
../../src/solaris/native/sun/java2d/loops/mlib_ImageZoom.h
../../src/solaris/native/sun/java2d/loops/mlib_ImageZoom_NN.c
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageClear.c
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageClear_f.c
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageClear_f.h
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageConstLogic.h
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageConstXor.c
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageLogic.h
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageLogic_proto.h
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageXor.c
../../src/solaris/native/sun/java2d/loops/mlib_v_ImageZoom_NN_f.c
../../src/solaris/native/sun/java2d/loops/vis_AlphaMacros.c
../../src/solaris/native/sun/java2d/loops/vis_AlphaMacros.h
../../src/solaris/native/sun/java2d/loops/vis_AlphaMaskBlit.c
../../src/solaris/native/sun/java2d/loops/vis_AlphaMaskFill.c
../../src/solaris/native/sun/java2d/loops/vis_ByteGray.c
../../src/solaris/native/sun/java2d/loops/vis_ByteGray_FromRgb.c
../../src/solaris/native/sun/java2d/loops/vis_ByteGray_Mask.c
../../src/solaris/native/sun/java2d/loops/vis_ByteIndexed.c
../../src/solaris/native/sun/java2d/loops/vis_DrawLine.c
../../src/solaris/native/sun/java2d/loops/vis_FourByteAbgr.c
../../src/solaris/native/sun/java2d/loops/vis_FourByteAbgrPre.c
../../src/solaris/native/sun/java2d/loops/vis_FuncArray.c
../../src/solaris/native/sun/java2d/loops/vis_GlyphList.c
../../src/solaris/native/sun/java2d/loops/vis_GlyphListXor.c
../../src/solaris/native/sun/java2d/loops/vis_IntArgb.c
../../src/solaris/native/sun/java2d/loops/vis_IntArgbBm.c
../../src/solaris/native/sun/java2d/loops/vis_IntArgbPre.c
../../src/solaris/native/sun/java2d/loops/vis_IntArgbPre_Mask.c
../../src/solaris/native/sun/java2d/loops/vis_IntBgr.c
../../src/solaris/native/sun/java2d/loops/vis_Interp.c
../../src/solaris/native/sun/java2d/loops/vis_IntRgb.c
../../src/solaris/native/sun/java2d/loops/vis_IntRgbx.c
../../src/solaris/native/sun/java2d/loops/vis_SrcMaskFill.c
../../src/solaris/native/sun/java2d/loops/vis_SrcOverMaskBlit.c
../../src/solaris/native/sun/java2d/loops/vis_SrcOverMaskFill.c
../../src/solaris/native/sun/java2d/loops/vis_ThreeByteBgr.c
../../src/solaris/native/sun/java2d/loops/vis_UshortGray.c
../../src/solaris/native/sun/java2d/loops/vis_UshortGray_FromRgb.c
../../src/solaris/native/sun/java2d/loops/vis_XorBlit.c
../../src/solaris/native/sun/java2d/opengl/J2D_GL/glx.h
../../src/solaris/native/sun/java2d/opengl/J2D_GL/glxext.h
../../src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.c
../../src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.h
../../src/solaris/native/sun/java2d/opengl/GLXSurfaceData.c
../../src/solaris/native/sun/java2d/opengl/GLXSurfaceData.h
../../src/solaris/native/sun/java2d/opengl/OGLFuncs_md.h
../../src/solaris/native/sun/java2d/x11/X11FontScaler_md.c
../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c
../../src/solaris/native/sun/java2d/x11/X11Renderer.c
../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c
../../src/solaris/native/sun/java2d/x11/X11SurfaceData.h
../../src/solaris/native/sun/java2d/x11/X11TextRenderer_md.c
../../src/solaris/native/sun/java2d/x11/XRBackendNative.c
../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c
../../src/solaris/native/sun/java2d/j2d_md.h
../../src/solaris/native/sun/jdga/dgalock.c
../../src/solaris/native/sun/jdga/jdga.h
../../src/solaris/native/sun/jdga/jdgadevice.h
../../src/solaris/native/sun/management/FileSystemImpl.c
../../src/solaris/native/sun/management/LinuxOperatingSystem.c
../../src/solaris/native/sun/management/MacosxOperatingSystem.c
../../src/solaris/native/sun/management/OperatingSystemImpl.c
../../src/solaris/native/sun/management/SolarisOperatingSystem.c
../../src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c
../../src/solaris/native/sun/net/sdp/SdpSupport.c
../../src/solaris/native/sun/net/spi/DefaultProxySelector.c
../../src/solaris/native/sun/net/portconfig.c
../../src/solaris/native/sun/nio/ch/sctp/Sctp.h
../../src/solaris/native/sun/nio/ch/sctp/SctpChannelImpl.c
../../src/solaris/native/sun/nio/ch/sctp/SctpNet.c
../../src/solaris/native/sun/nio/ch/sctp/SctpServerChannelImpl.c
../../src/solaris/native/sun/nio/ch/DatagramChannelImpl.c
../../src/solaris/native/sun/nio/ch/DatagramDispatcher.c
../../src/solaris/native/sun/nio/ch/DevPollArrayWrapper.c
../../src/solaris/native/sun/nio/ch/EPoll.c
../../src/solaris/native/sun/nio/ch/EPollArrayWrapper.c
../../src/solaris/native/sun/nio/ch/EPollPort.c
../../src/solaris/native/sun/nio/ch/FileChannelImpl.c
../../src/solaris/native/sun/nio/ch/FileDispatcherImpl.c
../../src/solaris/native/sun/nio/ch/FileKey.c
../../src/solaris/native/sun/nio/ch/InheritedChannel.c
../../src/solaris/native/sun/nio/ch/IOUtil.c
../../src/solaris/native/sun/nio/ch/KQueue.c
../../src/solaris/native/sun/nio/ch/KQueuePort.c
../../src/solaris/native/sun/nio/ch/NativeThread.c
../../src/solaris/native/sun/nio/ch/Net.c
../../src/solaris/native/sun/nio/ch/nio_util.h
../../src/solaris/native/sun/nio/ch/PollArrayWrapper.c
../../src/solaris/native/sun/nio/ch/ServerSocketChannelImpl.c
../../src/solaris/native/sun/nio/ch/SocketChannelImpl.c
../../src/solaris/native/sun/nio/ch/SocketDispatcher.c
../../src/solaris/native/sun/nio/ch/SolarisEventPort.c
../../src/solaris/native/sun/nio/ch/UnixAsynchronousServerSocketChannelImpl.c
../../src/solaris/native/sun/nio/ch/UnixAsynchronousSocketChannelImpl.c
../../src/solaris/native/sun/nio/fs/BsdNativeDispatcher.c
../../src/solaris/native/sun/nio/fs/GnomeFileTypeDetector.c
../../src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c
../../src/solaris/native/sun/nio/fs/LinuxWatchService.c
../../src/solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c
../../src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c
../../src/solaris/native/sun/nio/fs/SolarisNativeDispatcher.c
../../src/solaris/native/sun/nio/fs/SolarisWatchService.c
../../src/solaris/native/sun/nio/fs/UnixCopyFile.c
../../src/solaris/native/sun/nio/fs/UnixNativeDispatcher.c
../../src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c
../../src/solaris/native/sun/security/jgss/wrapper/NativeFunc.h
../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c
../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.h
../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c
../../src/solaris/native/sun/security/pkcs11/j2secmod_md.h
../../src/solaris/native/sun/security/smartcardio/MUSCLE/pcsclite.h
../../src/solaris/native/sun/security/smartcardio/MUSCLE/winscard.h
../../src/solaris/native/sun/security/smartcardio/pcsc_md.c
../../src/solaris/native/sun/security/smartcardio/pcsc_md.h
../../src/solaris/native/sun/tools/attach/BsdVirtualMachine.c
../../src/solaris/native/sun/tools/attach/LinuxVirtualMachine.c
../../src/solaris/native/sun/tools/attach/SolarisVirtualMachine.c
../../src/solaris/native/sun/tracing/dtrace/jvm_symbols_md.c
../../src/solaris/native/sun/xawt/awt_Desktop.c
../../src/solaris/native/sun/xawt/gnome_interface.c
../../src/solaris/native/sun/xawt/gnome_interface.h
../../src/solaris/native/sun/xawt/XlibWrapper.c
../../src/solaris/native/sun/xawt/XToolkit.c
../../src/solaris/native/sun/xawt/XWindow.c)
add_custom_target(make_java /usr/bin/make -C ${CMAKE_SOURCE_DIR}/../../../
DEPENDS ${SOURCE_FILES})
add_executable(java ${SOURCE_FILES})