Search code examples
When instantiating a Java object, is an object of the parent class created automatically?...


javajava-memory-model

Read More
data race example of SPECIAL POPL ISSUE The Java Memory Model confusion...


javajava-memory-model

Read More
What does "The default initialization of any object happens-before any other actions (other tha...


javajava-memory-model

Read More
Is this way of passing objects between threads safe under JMM?...


javaandroidmultithreadingjava-memory-model

Read More
if primitive data is part of object where it is stored in java memory?...


javajava-memory-model

Read More
What is the memory visibility of variables accessed in static singletons in Java?...


javajava-memory-model

Read More
Thread-safe but fast access to an "eventually final" variable?...


javasynchronizationjava-memory-model

Read More
Does happen-before in Java new memory model also apply to the member of a object which is declared a...


javaconcurrencyvolatilejava-memory-modelhappens-before

Read More
What is the scope of memory flushed or published to various threads when using volatile and synchron...


javasynchronizationmemory-modeljava-memory-model

Read More
What makes immutable objects to be published without safe publication techniques?...


javamultithreadingconcurrencyfinaljava-memory-model

Read More
Is Dalvik's memory model the same as Java's?...


javaandroiddalvikmemory-modeljava-memory-model

Read More
Maximum BackStack size in android...


androidback-stackjava-memory-model

Read More
How can an immutable object, with non-final fields, be thread unsafe?...


javamultithreadingconcurrencyjava-memory-model

Read More
How to test the backing array used in Java Sting?...


javaandroidstringarraysjava-memory-model

Read More
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException in my vector3 class...


java3dnullpointerexceptionpaintjava-memory-model

Read More
Volatile guarantees and out-of-order execution...


javavolatilejava-memory-model

Read More
Can the JVM optimize multiple reads from an array...


javajvmjava-memory-model

Read More
OutOfMemoryError: Java heap space when running jruby on rails console but not using all the memory d...


javaruby-on-railsjrubyrails-consolejava-memory-model

Read More
Why is this behavior allowed in the Java Memory Model?...


javaconcurrencycompiler-optimizationjava-memory-modelcausality

Read More
Command pattern to pass application's activity methods?...


androidmemory-leaksandroid-activitycommand-patternjava-memory-model

Read More
Is declaring two fields volatile sufficient?...


javajava-meconcurrencyvolatilejava-memory-model

Read More
Java happend-before in synchronized block...


javasynchronizationmonitorsynchronizedjava-memory-model

Read More
Java synchronized effect on Double-checked locking?...


javamultithreadingsynchronizedjava-memory-modeldouble-checked-locking

Read More
java - reordering inside synchronized block...


javaconcurrencyjava-memory-model

Read More
Are hoisting and reordering the same thing?...


javajava-memory-model

Read More
java: `volatile` private fields with getters and setters...


javavolatilememory-modeljava-memory-model

Read More
Java 7 Memory Model same as JSR-133?...


javajava-memory-model

Read More
Effectively Immutable Object...


javaconcurrencyimmutabilityjava-memory-model

Read More
How much -XX:MaxPermSize size i can mention for 4GB and 8GB Ram and calculation for this?...


javapermgenjava-memory-model

Read More
Does running many IO threads impact performance of a few CPU-intensive threads?...


javamultithreadingjava-memory-model

Read More
BackNext