Sun Microsystems is a computer company, bought by Oracle in January 2010.
I'm trying to access the List class from com.sun.tools.javac.util. This works fine with Java 8, but when …
java java-9 java-module sunI started research to find an alternative to the sun.misc.Signal class, because it could be unsupported in upcoming …
java signals compatibility sunOver the past year I've made huge improvements in my application's Java heap usage--a solid 66% reduction. In pursuit of that, …
java memory jvm sun performanceI have a few questions related to Sun, Audio-player and Sound Input/Output Why is the sun.audio.AudioPlayer package …
java javasound jmf sun audio-playerI know that -XX:+HeapDumpOnOutOfMemoryError will enable heap dump on OutOfMemoryError. Is there anything similar for thread dump? I need …
java jvm out-of-memory sunRecently I started to use Eclipse's java compiler, because it is significantly faster than standard javac. I was told that …
java eclipse compiler-construction sun incremental-compilerI've built a RCP-based application, and one of my users running on Windows XP, Sun JVM 1.6.0_12 had a full application …
java windows-xp jvm sun exit-codeI've got this webapp that needs some memory tuning. While I'm already profiling the application itself and trimming things down, …
java 64-bit jvm performance sun