2012-02-15 7145589: First JSDT provider creation fails
kamg [Tue, 14 Feb 2012 20:02:19 -0500] rev 11771
7145589: First JSDT provider creation fails Summary: 0 is a successful return from an ioctl() call Reviewed-by: dcubed, phh, dsamersoff
2012-02-14 Merge
coleenp [Tue, 14 Feb 2012 18:35:19 -0500] rev 11770
Merge
2012-02-14 7145587: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV (sparc version)
coleenp [Tue, 14 Feb 2012 16:50:34 -0500] rev 11769
7145587: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV (sparc version) Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite Reviewed-by: acorn, phh, dcubed, kamg, dsamersoff
2012-02-14 Merge
kamg [Tue, 14 Feb 2012 15:52:17 -0500] rev 11768
Merge
2012-02-13 7069991: Setup make/jprt.properties files for jdk8
kamg [Mon, 13 Feb 2012 14:03:12 -0500] rev 11767
7069991: Setup make/jprt.properties files for jdk8 Summary: Change default release value to jdk8 (but overrideable) Reviewed-by: phh, jcoomes, dholmes, ohair
2012-02-14 7143760: Memory leak in GarbageCollectionNotifications
fparain [Tue, 14 Feb 2012 06:54:27 -0800] rev 11766
7143760: Memory leak in GarbageCollectionNotifications Reviewed-by: dholmes, dcubed, kamg
2012-02-13 7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV
coleenp [Mon, 13 Feb 2012 12:30:47 -0500] rev 11765
7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite Reviewed-by: acorn, phh
2012-02-13 Merge
fparain [Mon, 13 Feb 2012 06:24:44 -0800] rev 11764
Merge
2012-02-13 7009098: SA cannot open core files larger than 2GB on Linux 32-bit
poonam [Sun, 12 Feb 2012 19:33:11 -0800] rev 11763
7009098: SA cannot open core files larger than 2GB on Linux 32-bit Summary: Added Large File Support by compiling libsaproc.so with -D_FILE_OFFSET_BITS=64, and a small change with which SA should first load libraries from the path specified with SA_ALTROOT. Reviewed-by: dholmes, kevinw, dcubed, minqi
2012-02-09 Merge
zgu [Thu, 09 Feb 2012 07:35:48 -0800] rev 11762
Merge
2012-02-09 7141259: Native stack is missing in hs_err
zgu [Thu, 09 Feb 2012 10:16:26 -0500] rev 11761
7141259: Native stack is missing in hs_err Summary: Code cleanup and creating a private decoder for error handler, since it can be triggered from in signal handler, where no lock can be taken Reviewed-by: dholmes, kamg, acorn, coleenp
2012-02-09 7131006: java/lang/management/ThreadMXBean/ThreadLists.java
minqi [Thu, 09 Feb 2012 00:51:47 -0800] rev 11760
7131006: java/lang/management/ThreadMXBean/ThreadLists.java Reviewed-by: dholmes, acorn
2012-02-17 Merge
stefank [Fri, 17 Feb 2012 13:23:29 +0100] rev 11759
Merge
2012-02-16 6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
jcoomes [Thu, 16 Feb 2012 13:13:53 -0800] rev 11758
6330863: vm/gc/InfiniteList.java fails intermittently due to timeout Summary: in some cases, allocate from the old gen before doing a full gc Reviewed-by: stefank, jmasa
2012-02-16 7146343: PS invoke methods should indicate the type of gc done
jcoomes [Thu, 16 Feb 2012 13:12:25 -0800] rev 11757
7146343: PS invoke methods should indicate the type of gc done Reviewed-by: stefank, jmasa
2012-02-15 7132029: G1: mixed GC phase lasts for longer than it should
tonyp [Wed, 15 Feb 2012 13:06:53 -0500] rev 11756
7132029: G1: mixed GC phase lasts for longer than it should Summary: Revamp of the mechanism that chooses old regions for inclusion in the CSet. It simplifies the code and introduces min and max bounds on the number of old regions added to the CSet at each mixed GC to avoid pathological cases. It also ensures that when we do a mixed GC we'll always find old regions to add to the CSet (i.e., it eliminates the case where a mixed GC will collect no old regions which can happen today). Reviewed-by: johnc, brutisso
2012-01-18 7129514: time warp warnings after 7117303
johnc [Wed, 18 Jan 2012 09:50:16 -0800] rev 11755
7129514: time warp warnings after 7117303 Summary: Replace calls to os::javaTimeMillis() that are used to update the milliseconds since the last GC to an equivalent that uses a monotonically non-decreasing time source. Reviewed-by: ysr, jmasa
2012-02-14 7129892: G1: explicit marking cycle initiation might fail to initiate a marking cycle
tonyp [Tue, 14 Feb 2012 08:21:08 -0500] rev 11754
7129892: G1: explicit marking cycle initiation might fail to initiate a marking cycle Summary: If we try to schedule an initial-mark GC in order to explicit start a conc mark cycle and it gets pre-empted by antoher GC, we should retry the attempt as long as it's appropriate for the GC cause. Reviewed-by: brutisso, johnc
2012-02-11 7144296: PS: Optimize nmethods processing
iveresov [Fri, 10 Feb 2012 17:40:20 -0800] rev 11753
7144296: PS: Optimize nmethods processing Summary: Prunes scavenge roots in code list every young GC, promote objects directly pointed by the code immediately Reviewed-by: johnc, jcoomes
2012-02-15 Merge
bpittore [Wed, 15 Feb 2012 16:09:49 -0500] rev 11752
Merge
2012-02-15 7140866: assert(covered) failed: Card for end of new region not committed
dlong [Wed, 15 Feb 2012 00:51:07 -0500] rev 11751
7140866: assert(covered) failed: Card for end of new region not committed Summary: resize covered region only after successfully mapping shared archive Reviewed-by: brutisso, ysr Contributed-by: dean.long@oracle.com
2012-02-10 7144322: new hotspot build - hs23-b16
amurillo [Fri, 10 Feb 2012 11:46:20 -0800] rev 11750
7144322: new hotspot build - hs23-b16 Reviewed-by: jcoomes
2012-02-16 Added tag jdk8-b26 for changeset 70e517098d81
katleman [Thu, 16 Feb 2012 13:01:24 -0800] rev 11749
Added tag jdk8-b26 for changeset 70e517098d81
2012-02-16 Added tag jdk8-b26 for changeset d771ef859fba
katleman [Thu, 16 Feb 2012 13:01:17 -0800] rev 11748
Added tag jdk8-b26 for changeset d771ef859fba
2017-07-05 Added tag jdk8-b26 for changeset 6c805d8ed4e5
duke [Wed, 05 Jul 2017 18:02:34 +0200] rev 11747
Added tag jdk8-b26 for changeset 6c805d8ed4e5
2017-07-05 Merge jdk8-b26
duke [Wed, 05 Jul 2017 18:02:34 +0200] rev 11746
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:02:31 +0200] rev 11745
Merge
2012-02-09 Added tag jdk8-b25 for changeset 5f9506e97a45
katleman [Thu, 09 Feb 2012 12:56:35 -0800] rev 11744
Added tag jdk8-b25 for changeset 5f9506e97a45
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:02:28 +0200] rev 11743
Merge
2012-02-09 Added tag jdk8-b25 for changeset 3ef37abc6e33
katleman [Thu, 09 Feb 2012 12:55:59 -0800] rev 11742
Added tag jdk8-b25 for changeset 3ef37abc6e33
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip