Top "Sun" questions

Sun Microsystems is a computer company, bought by Oracle in January 2010.

Accessing com.sun.tools.javac.util from Java 9

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 sun
How can I tell whether Java is Sun / Oracle / OpenJDK?

Possible Duplicate: Which JRE I am using I'm trying to figure out whether the Java installation in my HPC environment …

java oracle openjdk sun
Alternative to sun.misc.Signal

I started research to find an alternative to the sun.misc.Signal class, because it could be unsupported in upcoming …

java signals compatibility sun
Why does the Sun JVM continue to consume ever more RSS memory even when the heap, etc sizes are stable?

Over 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 performance
Sun, Audio-player and Sound I/O

I 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-player
How to do thread dump on Out Of Memory Error

I know that -XX:+HeapDumpOnOutOfMemoryError will enable heap dump on OutOfMemoryError. Is there anything similar for thread dump? I need …

java jvm out-of-memory sun
Can standard Sun javac do incremental compiling?

Recently 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-compiler
What is the cause of JVM exit code 1073807364?

I'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-code
Diffrence between JRockit in BEA Weblogic and Sun Java Implementation

We have different JRE implementation from 2 vendors one is Jrockit from BEA and other is from Sun. In my project …

java sun jrockit bea
What impact, if any, does the -d64 switch have on Sun JVM resident memory usage?

I'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