About 98 results
Open links in new tab
  1. JDK-8029631 : CollectionUsageThreshold.java fails with

    The bug is filed to understand better the hotspot implementation of System.gc () with G1 and CMS with and without -XX:+ExplicitGCInvokesConcurrent. Thus determine if this is a test bug or a …

  2. JDK-8059651 : Tests specify -XX:+UseG1GC and

    These tests specify -XX:+UseG1GC with -XX:ParallelGCThreads=0 which is an illegal combination since JDK-8059527 was fixed. hotspot/test/gc/8000311/Test8000311.java …

  3. JDK-8173678 : Release Note: With UseG1GC, specifying -XX ... - Java

    With UseG1GC, specifying -XX:ParallelGCThreads=0 is no longer allowed. Previously, with -XX:ParallelGCThreads=0, G1 would execute some tasks using serial code executed by the …

  4. Java | Oracle

    Oracle Java is the #1 programming language and development platform. It reduces costs, shortens development timeframes, drives innovation, and improves application services.

  5. JDK-6916652 : G1: remove +UseG1GC from under experimental …

    We have taken the decision to remove the +UseG1GC options from under the -XX:+UseExperimentalVMOptions flag.

  6. JDK-8062128 : Dramatic difference between …

    Running on my machine with various options produces the below: Options: -Xmx8G -verbose:gc -XX:+UseConcMarkSweepGC [GC (Allocation Failure) 4197K->489K (253440K), 0.0012620 …

  7. Bug ID: JDK-8025441 G1: assert "assert (thread < _num_vtimes

    To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /tmp/8/hs_err_pid12479.log

  8. JDK-8008546 : WRONG G1CONFIDENCEPERCENT RESULTS IN …

    How reproducable is the problem? Run a java program which keeps allocating memory with following options. -XX:+UseG1GC -XX:G1ConfidencePercent=200 system configuration …

  9. Java Help Center

    Welcome to the Java.com Help Center where we describe solutions for issues you might encounter when downloading and using Java on your computer. We track the most frequently …

  10. JDK-8180048 : Interned string and symbol table leak memory

    With the classic concurrent mark sweep the memory is reclaimed correctly, but not with G1. STEPS TO FOLLOW TO REPRODUCE THE PROBLEM : Use the Java code below to …