/hg/icedtea8-forest/hotspot: 123 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Apr 22 16:43:06 UTC 2019
changeset 4141ef4c8ba8 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=4141ef4c8ba8
author: vaibhav
date: Thu Jul 26 06:16:09 2018 -0400
8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
Summary: Created tests for the feature
Reviewed-by: mseledtsov
changeset d0613fb2fc3b in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=d0613fb2fc3b
author: dbuck
date: Thu Jul 26 17:38:44 2018 -0400
8208183: update HSDIS plugin license to UPL
Reviewed-by: simonis, adinn, jrose
changeset c93b08ae0485 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=c93b08ae0485
author: robm
date: Fri Jul 27 06:47:12 2018 -0700
Merge
changeset 61523d110335 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=61523d110335
author: tschatzl
date: Mon Jul 30 10:28:40 2018 +0200
8174050: Compilation errors with clang-4.0
Reviewed-by: tschatzl, kvn
Contributed-by: Leslie Zhai <lesliezhai-hotspot at llvm.org.cn>
changeset 9a18c71dbd25 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=9a18c71dbd25
author: dbuck
date: Wed Aug 01 04:15:43 2018 -0400
8208541: non-ASCII characters in hsdis UPL text
Summary: replace Unicode left/right double quote pair with normal ASCII double quotes
Reviewed-by: jrose
changeset bbd1da3f538f in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=bbd1da3f538f
author: dbuck
date: Wed Aug 01 04:19:22 2018 -0400
8191006: hsdis disassembler plugin does not compile with binutils 2.29+
Summary: update call to disassembler() function to match new signature used by Binutils
Reviewed-by: gromero, kvn
changeset f3108e56b502 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=f3108e56b502
author: kevinw
date: Thu Aug 02 03:54:51 2018 -0700
8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
Summary: Add os::vsnprintf and os::snprintf.
Reviewed-by: kbarrett, lfoltan, stuefe, mlarsson
changeset b4ee249eb1c4 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=b4ee249eb1c4
author: dbuck
date: Tue Aug 07 11:55:44 2018 -0400
8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
Summary: enforce lower bound on number of loop iterations used to trigger OSR
Reviewed-by: kvn, iignatyev
changeset a57483d08d95 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=a57483d08d95
author: kevinw
date: Fri Aug 10 08:29:53 2018 -0700
8209359: [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017.
Reviewed-by: tbell
changeset 2af8917ffbee in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2af8917ffbee
author: dbuck
date: Thu Aug 16 23:50:43 2018 -0400
8033251: Use DWARF debug symbols for Linux 32-bit as default
Reviewed-by: tbell
changeset 80ee2541504e in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=80ee2541504e
author: phh
date: Thu Aug 23 22:56:32 2018 +0000
8145788: JVM crashes with -XX:+EnableTracing
Summary: Events can trigger before ResourceMark is usable: move use from writeEvent() to print_val().
Reviewed-by: dholmes, ysuenaga, mlarsson
changeset 16b9bbfaa450 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=16b9bbfaa450
author: phh
date: Fri Sep 14 07:58:22 2018 -0700
8209863: Add a test to verify that -XX:+EnableTracing works
Summary: A new test verifies that tracing output occurs with the switch enabled.
Reviewed-by: dholmes, phh
Contributed-by: Xin Liu <xxinliu at amazon.com>
changeset 25beb9e0ffa7 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=25beb9e0ffa7
author: sgehwolf
date: Wed Sep 19 14:26:01 2018 -0400
8207057: No debug info for assembler files
Summary: Generate debug info for assembler files as needed.
Reviewed-by: erikj
changeset 7a6239517d46 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=7a6239517d46
author: zgu
date: Wed Sep 19 19:48:12 2018 -0400
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section.
Reviewed-by: stuefe, martin
Contributed-by: zhaixiang at loongson.cn
changeset b7f0e16c80dd in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=b7f0e16c80dd
author: sgehwolf
date: Thu Sep 20 16:05:22 2018 +0200
8210350: -Wl,-z,defs JDK 8 build failure
Reviewed-by: erikj
changeset 3fa12c91c20a in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=3fa12c91c20a
author: dbuck
date: Wed Sep 26 04:31:35 2018 -0400
8141421: Various test fail with OOME on win x86
Summary: Fix memory overuse in g1CodeCacheRemset
Reviewed-by: tschatzl
changeset 1a4b6c0f2f96 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=1a4b6c0f2f96
author: kevinw
date: Thu Sep 27 11:47:16 2018 -0700
8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
Reviewed-by: dholmes, lfoltan
changeset a606f067c786 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=a606f067c786
author: robm
date: Mon Oct 01 06:12:34 2018 -0700
Added tag jdk8u202-b00 for changeset 1c0a59cee0e4
changeset cf1bcb59ea52 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=cf1bcb59ea52
author: fmatte
date: Tue Oct 02 09:45:39 2018 -0400
8164383: jhsdb dumps core on Solaris 12 when loading dumped core
Summary: Add the required extra parameters to Plookup_by_addr() and proc_arg_grab() as per the change to libproc with Solaris 12.
Reviewed-by: sspitsyn
changeset 50ed692d0a48 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=50ed692d0a48
author: dmarkov
date: Thu Oct 04 10:12:35 2018 +0100
8210891: Remove unused extutil.h from JDK8u sources
Reviewed-by: prr
changeset a3df1579a864 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=a3df1579a864
author: poonam
date: Thu Oct 04 19:35:30 2018 +0000
8211150: G1 Full GC not purging code root memory and hence causing memory leak
Reviewed-by: tschatzl, sjohanss
changeset 882a55369341 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=882a55369341
author: sgehwolf
date: Tue Sep 25 16:23:35 2018 +0200
8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
Reviewed-by: erikj, goetz, dholmes
changeset 59bbf36a21f9 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=59bbf36a21f9
author: sgehwolf
date: Tue Oct 02 17:17:43 2018 +0200
8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
Reviewed-by: dholmes, aph
Contributed-by: Andrew Haley <aph at redhat.com>
changeset dbcf38c78dae in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=dbcf38c78dae
author: sgehwolf
date: Mon Jul 23 18:08:46 2018 +0200
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
Summary: Be sure to use the same register index in native and Java code.
Reviewed-by: sballal, cjplummer, tbell
changeset bcccbecdde63 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=bcccbecdde63
author: gromero
date: Mon Sep 24 17:18:38 2018 -0400
8131048: ppc implement CRC32 intrinsic
Reviewed-by: goetz
changeset f892c3b6b651 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=f892c3b6b651
author: mdoerr
date: Thu Sep 22 12:17:24 2016 +0200
8164920: ppc: enhancement of CRC32 intrinsic
Reviewed-by: goetz, mdoerr
Contributed-by: Hiroshi H Horii <horii at jp.ibm.com>
changeset 7a436f5d4b0c in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=7a436f5d4b0c
author: anoll
date: Sun Oct 14 20:31:03 2018 -0400
8068440: Test6857159.java times out
Summary: Replace shell script with Java-only code
Reviewed-by: kvn, iignatyev
changeset 778ff2150570 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=778ff2150570
author: iignatyev
date: Sun Oct 14 20:44:38 2018 -0400
8073159: improve Test6857159.java
Reviewed-by: kvn
changeset 79b4c0a88c00 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=79b4c0a88c00
author: aefimov
date: Mon Oct 15 14:58:52 2018 +0100
Merge
changeset afb9b57b9a99 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=afb9b57b9a99
author: aefimov
date: Wed Oct 17 13:00:33 2018 +0100
Added tag jdk8u202-b01 for changeset 79b4c0a88c00
changeset 7e72702243a4 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=7e72702243a4
author: phh
date: Tue Oct 16 10:40:23 2018 -0400
8064811: Use THEAD instead of CHECK_NULL in return statements
Summary: Backport from JDK9
Reviewed-by: dholmes, coffeys
changeset 451871d094b9 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=451871d094b9
author: aefimov
date: Tue Oct 16 16:08:14 2018 +0100
Merge
changeset fbc668a76c00 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=fbc668a76c00
author: phh
date: Wed Oct 17 16:31:25 2018 -0400
8211394: CHECK_ must be used in the rhs of an assignment statement within a block
Summary: Backport from JDK12
Reviewed-by: dholmes
changeset be27fec0948c in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=be27fec0948c
author: igerasim
date: Fri Oct 19 20:42:34 2018 -0700
8212709: Backout backport of JDK-8211394 from jdk 8u-dev
Reviewed-by: dbuck
changeset e33aa14a0d8b in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=e33aa14a0d8b
author: fmatte
date: Mon Oct 22 02:50:45 2018 -0400
8211909: JDWP Transport Listener: dt_socket thread crash
Reviewed-by: dholmes, jcbeyler
changeset 992120803410 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=992120803410
author: dbuck
date: Mon Oct 22 05:26:38 2018 -0400
8155635: C2: Mixed unsafe accesses break alias analysis
Reviewed-by: kvn
changeset e044997c2eda in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=e044997c2eda
author: thartmann
date: Mon Oct 15 11:00:27 2018 +0200
8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling
Summary: Regression test and additional asserts. The problem is fixed by 8087341.
Reviewed-by: kvn
changeset d853bac073f8 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=d853bac073f8
author: roland
date: Wed Oct 24 10:42:54 2018 +0200
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
Reviewed-by: neliasso, kvn
changeset 7334a7487de9 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=7334a7487de9
author: phh
date: Wed Oct 24 17:32:10 2018 +0000
8212821: CHECK_ must be used in the rhs of an assignment statement within a block (round 2)
Summary: Correction of failed backport of JDK-8211394 via JDK-8212696.
Reviewed-by: dholmes, coffeys
changeset 359ded4897e9 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=359ded4897e9
author: kevinw
date: Thu Oct 25 04:34:20 2018 -0700
8211933: [8u] hotspot adlc needs to link statically with libstdc++ for gcc7.3
Reviewed-by: erikj
changeset fca71ba6b6ce in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=fca71ba6b6ce
author: kevinw
date: Thu Oct 25 13:42:08 2018 +0200
Merge
changeset 9ce27f0a4683 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=9ce27f0a4683
author: robm
date: Mon Oct 29 05:48:53 2018 -0700
Merge
changeset c0836eee40e5 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=c0836eee40e5
author: diazhou
date: Thu Nov 01 16:58:54 2018 -0700
Added tag jdk8u202-b02 for changeset 9ce27f0a4683
changeset 0cd448a4edaf in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=0cd448a4edaf
author: diazhou
date: Wed Nov 07 05:13:44 2018 -0800
Added tag jdk8u202-b03 for changeset c0836eee40e5
changeset 270570f695e0 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=270570f695e0
author: aefimov
date: Thu Nov 08 18:33:43 2018 +0000
Merge
changeset 2cf91d9cb013 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2cf91d9cb013
author: diazhou
date: Mon Nov 12 14:47:58 2018 -0800
Added tag jdk8u202-b04 for changeset 270570f695e0
changeset 04b9a5286eca in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=04b9a5286eca
author: aefimov
date: Sun Nov 25 00:23:32 2018 +0000
Merge
changeset f010f93857a5 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=f010f93857a5
author: diazhou
date: Tue Nov 27 11:38:04 2018 -0800
Added tag jdk8u202-b05 for changeset 04b9a5286eca
changeset cd639803ef5c in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=cd639803ef5c
author: aefimov
date: Fri Nov 30 12:05:39 2018 +0000
Merge
changeset 2fa643465866 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2fa643465866
author: aefimov
date: Wed Dec 05 11:22:21 2018 +0000
Merge
changeset faefb1f95881 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=faefb1f95881
author: diazhou
date: Wed Dec 05 20:04:37 2018 -0800
Added tag jdk8u202-b06 for changeset 2fa643465866
changeset 32c99b1faf57 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=32c99b1faf57
author: aefimov
date: Sat Dec 08 11:48:29 2018 +0000
Merge
changeset 7f6a7c4869ad in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=7f6a7c4869ad
author: diazhou
date: Wed Dec 12 00:28:30 2018 -0800
Added tag jdk8u202-b07 for changeset 32c99b1faf57
changeset 818b1963f7a2 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=818b1963f7a2
author: aefimov
date: Fri Dec 14 14:01:43 2018 +0000
Merge
changeset ab373790e0c4 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=ab373790e0c4
author: andrew
date: Fri Apr 12 21:32:29 2019 +0100
Merge jdk8u202-ga
changeset 2bbcdd69f3ac in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2bbcdd69f3ac
author: qpzhang
date: Mon Mar 25 18:48:15 2019 +0800
8221220, PR3724: AArch64: Add StoreStore membar explicitly for Volatile Writes in TemplateTable
Reviewed-by: aph
changeset 9bd019eb90cc in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=9bd019eb90cc
author: andrew
date: Wed Apr 17 03:38:11 2019 +0100
Added tag icedtea-3.12.0pre01 for changeset 2bbcdd69f3ac
changeset 32a80280da3c in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=32a80280da3c
author: andrew
date: Wed Apr 17 03:47:23 2019 +0100
Added tag icedtea-3.12.0pre00 for changeset a24b4e46303e
changeset 421d9fe6d211 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=421d9fe6d211
author: diazhou
date: Sat Dec 15 09:57:22 2018 -0800
Added tag jdk8u202-b08 for changeset 818b1963f7a2
changeset bd988b43db1b in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=bd988b43db1b
author: diazhou
date: Sat Dec 15 09:33:30 2018 -0800
Added tag jdk8u201-b09 for changeset 48947e4db9f3
changeset b9347a42530a in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=b9347a42530a
author: diazhou
date: Mon Dec 17 12:37:24 2018 -0800
Added tag jdk8u201-b79 for changeset bd988b43db1b
changeset 1083b49a8810 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=1083b49a8810
author: aefimov
date: Wed Dec 19 22:56:13 2018 +0000
Merge
changeset 87ff221e21d6 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=87ff221e21d6
author: diazhou
date: Sat Dec 22 13:09:59 2018 -0800
Added tag jdk8u202-b25 for changeset 1083b49a8810
changeset fb760c9d9649 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=fb760c9d9649
author: diazhou
date: Sat Dec 22 12:47:12 2018 -0800
Added tag jdk8u201-b25 for changeset b9347a42530a
changeset 7a69774c67cb in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=7a69774c67cb
author: aefimov
date: Tue Dec 25 01:51:02 2018 +0000
Merge
changeset a5bd626b92b7 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=a5bd626b92b7
author: diazhou
date: Tue Jan 08 16:16:19 2019 -0800
Added tag jdk8u202-b26 for changeset 7a69774c67cb
changeset 2d05d2942601 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2d05d2942601
author: diazhou
date: Tue Jan 08 15:47:19 2019 -0800
Added tag jdk8u201-b26 for changeset fb760c9d9649
changeset e42039fb91cc in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=e42039fb91cc
author: rpatil
date: Sun Jan 13 23:52:15 2019 -1200
Merge
changeset dd62437f9c2e in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=dd62437f9c2e
author: aefimov
date: Tue Jan 15 10:36:21 2019 +0000
Added tag jdk8u202-ga for changeset 818b1963f7a2
changeset daa4d2e5491d in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=daa4d2e5491d
author: aefimov
date: Tue Jan 15 10:38:51 2019 +0000
Added tag jdk8u201-ga for changeset 48947e4db9f3
changeset 76a9c9cf14f1 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=76a9c9cf14f1
author: aefimov
date: Tue Jan 15 10:43:31 2019 +0000
Merge
changeset 111b95ad4584 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=111b95ad4584
author: goetz
date: Mon Mar 04 21:10:27 2019 +0100
8219961: [ppc64] Increase code size for interpreter generation.
Reviewed-by: aph, mdoerr
changeset 26c65bb80287 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=26c65bb80287
author: eistepan
date: Tue Nov 25 18:16:18 2014 +0400
8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly
Reviewed-by: brutisso
changeset 79920693f915 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=79920693f915
author: dbuck
date: Mon Dec 03 07:29:54 2018 -0500
8141491: Unaligned memory access in Bits.c
Summary: Introduce alignment-safe Copy::conjoint_swap and JVM_CopySwapMemory
Reviewed-by: mikael, dholmes
changeset 26f9044e381f in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=26f9044e381f
author: kvn
date: Wed Aug 19 17:59:00 2015 -0700
8133984: print_compressed_class_space() is only defined in 64-bit VM
Summary: define method's empty body in 32-bit VM.
Reviewed-by: coleenp
changeset d7bcbcfde505 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=d7bcbcfde505
author: kevinw
date: Mon Dec 03 14:07:45 2018 +0000
Merge
changeset 1485461a0fd1 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=1485461a0fd1
author: aph
date: Fri Jul 06 17:25:06 2018 +0100
8197429: Increased stack guard causes segfaults on x86-32
Reviewed-by: dholmes
changeset a253fe293726 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=a253fe293726
author: zgu
date: Wed Dec 05 16:59:12 2018 -0500
8213992: Rename and make DieOnSafepointTimeout the diagnostic option
Reviewed-by: dholmes, dcubed, coleenp, kvn
changeset 21884257c797 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=21884257c797
author: sgehwolf
date: Fri Nov 09 10:38:30 2018 +0100
8210647: libsaproc is being compiled without optimization
Reviewed-by: erikj, jcbeyler
changeset adc49d072b7c in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=adc49d072b7c
author: sgehwolf
date: Fri Nov 09 12:39:09 2018 +0100
8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647
Reviewed-by: erikj, akasko
changeset 6ce4101edc7a in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=6ce4101edc7a
author: mdoerr
date: Thu Dec 06 13:26:54 2018 -0500
8185975: PPC64: Fix vsldoi interface according to the ISA
Reviewed-by: mdoerr
Contributed-by: Gustavo Serra Scalet <gustavo.scalet at eldorado.org.br>
changeset da2e98c027fd in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=da2e98c027fd
author: phh
date: Thu Dec 20 20:11:38 2018 +0000
8206075: On x86, assert on unbound assembler Labels used as branch targets
8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
Summary: Combine unbound Label assertion checking backports
Reviewed-by: andrew, coffeys
changeset b484b18b9f14 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=b484b18b9f14
author: sgehwolf
date: Wed Dec 12 14:46:23 2018 +0100
8059038: Create new launcher for SA tools
Summary: Create separate launchers for clhsdb and hsdb since JDK 8 uses separate launchers for SA tools
Reviewed-by: kevinw, andrew
changeset c40a28e54185 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=c40a28e54185
author: ysuenaga
date: Tue Jan 08 04:05:41 2019 +0000
8184309: Build warnings from GCC 7.1 on Fedora 26
Reviewed-by: kbarrett, vlivanov
changeset a9ab35a0f5cb in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=a9ab35a0f5cb
author: andrew
date: Tue Jan 08 04:55:25 2019 +0000
8216037: Avoid calling vm_update with a NULL name
Summary: Pass the empty string instead of NULL for safer strcmp usage
Reviewed-by: andrew
Contributed-by: Siddhesh Poyarekar <siddhesh at gotplt.org>
changeset 4b8584c24ff4 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=4b8584c24ff4
author: phh
date: Mon Jan 28 17:51:10 2019 +0000
8215934: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
Summary: Memory pools can now be optional collection participants, e.g., G1 Old Gen in an incremental collection.
Reviewed-by: tschatzl, jcbeyler, andrew
changeset 28f68e5c6fb3 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=28f68e5c6fb3
author: phh
date: Wed Jan 30 17:32:47 2019 +0000
8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
Summary: Remove the corresponding @requires line
Reviewed-by: tschatzl
changeset f43f77de876a in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=f43f77de876a
author: aph
date: Fri Feb 01 10:47:30 2019 +0100
8145096: Undefined behaviour in HotSpot
Summary: Fix some integer overflows
Reviewed-by: jrose, kvn, kbarrett, adinn, iklam
changeset 63ce4041b7ec in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=63ce4041b7ec
author: andrew
date: Wed Feb 06 04:09:15 2019 +0000
Merge
changeset 58ffe5f227a6 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=58ffe5f227a6
author: ysuenaga
date: Wed Feb 06 14:59:45 2019 +0900
8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
Reviewed-by: tschatzl, stuefe
changeset 67aa2bb0d84e in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=67aa2bb0d84e
author: roland
date: Wed Feb 06 17:32:25 2019 +0100
8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
Reviewed-by: kvn, dlong, aph
changeset bb44c0e88235 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=bb44c0e88235
author: roland
date: Wed Feb 06 11:41:51 2019 +0100
8214206: Fix for JDK-8213419 is broken on 32-bit
Reviewed-by: mdoerr, shade
changeset c5e1abd2d0af in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=c5e1abd2d0af
author: shade
date: Mon Feb 11 17:00:04 2019 +0100
8214059: Undefined behaviour in ADLC
Reviewed-by: shade, kbarrett
Contributed-by: Simon Tooke <stooke at redhat.com>
changeset faa71d8b8ab5 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=faa71d8b8ab5
author: shade
date: Tue Feb 12 11:58:44 2019 +0100
8211926: Catastrophic size_t underflow in BitMap::*_large methods
Reviewed-by: kbarrett, stuefe
changeset 6384d7f8a123 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=6384d7f8a123
author: shade
date: Tue Feb 12 16:14:28 2019 +0100
8218613: [TESTBUG] runtime/ErrorHandling tests are building incorrect testlibrary classes
Reviewed-by: aph, dholmes
changeset 3999f5f297f2 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=3999f5f297f2
author: roland
date: Tue Feb 19 10:06:13 2019 +0100
8211231: BarrierSetC1::generate_referent_check() confuses register allocator
Reviewed-by: iveresov, kvn
changeset 71bd8f8ad1fb in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=71bd8f8ad1fb
author: roland
date: Mon Nov 26 17:35:35 2018 +0100
8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
Reviewed-by: kvn
changeset 97d605522fcb in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=97d605522fcb
author: phh
date: Mon Feb 25 21:38:45 2019 +0000
8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
Summary: On Linux, use vfork in case of an OOM.
Reviewed-by: dholmes, iklam
changeset c3abd2b71b9a in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=c3abd2b71b9a
author: zgu
date: Fri Feb 08 16:34:52 2019 -0500
8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
Reviewed-by: shade, coleenp
changeset 1abddcd038df in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=1abddcd038df
author: ehelin
date: Wed Feb 05 10:09:54 2014 +0100
8028254: gc/arguments/TestMinInitialErgonomics.java failed with unexpected initial heap size
Reviewed-by: brutisso, tschatzl, sjohanss
changeset f2cf09a64a91 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=f2cf09a64a91
author: shade
date: Wed Feb 27 10:23:05 2019 +0100
8076274: [TESTBUG] Remove @ignore from runtime\NMT\JcmdDetailDiff.java
Reviewed-by: lfoltan, coleenp
changeset bcec9de99535 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=bcec9de99535
author: fzhinkin
date: Wed Jan 14 09:53:36 2015 +0300
8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases
Reviewed-by: kvn, iignatyev
changeset 3d54343bdb9c in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=3d54343bdb9c
author: simonis
date: Wed Jan 17 17:26:07 2018 +0100
8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
Reviewed-by: dholmes, andrew
changeset ce13ce932e31 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=ce13ce932e31
author: prr
date: Wed Oct 25 13:11:07 2017 -0700
8170681: Remove fontconfig header files from JDK source tree
Reviewed-by: serb, erikj
changeset d626acee4654 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=d626acee4654
author: dsamersoff
date: Wed Feb 12 23:39:53 2014 +0400
7127191: SA JSDB does not display native symbols correctly for transported Linux cores
Summary: Better handle SA_ALTROOT
Reviewed-by: sla, sspitsyn
changeset 04cb6ac03887 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=04cb6ac03887
author: mbaesken
date: Tue Oct 02 13:48:08 2018 +0200
8211106: [windows] Update OS detection code to recognize Windows Server 2019
Reviewed-by: alanb, clanger, bobv
changeset 8119983116f6 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=8119983116f6
author: ctornqvi
date: Mon Mar 11 15:50:26 2019 +0000
8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode
8180904: Hotspot tests running with -agentvm failing due to classpath
Summary: Add -cp System.getProperty("java.class.path") to ProcessBuilder arguments.
Reviewed-by: sla, gtriantafill
changeset a9b47ed264ce in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=a9b47ed264ce
author: andrew
date: Thu Mar 14 01:13:45 2019 +0000
Added tag jdk8u212-b00 for changeset 9ce27f0a4683
changeset 5af8ec63c21c in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=5af8ec63c21c
author: andrew
date: Fri Mar 15 17:22:25 2019 +0000
8217753: Enable HotSpot builds on 5.x Linux kernels
Summary: Remove Linux kernel version check as very unlikely a kernel older than 2.4 will be used.
Reviewed-by: erikj
changeset 9ee244aee077 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=9ee244aee077
author: clanger
date: Mon Mar 18 08:03:04 2019 +0100
Merge
changeset 6e2900603bc6 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=6e2900603bc6
author: clanger
date: Mon Mar 18 08:33:53 2019 +0100
Added tag jdk8u212-b01 for changeset 9ee244aee077
changeset d1520f0c3524 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=d1520f0c3524
author: andrew
date: Fri Mar 29 15:03:32 2019 +0000
8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
Reviewed-by: erikj, dholmes
changeset 2d94aac71d33 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2d94aac71d33
author: erikj
date: Wed Jun 20 09:38:17 2018 -0700
8200115: System property java.vm.vendor value includes quotation marks
Reviewed-by: tbell, asaha
changeset 96fec237fcc0 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=96fec237fcc0
author: clanger
date: Mon Apr 01 14:24:58 2019 +0200
Added tag jdk8u212-b02 for changeset 2d94aac71d33
changeset 865b7735e833 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=865b7735e833
author: andrew
date: Wed Apr 03 05:15:08 2019 +0100
Added tag jdk8u212-b03 for changeset 96fec237fcc0
changeset b2000ea410b0 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=b2000ea410b0
author: sgehwolf
date: Wed Apr 10 11:38:47 2019 +0200
8221355: Performance regression after JDK-8155635 backport into 8u
Reviewed-by: shade, roland
changeset 2269f0d51ac0 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2269f0d51ac0
author: andrew
date: Wed Apr 10 17:34:10 2019 +0100
Added tag jdk8u212-b04 for changeset b2000ea410b0
changeset c16cc0cdcce5 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=c16cc0cdcce5
author: andrew
date: Tue Apr 16 21:59:39 2019 +0100
Added tag jdk8u212-ga for changeset 96fec237fcc0
changeset 0e83796f948a in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=0e83796f948a
author: andrew
date: Thu Apr 18 03:46:23 2019 +0100
Merge jdk8u212-b04
changeset 8977710898a5 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=8977710898a5
author: fyang
date: Sat Feb 23 16:09:09 2019 +0800
8153172, PR3724: aarch64: hotspot crashes after the 8.1 LSE patch is merged
Summary: Fix scratch register usage in C1 atomic_op to avoid unpredictable instruction
Reviewed-by: aph
Contributed-by: felix.yang at linaro.org
changeset 2366ee02c789 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2366ee02c789
author: andrew
date: Thu Apr 18 04:00:14 2019 +0100
8222286, PR3727: Fix for JDK-8213419 is broken on s390
Summary: Calls to log2_intptr with a size_t are ambiguous on s390, so an explicit cast to uintptr_t is necessary
changeset 3f9a60eb8ef0 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=3f9a60eb8ef0
author: andrew
date: Thu Apr 18 04:21:39 2019 +0100
PR3728: CVE-2018-3639 fix revision to prefer PR_SPEC_DISABLE_NOEXEC to PR_SPEC_DISABLE
changeset 5174c702c7e3 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=5174c702c7e3
author: andrew
date: Mon Apr 22 17:30:16 2019 +0100
Added tag icedtea-3.12.0 for changeset 3f9a60eb8ef0
diffstat:
.hgtags | 161 +-
.jcheck/conf | 2 -
THIRD_PARTY_README | 159 +-
agent/make/Makefile | 9 +-
agent/src/os/bsd/libproc_impl.c | 7 +-
agent/src/os/linux/LinuxDebuggerLocal.c | 22 +-
agent/src/os/linux/Makefile | 5 +-
agent/src/os/linux/libproc.h | 7 +
agent/src/os/linux/libproc_impl.c | 86 +-
agent/src/os/linux/ps_proc.c | 52 +-
agent/src/os/solaris/proc/salibproc.h | 20 +-
agent/src/os/solaris/proc/saproc.cpp | 8 +-
agent/src/share/classes/sun/jvm/hotspot/CLHSDB.java | 3 +-
agent/src/share/classes/sun/jvm/hotspot/HSDB.java | 23 +-
agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAARCH64.java | 39 +
agent/src/share/classes/sun/jvm/hotspot/debugger/aarch64/AARCH64ThreadContext.java | 118 +
agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxCDebugger.java | 44 +-
agent/src/share/classes/sun/jvm/hotspot/debugger/linux/aarch64/LinuxAARCH64CFrame.java | 86 +
agent/src/share/classes/sun/jvm/hotspot/debugger/linux/aarch64/LinuxAARCH64ThreadContext.java | 47 +
agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86CFrame.java | 10 +-
agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java | 6 +
agent/src/share/classes/sun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread.java | 87 +
agent/src/share/classes/sun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64ThreadContext.java | 47 +
agent/src/share/classes/sun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64ThreadFactory.java | 45 +
agent/src/share/classes/sun/jvm/hotspot/debugger/remote/aarch64/RemoteAARCH64Thread.java | 54 +
agent/src/share/classes/sun/jvm/hotspot/debugger/remote/aarch64/RemoteAARCH64ThreadContext.java | 47 +
agent/src/share/classes/sun/jvm/hotspot/debugger/remote/aarch64/RemoteAARCH64ThreadFactory.java | 45 +
agent/src/share/classes/sun/jvm/hotspot/debugger/windows/x86/WindowsX86CFrame.java | 10 +-
agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java | 3 +
agent/src/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64CurrentFrameGuess.java | 244 +
agent/src/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64Frame.java | 555 +
agent/src/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64JavaCallWrapper.java | 57 +
agent/src/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64RegisterMap.java | 52 +
agent/src/share/classes/sun/jvm/hotspot/runtime/linux_aarch64/LinuxAARCH64JavaThreadPDAccess.java | 132 +
agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java | 4 +-
agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js | 68 +-
make/aix/makefiles/buildtree.make | 5 +
make/aix/makefiles/defs.make | 6 +
make/aix/makefiles/jsig.make | 2 +
make/aix/makefiles/mapfile-vers-debug | 3 +-
make/aix/makefiles/mapfile-vers-product | 3 +-
make/aix/makefiles/saproc.make | 4 +
make/aix/makefiles/vm.make | 7 +-
make/bsd/makefiles/buildtree.make | 5 +
make/bsd/makefiles/defs.make | 11 +
make/bsd/makefiles/jsig.make | 2 +
make/bsd/makefiles/mapfile-vers-debug | 3 +-
make/bsd/makefiles/mapfile-vers-product | 3 +-
make/bsd/makefiles/saproc.make | 2 +
make/bsd/makefiles/vm.make | 7 +-
make/defs.make | 21 +-
make/linux/Makefile | 15 +-
make/linux/makefiles/aarch64.make | 38 +
make/linux/makefiles/adlc.make | 8 +-
make/linux/makefiles/buildtree.make | 8 +
make/linux/makefiles/defs.make | 11 +
make/linux/makefiles/gcc.make | 44 +-
make/linux/makefiles/mapfile-vers-debug | 3 +-
make/linux/makefiles/mapfile-vers-product | 3 +-
make/linux/makefiles/rules.make | 20 +-
make/linux/makefiles/sa.make | 1 +
make/linux/makefiles/saproc.make | 8 +-
make/linux/makefiles/vm.make | 69 +-
make/linux/makefiles/zeroshark.make | 10 +-
make/linux/platform_aarch64 | 15 +
make/openjdk_distro | 2 +-
make/sa.files | 6 +
make/solaris/makefiles/adlc.make | 6 +-
make/solaris/makefiles/buildtree.make | 5 +
make/solaris/makefiles/defs.make | 7 +
make/solaris/makefiles/gcc.make | 4 +-
make/solaris/makefiles/jsig.make | 4 +
make/solaris/makefiles/mapfile-vers | 3 +-
make/solaris/makefiles/saproc.make | 4 +
make/solaris/makefiles/vm.make | 17 +-
make/windows/build.make | 5 +
make/windows/makefiles/compile.make | 3 +
make/windows/makefiles/debug.make | 2 +
make/windows/makefiles/defs.make | 6 +
make/windows/makefiles/fastdebug.make | 4 +-
make/windows/makefiles/product.make | 2 +
make/windows/makefiles/sa.make | 25 +-
make/windows/makefiles/vm.make | 13 +
src/cpu/aarch64/vm/aarch64.ad | 16919 ++++++++++
src/cpu/aarch64/vm/aarch64Test.cpp | 38 +
src/cpu/aarch64/vm/aarch64_ad.m4 | 367 +
src/cpu/aarch64/vm/aarch64_call.cpp | 197 +
src/cpu/aarch64/vm/aarch64_linkage.S | 163 +
src/cpu/aarch64/vm/ad_encode.m4 | 73 +
src/cpu/aarch64/vm/assembler_aarch64.cpp | 1546 +
src/cpu/aarch64/vm/assembler_aarch64.hpp | 2567 +
src/cpu/aarch64/vm/assembler_aarch64.inline.hpp | 34 +
src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.cpp | 57 +
src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.hpp | 117 +
src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.inline.hpp | 287 +
src/cpu/aarch64/vm/bytecodes_aarch64.cpp | 39 +
src/cpu/aarch64/vm/bytecodes_aarch64.hpp | 32 +
src/cpu/aarch64/vm/bytes_aarch64.hpp | 76 +
src/cpu/aarch64/vm/c1_CodeStubs_aarch64.cpp | 470 +
src/cpu/aarch64/vm/c1_Defs_aarch64.hpp | 82 +
src/cpu/aarch64/vm/c1_FpuStackSim_aarch64.cpp | 203 +
src/cpu/aarch64/vm/c1_FpuStackSim_aarch64.hpp | 74 +
src/cpu/aarch64/vm/c1_FrameMap_aarch64.cpp | 361 +
src/cpu/aarch64/vm/c1_FrameMap_aarch64.hpp | 149 +
src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp | 3298 +
src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.hpp | 83 +
src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp | 1433 +
src/cpu/aarch64/vm/c1_LinearScan_aarch64.cpp | 34 +
src/cpu/aarch64/vm/c1_LinearScan_aarch64.hpp | 77 +
src/cpu/aarch64/vm/c1_MacroAssembler_aarch64.cpp | 459 +
src/cpu/aarch64/vm/c1_MacroAssembler_aarch64.hpp | 110 +
src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp | 1453 +
src/cpu/aarch64/vm/c1_globals_aarch64.hpp | 79 +
src/cpu/aarch64/vm/c2_globals_aarch64.hpp | 89 +
src/cpu/aarch64/vm/c2_init_aarch64.cpp | 37 +
src/cpu/aarch64/vm/codeBuffer_aarch64.hpp | 36 +
src/cpu/aarch64/vm/compiledIC_aarch64.cpp | 153 +
src/cpu/aarch64/vm/copy_aarch64.hpp | 62 +
src/cpu/aarch64/vm/cppInterpreterGenerator_aarch64.hpp | 35 +
src/cpu/aarch64/vm/cpustate_aarch64.hpp | 592 +
src/cpu/aarch64/vm/debug_aarch64.cpp | 36 +
src/cpu/aarch64/vm/decode_aarch64.hpp | 409 +
src/cpu/aarch64/vm/depChecker_aarch64.cpp | 31 +
src/cpu/aarch64/vm/depChecker_aarch64.hpp | 32 +
src/cpu/aarch64/vm/disassembler_aarch64.hpp | 38 +
src/cpu/aarch64/vm/frame_aarch64.cpp | 868 +
src/cpu/aarch64/vm/frame_aarch64.hpp | 217 +
src/cpu/aarch64/vm/frame_aarch64.inline.hpp | 332 +
src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp | 44 +
src/cpu/aarch64/vm/globals_aarch64.hpp | 139 +
src/cpu/aarch64/vm/icBuffer_aarch64.cpp | 77 +
src/cpu/aarch64/vm/icache_aarch64.cpp | 41 +
src/cpu/aarch64/vm/icache_aarch64.hpp | 45 +
src/cpu/aarch64/vm/immediate_aarch64.cpp | 312 +
src/cpu/aarch64/vm/immediate_aarch64.hpp | 51 +
src/cpu/aarch64/vm/interp_masm_aarch64.cpp | 1730 +
src/cpu/aarch64/vm/interp_masm_aarch64.hpp | 300 +
src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp | 57 +
src/cpu/aarch64/vm/interpreterRT_aarch64.cpp | 429 +
src/cpu/aarch64/vm/interpreterRT_aarch64.hpp | 66 +
src/cpu/aarch64/vm/interpreter_aarch64.cpp | 314 +
src/cpu/aarch64/vm/interpreter_aarch64.hpp | 44 +
src/cpu/aarch64/vm/javaFrameAnchor_aarch64.hpp | 94 +
src/cpu/aarch64/vm/jniFastGetField_aarch64.cpp | 175 +
src/cpu/aarch64/vm/jniTypes_aarch64.hpp | 108 +
src/cpu/aarch64/vm/jni_aarch64.h | 64 +
src/cpu/aarch64/vm/macroAssembler_aarch64.cpp | 4918 ++
src/cpu/aarch64/vm/macroAssembler_aarch64.hpp | 1318 +
src/cpu/aarch64/vm/macroAssembler_aarch64.inline.hpp | 36 +
src/cpu/aarch64/vm/metaspaceShared_aarch64.cpp | 127 +
src/cpu/aarch64/vm/methodHandles_aarch64.cpp | 444 +
src/cpu/aarch64/vm/methodHandles_aarch64.hpp | 63 +
src/cpu/aarch64/vm/nativeInst_aarch64.cpp | 325 +
src/cpu/aarch64/vm/nativeInst_aarch64.hpp | 491 +
src/cpu/aarch64/vm/registerMap_aarch64.hpp | 46 +
src/cpu/aarch64/vm/register_aarch64.cpp | 55 +
src/cpu/aarch64/vm/register_aarch64.hpp | 258 +
src/cpu/aarch64/vm/register_definitions_aarch64.cpp | 156 +
src/cpu/aarch64/vm/relocInfo_aarch64.cpp | 119 +
src/cpu/aarch64/vm/relocInfo_aarch64.hpp | 39 +
src/cpu/aarch64/vm/runtime_aarch64.cpp | 48 +
src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp | 3136 +
src/cpu/aarch64/vm/stubGenerator_aarch64.cpp | 4317 ++
src/cpu/aarch64/vm/stubRoutines_aarch64.cpp | 277 +
src/cpu/aarch64/vm/stubRoutines_aarch64.hpp | 129 +
src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.hpp | 36 +
src/cpu/aarch64/vm/templateInterpreter_aarch64.cpp | 2205 +
src/cpu/aarch64/vm/templateInterpreter_aarch64.hpp | 40 +
src/cpu/aarch64/vm/templateTable_aarch64.cpp | 3876 ++
src/cpu/aarch64/vm/templateTable_aarch64.hpp | 43 +
src/cpu/aarch64/vm/vmStructs_aarch64.hpp | 51 +
src/cpu/aarch64/vm/vm_version_aarch64.cpp | 336 +
src/cpu/aarch64/vm/vm_version_aarch64.hpp | 116 +
src/cpu/aarch64/vm/vmreg_aarch64.cpp | 52 +
src/cpu/aarch64/vm/vmreg_aarch64.hpp | 35 +
src/cpu/aarch64/vm/vmreg_aarch64.inline.hpp | 65 +
src/cpu/aarch64/vm/vtableStubs_aarch64.cpp | 290 +
src/cpu/ppc/vm/assembler_ppc.hpp | 14 +-
src/cpu/ppc/vm/assembler_ppc.inline.hpp | 10 +-
src/cpu/ppc/vm/interpreterGenerator_ppc.hpp | 2 +
src/cpu/ppc/vm/macroAssembler_ppc.cpp | 976 +-
src/cpu/ppc/vm/macroAssembler_ppc.hpp | 28 +
src/cpu/ppc/vm/sharedRuntime_ppc.cpp | 3 +-
src/cpu/ppc/vm/stubGenerator_ppc.cpp | 94 +-
src/cpu/ppc/vm/stubRoutines_ppc_64.cpp | 763 +-
src/cpu/ppc/vm/stubRoutines_ppc_64.hpp | 38 +-
src/cpu/ppc/vm/templateInterpreter_ppc.cpp | 191 +-
src/cpu/ppc/vm/templateInterpreter_ppc.hpp | 2 +-
src/cpu/ppc/vm/vm_version_ppc.cpp | 29 +-
src/cpu/ppc/vm/vm_version_ppc.hpp | 3 +
src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp | 2 +-
src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp | 4 +-
src/cpu/sparc/vm/vm_version_sparc.cpp | 12 +-
src/cpu/x86/vm/c1_LIRAssembler_x86.cpp | 8 +-
src/cpu/x86/vm/c1_LIRGenerator_x86.cpp | 4 +-
src/cpu/x86/vm/interp_masm_x86_32.cpp | 6 +-
src/cpu/x86/vm/interp_masm_x86_64.cpp | 6 +-
src/cpu/x86/vm/templateTable_x86_32.cpp | 9 +-
src/cpu/x86/vm/templateTable_x86_64.cpp | 13 +-
src/cpu/x86/vm/vm_version_x86.cpp | 8 +-
src/cpu/x86/vm/x86_32.ad | 1 +
src/cpu/x86/vm/x86_64.ad | 61 +-
src/cpu/zero/vm/cppInterpreter_zero.cpp | 2 +-
src/cpu/zero/vm/entry_zero.hpp | 2 +-
src/cpu/zero/vm/interpreterRT_zero.cpp | 4 +-
src/cpu/zero/vm/methodHandles_zero.hpp | 6 +-
src/cpu/zero/vm/nativeInst_zero.cpp | 2 +-
src/cpu/zero/vm/vm_version_zero.cpp | 11 +-
src/cpu/zero/vm/vm_version_zero.hpp | 3 +-
src/os/aix/vm/os_aix.cpp | 9 +-
src/os/aix/vm/perfMemory_aix.cpp | 4 +-
src/os/aix/vm/porting_aix.cpp | 6 +-
src/os/bsd/dtrace/libjvm_db.c | 19 +-
src/os/bsd/vm/decoder_machO.cpp | 1 +
src/os/bsd/vm/os_bsd.cpp | 4 +-
src/os/bsd/vm/perfMemory_bsd.cpp | 4 +-
src/os/linux/vm/os_linux.cpp | 170 +-
src/os/linux/vm/os_linux.hpp | 2 +
src/os/linux/vm/os_linux.inline.hpp | 7 +
src/os/linux/vm/perfMemory_linux.cpp | 4 +-
src/os/posix/vm/os_posix.cpp | 18 +-
src/os/solaris/dtrace/libjvm_db.c | 19 +-
src/os/solaris/vm/os_solaris.cpp | 4 +-
src/os/solaris/vm/perfMemory_solaris.cpp | 4 +-
src/os/windows/vm/os_windows.cpp | 48 +-
src/os/windows/vm/perfMemory_windows.cpp | 3 +-
src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp | 1 +
src/os_cpu/linux_aarch64/vm/assembler_linux_aarch64.cpp | 53 +
src/os_cpu/linux_aarch64/vm/atomic_linux_aarch64.inline.hpp | 235 +
src/os_cpu/linux_aarch64/vm/bytes_linux_aarch64.inline.hpp | 44 +
src/os_cpu/linux_aarch64/vm/copy_linux_aarch64.inline.hpp | 248 +
src/os_cpu/linux_aarch64/vm/copy_linux_aarch64.s | 411 +
src/os_cpu/linux_aarch64/vm/globals_linux_aarch64.hpp | 44 +
src/os_cpu/linux_aarch64/vm/linux_aarch64.S | 25 +
src/os_cpu/linux_aarch64/vm/linux_aarch64.ad | 68 +
src/os_cpu/linux_aarch64/vm/orderAccess_linux_aarch64.inline.hpp | 144 +
src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp | 768 +
src/os_cpu/linux_aarch64/vm/os_linux_aarch64.hpp | 58 +
src/os_cpu/linux_aarch64/vm/os_linux_aarch64.inline.hpp | 39 +
src/os_cpu/linux_aarch64/vm/prefetch_linux_aarch64.inline.hpp | 45 +
src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.cpp | 41 +
src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.hpp | 36 +
src/os_cpu/linux_aarch64/vm/thread_linux_aarch64.cpp | 92 +
src/os_cpu/linux_aarch64/vm/thread_linux_aarch64.hpp | 80 +
src/os_cpu/linux_aarch64/vm/vmStructs_linux_aarch64.hpp | 54 +
src/os_cpu/linux_aarch64/vm/vm_version_linux_aarch64.cpp | 28 +
src/os_cpu/linux_x86/vm/os_linux_x86.cpp | 34 +-
src/os_cpu/linux_zero/vm/os_linux_zero.cpp | 19 +-
src/os_cpu/linux_zero/vm/os_linux_zero.hpp | 12 +-
src/os_cpu/linux_zero/vm/thread_linux_zero.hpp | 3 +-
src/share/tools/hsdis/Makefile | 56 +-
src/share/tools/hsdis/README | 65 +-
src/share/tools/hsdis/hsdis-demo.c | 46 +-
src/share/tools/hsdis/hsdis.c | 66 +-
src/share/tools/hsdis/hsdis.h | 44 +-
src/share/vm/adlc/adlc.hpp | 13 +
src/share/vm/adlc/adlparse.cpp | 6 +-
src/share/vm/adlc/dfa.cpp | 22 +-
src/share/vm/adlc/formssel.cpp | 12 +-
src/share/vm/adlc/main.cpp | 5 +
src/share/vm/adlc/output_c.cpp | 3 +
src/share/vm/asm/assembler.hpp | 18 +-
src/share/vm/asm/assembler.inline.hpp | 3 +
src/share/vm/asm/codeBuffer.cpp | 2 +-
src/share/vm/asm/codeBuffer.hpp | 3 +
src/share/vm/asm/macroAssembler.hpp | 3 +
src/share/vm/asm/macroAssembler.inline.hpp | 3 +
src/share/vm/asm/register.hpp | 3 +
src/share/vm/c1/c1_Canonicalizer.cpp | 7 +
src/share/vm/c1/c1_Compilation.cpp | 26 +
src/share/vm/c1/c1_Defs.hpp | 6 +
src/share/vm/c1/c1_FpuStackSim.hpp | 3 +
src/share/vm/c1/c1_FrameMap.cpp | 3 +
src/share/vm/c1/c1_FrameMap.hpp | 3 +
src/share/vm/c1/c1_LIR.cpp | 25 +-
src/share/vm/c1/c1_LIR.hpp | 23 +-
src/share/vm/c1/c1_LIRAssembler.cpp | 17 +-
src/share/vm/c1/c1_LIRAssembler.hpp | 3 +
src/share/vm/c1/c1_LIRGenerator.cpp | 10 +-
src/share/vm/c1/c1_LinearScan.cpp | 11 +-
src/share/vm/c1/c1_LinearScan.hpp | 3 +
src/share/vm/c1/c1_MacroAssembler.hpp | 3 +
src/share/vm/c1/c1_Runtime1.cpp | 38 +-
src/share/vm/c1/c1_Runtime1.hpp | 4 +-
src/share/vm/c1/c1_globals.hpp | 3 +
src/share/vm/ci/ciField.cpp | 4 +
src/share/vm/ci/ciMethod.cpp | 1 +
src/share/vm/ci/ciReplay.cpp | 5 +-
src/share/vm/classfile/bytecodeAssembler.cpp | 3 +
src/share/vm/classfile/classFileParser.cpp | 32 +-
src/share/vm/classfile/classFileStream.hpp | 3 +
src/share/vm/classfile/classLoader.cpp | 8 +-
src/share/vm/classfile/classLoader.hpp | 2 +
src/share/vm/classfile/classLoaderData.cpp | 4 +-
src/share/vm/classfile/defaultMethods.cpp | 8 +-
src/share/vm/classfile/dictionary.cpp | 26 +-
src/share/vm/classfile/javaClasses.cpp | 2 +-
src/share/vm/classfile/stackMapTable.hpp | 3 +
src/share/vm/classfile/symbolTable.cpp | 4 +-
src/share/vm/classfile/systemDictionary.cpp | 19 +-
src/share/vm/classfile/verificationType.cpp | 6 +-
src/share/vm/classfile/verificationType.hpp | 4 +-
src/share/vm/classfile/verifier.cpp | 9 +-
src/share/vm/code/codeBlob.cpp | 3 +
src/share/vm/code/codeCache.cpp | 2 +-
src/share/vm/code/compiledIC.hpp | 7 +
src/share/vm/code/dependencies.cpp | 2 +-
src/share/vm/code/nmethod.cpp | 21 +
src/share/vm/code/relocInfo.hpp | 3 +
src/share/vm/code/vmreg.hpp | 5 +
src/share/vm/compiler/compileBroker.hpp | 3 +-
src/share/vm/compiler/compilerOracle.cpp | 36 +-
src/share/vm/compiler/disassembler.cpp | 6 +-
src/share/vm/compiler/disassembler.hpp | 3 +
src/share/vm/compiler/oopMap.cpp | 7 +
src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp | 2 +-
src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp | 23 +-
src/share/vm/gc_implementation/g1/concurrentMark.cpp | 2 +-
src/share/vm/gc_implementation/g1/g1BiasedArray.hpp | 3 +-
src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp | 27 +-
src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp | 10 +-
src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp | 8 +-
src/share/vm/gc_implementation/g1/g1MarkSweep.cpp | 11 +
src/share/vm/gc_implementation/g1/g1PageBasedVirtualSpace.hpp | 2 +-
src/share/vm/gc_implementation/g1/g1StringDedupQueue.cpp | 2 +-
src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp | 4 +-
src/share/vm/gc_implementation/g1/heapRegion.cpp | 2 +-
src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp | 11 +-
src/share/vm/gc_implementation/parNew/parNewGeneration.cpp | 15 +-
src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp | 12 +
src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp | 20 +-
src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp | 28 +
src/share/vm/interpreter/abstractInterpreter.hpp | 2 +
src/share/vm/interpreter/bytecode.hpp | 3 +
src/share/vm/interpreter/bytecodeInterpreter.hpp | 6 +
src/share/vm/interpreter/bytecodeInterpreter.inline.hpp | 3 +
src/share/vm/interpreter/bytecodeStream.hpp | 3 +
src/share/vm/interpreter/bytecodes.cpp | 3 +
src/share/vm/interpreter/bytecodes.hpp | 3 +
src/share/vm/interpreter/cppInterpreter.hpp | 3 +
src/share/vm/interpreter/cppInterpreterGenerator.hpp | 4 +
src/share/vm/interpreter/interpreter.hpp | 3 +
src/share/vm/interpreter/interpreterGenerator.hpp | 3 +
src/share/vm/interpreter/interpreterRuntime.cpp | 7 +-
src/share/vm/interpreter/interpreterRuntime.hpp | 5 +-
src/share/vm/interpreter/linkResolver.cpp | 56 +-
src/share/vm/interpreter/templateInterpreter.hpp | 3 +
src/share/vm/interpreter/templateInterpreterGenerator.hpp | 5 +
src/share/vm/interpreter/templateTable.cpp | 5 +
src/share/vm/interpreter/templateTable.hpp | 7 +
src/share/vm/memory/allocation.cpp | 5 +-
src/share/vm/memory/allocation.inline.hpp | 2 +-
src/share/vm/memory/blockOffsetTable.cpp | 2 +-
src/share/vm/memory/collectorPolicy.cpp | 17 +-
src/share/vm/memory/defNewGeneration.cpp | 13 +
src/share/vm/memory/generation.cpp | 12 +
src/share/vm/memory/heapInspection.hpp | 2 +-
src/share/vm/memory/metaspace.cpp | 80 +-
src/share/vm/memory/metaspace.hpp | 7 +-
src/share/vm/memory/metaspaceShared.cpp | 4 +
src/share/vm/memory/metaspaceShared.hpp | 6 +-
src/share/vm/memory/oopFactory.hpp | 20 +-
src/share/vm/memory/tenuredGeneration.cpp | 12 +
src/share/vm/oops/constantPool.cpp | 4 +-
src/share/vm/oops/constantPool.hpp | 5 +-
src/share/vm/oops/cpCache.cpp | 18 +-
src/share/vm/oops/generateOopMap.cpp | 9 +-
src/share/vm/oops/instanceKlass.cpp | 23 +-
src/share/vm/oops/klass.cpp | 2 +-
src/share/vm/oops/method.cpp | 17 +
src/share/vm/oops/method.hpp | 7 +-
src/share/vm/oops/methodData.cpp | 4 +-
src/share/vm/oops/objArrayKlass.cpp | 8 +-
src/share/vm/oops/objArrayKlass.inline.hpp | 4 +-
src/share/vm/oops/oop.inline.hpp | 3 +
src/share/vm/oops/typeArrayKlass.cpp | 4 +-
src/share/vm/opto/addnode.cpp | 8 +-
src/share/vm/opto/buildOopMap.cpp | 3 +
src/share/vm/opto/c2_globals.hpp | 3 +
src/share/vm/opto/c2compiler.cpp | 2 +
src/share/vm/opto/callnode.hpp | 14 +
src/share/vm/opto/cfgnode.cpp | 1 +
src/share/vm/opto/chaitin.hpp | 5 +-
src/share/vm/opto/coalesce.cpp | 32 +-
src/share/vm/opto/compile.cpp | 61 +-
src/share/vm/opto/divnode.cpp | 2 +-
src/share/vm/opto/gcm.cpp | 2 +
src/share/vm/opto/graphKit.cpp | 2 +-
src/share/vm/opto/lcm.cpp | 4 +-
src/share/vm/opto/library_call.cpp | 74 +-
src/share/vm/opto/locknode.hpp | 2 +
src/share/vm/opto/loopPredicate.cpp | 2 +-
src/share/vm/opto/loopTransform.cpp | 4 +-
src/share/vm/opto/machnode.cpp | 1 +
src/share/vm/opto/macro.cpp | 8 +-
src/share/vm/opto/matcher.cpp | 5 +
src/share/vm/opto/memnode.cpp | 4 +-
src/share/vm/opto/mulnode.cpp | 99 +-
src/share/vm/opto/output.hpp | 2 +
src/share/vm/opto/regmask.cpp | 2 +
src/share/vm/opto/regmask.hpp | 2 +
src/share/vm/opto/runtime.cpp | 27 +-
src/share/vm/opto/runtime.hpp | 8 +-
src/share/vm/opto/subnode.cpp | 8 +-
src/share/vm/opto/type.cpp | 31 +-
src/share/vm/opto/type.hpp | 2 +
src/share/vm/prims/jni.cpp | 4 +
src/share/vm/prims/jniCheck.cpp | 3 +
src/share/vm/prims/jni_md.h | 3 +
src/share/vm/prims/jvm.cpp | 109 +-
src/share/vm/prims/jvm.h | 15 +-
src/share/vm/prims/jvmtiClassFileReconstituter.cpp | 3 +
src/share/vm/prims/jvmtiEnv.cpp | 52 +-
src/share/vm/prims/jvmtiExport.cpp | 7 +
src/share/vm/prims/jvmtiTagMap.cpp | 2 +
src/share/vm/prims/methodHandles.cpp | 8 +-
src/share/vm/prims/methodHandles.hpp | 8 +
src/share/vm/prims/unsafe.cpp | 54 +-
src/share/vm/prims/whitebox.cpp | 22 +-
src/share/vm/runtime/advancedThresholdPolicy.cpp | 9 +-
src/share/vm/runtime/arguments.cpp | 62 +-
src/share/vm/runtime/atomic.inline.hpp | 3 +
src/share/vm/runtime/compilationPolicy.cpp | 2 +-
src/share/vm/runtime/deoptimization.cpp | 5 +
src/share/vm/runtime/dtraceJSDT.hpp | 3 +
src/share/vm/runtime/fieldDescriptor.cpp | 4 +-
src/share/vm/runtime/fprofiler.cpp | 14 +-
src/share/vm/runtime/frame.cpp | 3 +
src/share/vm/runtime/frame.hpp | 5 +
src/share/vm/runtime/frame.inline.hpp | 6 +
src/share/vm/runtime/globals.hpp | 23 +-
src/share/vm/runtime/icache.hpp | 3 +
src/share/vm/runtime/interfaceSupport.hpp | 18 +-
src/share/vm/runtime/java.cpp | 4 +
src/share/vm/runtime/javaCalls.hpp | 3 +
src/share/vm/runtime/javaFrameAnchor.hpp | 3 +
src/share/vm/runtime/mutex.cpp | 10 -
src/share/vm/runtime/orderAccess.inline.hpp | 3 +
src/share/vm/runtime/os.cpp | 18 +-
src/share/vm/runtime/os.hpp | 16 +-
src/share/vm/runtime/prefetch.inline.hpp | 3 +
src/share/vm/runtime/reflection.cpp | 6 +-
src/share/vm/runtime/registerMap.hpp | 6 +
src/share/vm/runtime/relocator.hpp | 3 +
src/share/vm/runtime/safepoint.cpp | 8 +-
src/share/vm/runtime/sharedRuntime.cpp | 36 +-
src/share/vm/runtime/simpleThresholdPolicy.cpp | 2 +-
src/share/vm/runtime/stackValueCollection.cpp | 3 +
src/share/vm/runtime/statSampler.cpp | 3 +
src/share/vm/runtime/stubRoutines.cpp | 5 +
src/share/vm/runtime/stubRoutines.hpp | 12 +-
src/share/vm/runtime/synchronizer.hpp | 4 +-
src/share/vm/runtime/thread.hpp | 5 +-
src/share/vm/runtime/thread.inline.hpp | 2 +-
src/share/vm/runtime/threadLocalStorage.hpp | 3 +
src/share/vm/runtime/vframeArray.cpp | 2 +-
src/share/vm/runtime/virtualspace.cpp | 2 +-
src/share/vm/runtime/vmStructs.cpp | 16 +-
src/share/vm/runtime/vm_version.cpp | 15 +-
src/share/vm/services/mallocSiteTable.hpp | 4 +-
src/share/vm/services/management.cpp | 4 +-
src/share/vm/services/memReporter.cpp | 12 +-
src/share/vm/services/memTracker.hpp | 12 +-
src/share/vm/services/memoryManager.cpp | 31 +-
src/share/vm/services/memoryManager.hpp | 20 +-
src/share/vm/services/memoryService.cpp | 41 +-
src/share/vm/services/memoryService.hpp | 27 +-
src/share/vm/services/virtualMemoryTracker.cpp | 2 +-
src/share/vm/services/virtualMemoryTracker.hpp | 4 +-
src/share/vm/shark/sharkBuilder.cpp | 2 +-
src/share/vm/trace/traceEventClasses.xsl | 4 +-
src/share/vm/trace/traceStream.hpp | 13 +-
src/share/vm/utilities/array.hpp | 4 +-
src/share/vm/utilities/bitMap.cpp | 26 +-
src/share/vm/utilities/bitMap.hpp | 6 +
src/share/vm/utilities/bitMap.inline.hpp | 2 +
src/share/vm/utilities/copy.cpp | 171 +-
src/share/vm/utilities/copy.hpp | 15 +-
src/share/vm/utilities/exceptions.cpp | 4 +-
src/share/vm/utilities/exceptions.hpp | 2 +-
src/share/vm/utilities/globalDefinitions.hpp | 96 +-
src/share/vm/utilities/globalDefinitions_visCPP.hpp | 10 +-
src/share/vm/utilities/hashtable.cpp | 2 +-
src/share/vm/utilities/macros.hpp | 8 +
src/share/vm/utilities/nativeCallStack.cpp | 5 +-
src/share/vm/utilities/nativeCallStack.hpp | 15 +-
src/share/vm/utilities/ostream.cpp | 146 +-
src/share/vm/utilities/ostream.hpp | 1 +
src/share/vm/utilities/vmError.cpp | 23 +-
test/Makefile | 2 +
test/aarch64/DoubleArithTests.java | 49 +
test/aarch64/DoubleCmpTests.java | 102 +
test/aarch64/FloatArithTests.java | 49 +
test/aarch64/FloatCmpTests.java | 102 +
test/aarch64/IntArithTests.java | 131 +
test/aarch64/IntCmpTests.java | 102 +
test/aarch64/IntLogicTests.java | 66 +
test/aarch64/IntShiftTests.java | 78 +
test/aarch64/LongArithTests.java | 132 +
test/aarch64/LongCmpTests.java | 102 +
test/aarch64/LongLogicTests.java | 68 +
test/aarch64/LongShiftTests.java | 77 +
test/compiler/6857159/Test6857159.java | 33 +-
test/compiler/6857159/Test6857159.sh | 54 -
test/compiler/c2/SubsumingLoadsCauseFlagSpill.java | 72 +
test/compiler/codegen/8144028/BitTests.java | 164 +
test/compiler/codegen/IntRotateWithImmediate.java | 24 +-
test/compiler/floatingpoint/8165673/TestFloatJNIArgs.java | 87 +
test/compiler/floatingpoint/8165673/TestFloatJNIArgs.sh | 105 +
test/compiler/floatingpoint/8165673/libTestFloatJNIArgs.c | 69 +
test/compiler/floatingpoint/8207838/TestFloatSyncJNIArgs.java | 103 +
test/compiler/floatingpoint/8207838/TestFloatSyncJNIArgs.sh | 105 +
test/compiler/floatingpoint/8207838/libTestFloatSyncJNIArgs.c | 86 +
test/compiler/gcbarriers/TestMembarDependencies.java | 98 +
test/compiler/integerArithmetic/MultiplyByConstantLongMax.java | 45 +
test/compiler/integerArithmetic/MultiplyByIntegerMinHang.java | 64 +
test/compiler/intrinsics/mathexact/sanity/IntrinsicBase.java | 4 +-
test/compiler/intrinsics/multiplytolen/TestMultiplyToLen.java | 25 +
test/compiler/intrinsics/sha/cli/SHAOptionsBase.java | 13 +
test/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnSupportedCPU.java | 7 +-
test/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnUnsupportedCPU.java | 2 +
test/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnSupportedCPU.java | 7 +-
test/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java | 2 +
test/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnSupportedCPU.java | 7 +-
test/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnUnsupportedCPU.java | 2 +
test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java | 2 +
test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java | 2 +
test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForOtherCPU.java | 3 +-
test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForSupportedAArch64CPU.java | 93 +
test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForUnsupportedAArch64CPU.java | 66 +
test/compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java | 2 +-
test/compiler/loopopts/TestCMovSplitThruPhi.java | 2 +-
test/compiler/oracle/CheckCompileCommandOption.java | 216 +
test/compiler/rtm/locking/TestRTMTotalCountIncrRate.java | 24 +-
test/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java | 3 -
test/compiler/stable/StableConfiguration.java | 22 +-
test/compiler/testlibrary/sha/predicate/IntrinsicPredicates.java | 21 +-
test/compiler/unsafe/JdkInternalMiscUnsafeUnalignedAccess.java | 315 +
test/compiler/unsafe/MixedUnsafeStoreObject.java | 76 +
test/compiler/vectorization/TestVectorUnalignedOffset.java | 55 +
test/compiler/whitebox/CompilerWhiteBoxTest.java | 6 +-
test/gc/TestMemoryMXBeansAndPoolsPresence.java | 101 +
test/gc/arguments/TestG1HeapRegionSize.java | 17 +-
test/gc/arguments/TestMaxHeapSizeTools.java | 16 +-
test/gc/g1/mixedgc/TestOldGenCollectionUsage.java | 231 +
test/gc/metaspace/TestPerfCountersAndMemoryPools.java | 4 +-
test/runtime/6981737/Test6981737.java | 2 -
test/runtime/ClassUnload/ConstantPoolDependsTest.java | 86 +
test/runtime/ClassUnload/DictionaryDependsTest.java | 89 +
test/runtime/ClassUnload/MyDiffClassLoader.java | 75 +
test/runtime/ClassUnload/SuperDependsTest.java | 81 +
test/runtime/ClassUnload/p2/c2.java | 28 +
test/runtime/EnableTracing/TestEnableTracing.java | 56 +
test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java | 2 +-
test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java | 2 +-
test/runtime/NMT/JcmdDetailDiff.java | 1 -
test/runtime/NMT/MallocSiteTypeChange.java | 69 +
test/runtime/StackGap/T.java | 33 +
test/runtime/StackGap/exestack-gap.c | 82 +
test/runtime/StackGap/testme.sh | 73 +
test/runtime/containers/docker/AttemptOOM.java | 49 +
test/runtime/containers/docker/CPUSetsReader.java | 141 +
test/runtime/containers/docker/CheckContainerized.java | 44 +
test/runtime/containers/docker/DockerBasicTest.java | 80 +
test/runtime/containers/docker/Dockerfile-BasicTest | 8 +
test/runtime/containers/docker/Dockerfile-BasicTest-aarch64 | 8 +
test/runtime/containers/docker/Dockerfile-BasicTest-ppc64le | 10 +
test/runtime/containers/docker/Dockerfile-BasicTest-s390x | 7 +
test/runtime/containers/docker/HelloDocker.java | 28 +
test/runtime/containers/docker/PrintContainerInfo.java | 34 +
test/runtime/containers/docker/TEST.properties | 1 +
test/runtime/containers/docker/TestCPUAwareness.java | 204 +
test/runtime/containers/docker/TestCPUSets.java | 137 +
test/runtime/containers/docker/TestMemoryAwareness.java | 109 +
test/runtime/containers/docker/TestMisc.java | 113 +
test/sanity/MismatchedWhiteBox/WhiteBox.java | 58 +
test/sanity/WhiteBox.java | 58 -
test/test_env.sh | 9 +
test/testlibrary/ClassFileInstaller.java | 216 +-
test/testlibrary/com/oracle/java/testlibrary/Common.java | 89 +
test/testlibrary/com/oracle/java/testlibrary/DockerRunOptions.java | 73 +
test/testlibrary/com/oracle/java/testlibrary/DockerTestUtils.java | 282 +
test/testlibrary/com/oracle/java/testlibrary/Platform.java | 4 +-
test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java | 3 +
test/testlibrary/com/oracle/java/testlibrary/Utils.java | 11 +-
test/testlibrary/whitebox/sun/hotspot/WhiteBox.java | 8 +-
586 files changed, 77169 insertions(+), 1407 deletions(-)
diffs (truncated from 88035 to 500 lines):
diff -r 1c0a59cee0e4 -r 5174c702c7e3 .hgtags
--- a/.hgtags Fri Jul 20 05:44:33 2018 -0700
+++ b/.hgtags Mon Apr 22 17:30:16 2019 +0100
@@ -50,6 +50,7 @@
faf94d94786b621f8e13cbcc941ca69c6d967c3f jdk7-b73
f4b900403d6e4b0af51447bd13bbe23fe3a1dac7 jdk7-b74
d8dd291a362acb656026a9c0a9da48501505a1e7 jdk7-b75
+b4ab978ce52c41bb7e8ee86285e6c9f28122bbe1 icedtea7-1.12
9174bb32e934965288121f75394874eeb1fcb649 jdk7-b76
455105fc81d941482f8f8056afaa7aa0949c9300 jdk7-b77
e703499b4b51e3af756ae77c3d5e8b3058a14e4e jdk7-b78
@@ -87,6 +88,7 @@
07226e9eab8f74b37346b32715f829a2ef2c3188 hs18-b01
e7e7e36ccdb5d56edd47e5744351202d38f3b7ad jdk7-b87
4b60f23c42231f7ecd62ad1fcb6a9ca26fa57d1b jdk7-b88
+a393ff93e7e54dd94cc4211892605a32f9c77dad icedtea7-1.13
15836273ac2494f36ef62088bc1cb6f3f011f565 jdk7-b89
4b60f23c42231f7ecd62ad1fcb6a9ca26fa57d1b hs18-b02
605c9707a766ff518cd841fc04f9bb4b36a3a30b jdk7-b90
@@ -160,6 +162,7 @@
b898f0fc3cedc972d884d31a751afd75969531cf hs21-b05
bd586e392d93b7ed7a1636dcc8da2b6a4203a102 jdk7-b136
bd586e392d93b7ed7a1636dcc8da2b6a4203a102 hs21-b06
+591c7dc0b2ee879f87a7b5519a5388e0d81520be icedtea-1.14
2dbcb4a4d8dace5fe78ceb563b134f1fb296cd8f jdk7-b137
2dbcb4a4d8dace5fe78ceb563b134f1fb296cd8f hs21-b07
0930dc920c185afbf40fed9a655290b8e5b16783 jdk7-b138
@@ -305,6 +308,7 @@
990bbd393c239d95310ccc38094e57923bbf1d4a hs25-b14
e94068d4ff52849c8aa0786a53a59b63d1312a39 jdk8-b70
0847210f85480bf3848dc90bc2ab23c0a4791b55 jdk8-b71
+2c52e96f640d60368c2efd07e1acfe35ec3e0045 initial_upload
d5cb5830f570d1304ea4b196dde672a291b55f29 jdk8-b72
1e129851479e4f5df439109fca2c7be1f1613522 hs25-b15
11619f33cd683c2f1d6ef72f1c6ff3dacf5a9f1c jdk8-b73
@@ -322,7 +326,7 @@
df5396524152118535c36da5801d828b560d19a2 hs25-b21
4a198b201f3ce84433fa94a3ca65d061473e7c4c jdk8-b80
dd6350b4abc4a6c19c89dd982cc0e4f3d119885c hs25-b22
-65b797426a3bec6e91b64085a0cfb94adadb634a jdk8-b81
+31390de29c4bb5f7e78b2e970f92197c04a4ed4d aarch64-20130813
0631ebcc45f05c73b09a56c2586685af1f781c1d hs25-b23
3db4ab0e12f437fe374817de346b2b0c6b4a5b31 jdk8-b82
e3a41fc0234895eba4f272b984f7dacff495f8eb hs25-b24
@@ -381,6 +385,8 @@
566db1b0e6efca31f181456e54c8911d0192410d hs25-b51
c81dd5393a5e333df7cb1f6621f5897ada6522b5 jdk8-b109
58043478c26d4e8bf48700acea5f97aba8b417d4 hs25-b52
+f043f9395d362da011b111cf8c142af1caf6f64d preview_rc1
+33029403ab5913db80c4e4d1870809d3ade8e81c preview_rc2
6209b0ed51c086d4127bac0e086c8f326d1764d7 jdk8-b110
562a3d356de67670b4172b82aca2d30743449e04 hs25-b53
f6962730bbde82f279a0ae3a1c14bc5e58096c6e jdk8-b111
@@ -418,12 +424,17 @@
d45454002494d147c0761e6b37d8a73064f3cf92 hs25-b68
32f017489ba5dd1bedabb9fa1d26bcc74d0a72b6 hs25-b69
35038da7bb9ddd367a0a6bf926dfb281aee1d554 jdk8-b127
+18e5cbbe8abf64a043e2482c625e04acde33a3f8 jdk8_b128_aarch64_rc1
+39d28a8ea5be4e5c1ce659b7e6b3dadbbb1f908b jdk8_b128_aarch64_rc3
+cc094e1af98de679e81d17d3fc2653158c7b26c6 jdk8_b128_aarch64_rc4
+e5b35062dee3eaeac2fb80aac932cbcc36256c92 jdk8_b128_aarch64_992
874c0b4a946c362bbf20d37c2a564b39093152e6 jdk8-b128
cb39165c4a65bbff8db356df411e762f9e5423b8 jdk8-b129
1dbaf664a611e5d9cab6d1be42537b67d0d05f94 jdk8-b130
b5e7ebfe185cb4c2eeb8a919025fc6a26be2fcef jdk8-b131
9f9179e8f0cfe74c08f3716cf3c38e21e1de4c4a hs25-b70
0c94c41dcd70e9a9b4d96e31275afd5a73daa72d jdk8-b132
+72b29bfe67fa902516bca75c166a29fccb8c5be2 jdk8_final
4a35ef38e2a7bc64df20c7700ba69b37e3ddb8b5 jdk8u5-b01
e5561d89fe8bfc79cd6c8fcc36d270cc6a49ec6e jdk8u5-b02
2f9eb9fcab6c42c8c84ddb44170ea33235116d84 jdk8u5-b03
@@ -471,6 +482,7 @@
5186bc5047c1725888ed99f423bdfaa116e05abe hs25.20-b09
4d73f1e99f97d1444e16ee5ef4634eb2129969ad jdk8u20-b09
27a9e6a96a8ced7b7ee892d5d0f1a735b9010abb hs25.20-b10
+c2767d7216058484f87920557a3f9282506e5ce5 icedtea-3.0.0pre01
300e2c5eeb2710de3630d14ffe4592214633dbff jdk8u20-b10
70dc2c030c69470a5d9099b7f54e4cfef89276fd jdk8u20-b11
b6a2ba7d3ea7259a76c8ff1ec22fac9094494c1c hs25.20-b11
@@ -496,6 +508,7 @@
e4a6e7f1b90b85270aee1c54edaca3ef737082f1 hs25.20-b21
f7429096a202cab5c36a0f20dea33c554026010f jdk8u20-b22
7c56530b11496459e66cb9ea933035002311672c hs25.20-b22
+877471da7fbbe69d029b990b77a70e7fcf3d02ed icedtea-3.0.0pre02
f09d1f6a401e25a54dad44bb7bea482e47558af5 jdk8u20-b23
42ddd0bbcb6630fe463ec9bc1893c838d5edff1b jdk8u20-b24
00cf2b6f51b9560b01030e8f4c28c466f0b21fe3 hs25.20-b23
@@ -574,6 +587,9 @@
6b93bf9ea3ea57ed0fe53cfedb2f9ab912c324e5 jdk8u40-b12
521e269ae1daa9df1cb0835b97aa76bdf340fcb2 hs25.40-b17
86307d47790785398d0695acc361bccaefe25f94 jdk8u40-b13
+b280f4f4f11916e202aaa4d458630d4c26b59e2a jdk8u40-b12-aarch64
+26fc60dd5da8d3f1554fb8f2553f050839a539c6 jdk8u40-b12-aarch64-1262
+d7c03eb8b2c2bc4d34438699f07609ba4c4bca5c jdk8u40-b12-aarch64-1263
4d5dc0d0f8799fafa1135d51d85edd4edd566501 hs25.40-b18
b8ca8ec1daea70f7c0d519e866f9f147ec247055 jdk8u40-b14
eb16b24e2eba9bdf04a9b377bebc2db9f713ff5e jdk8u40-b15
@@ -588,6 +604,9 @@
d9349fa8822336e0244da0a8448f3e6b2d62741d jdk8u40-b19
c3933f52eeb33f70ee562464edddfe9f01d944fd jdk8u40-b20
d2e9a6bec4f2eec8506eed16f7324992a85d8480 hs25.40-b24
+85e5201a55e4dcf1b5dbb90bcfee072245e8a458 icedtea-3.0.0pre03
+7e5a87c79d696b280bae72ee7510e2a438c45960 icedtea-3.0.0pre04
+b07272ef9ccdf3066fbfd6e28bac10baad9417b6 icedtea-3.0.0pre05
25ec4a67433744bbe3406e5069e7fd1876ebbf2f jdk8u40-b21
0f0cb4eeab2d871274f4ffdcd6017d2fdfa89238 hs25.40-b25
0ee548a1cda08c884eccd563e2d5fdb6ee769b5a jdk8u40-b22
@@ -722,6 +741,11 @@
0e4094950cd312c8f95c7f37336606323fe049fe jdk8u60-b23
d89ceecf1bad55e1aee2932b8895d60fc64c15db hs25.60-b23
fb157d537278cda4150740e27bb57cd8694e15bf jdk8u60-b24
+11098f828fb815a467e77729f2055d6b1575ad3e arch64-jdk8u60-b24
+8ec803e97a0d578eaeaf8375ee295a5928eb546f aarch64-jdk8u60-b24.2
+2ee4407fe4e4ae13c5c7ef20709616cb3f43dea9 icedtea-3.0.0pre06
+ddebea156752c9a58ab2ab82f5dc28efee5f8f82 icedtea-3.0.0pre07
+c313c4782bb33aa4ea49f1342c54b3138af418a1 icedtea-3.0.0pre08
6b4ea38c01bd9cc86d0aa8926f4855ff6ee365ee jdk8u60-b25
6a6759372807f49aa7a66ddc36aa91d6648d2097 jdk8u60-b26
10ad4b9d79f98fa3545c88a342a68a80d198b808 jdk8u60-b27
@@ -801,6 +825,7 @@
b8e7dd0e21173ad829b40361763d27cb6ac532e9 jdk8u72-b12
a8e4754b89aecc388623394a20f6d43d4c58f083 jdk8u72-b13
dc2fdd4e0b8105268b8231040f761f27ab4523f2 jdk8u72-b14
+dbf85d44da89a2428b3bd678be791c314e148845 icedtea-3.0.0pre09
d6670c5d49ba381405ec9f69a78ccc5b8b0c8473 jdk8u72-b15
da43260704c28b9f19cb652090ae65c258220fd6 jdk8u72-b31
26b99cd20661a1fa05939d1856a9389311e01c4f jdk8u73-b00
@@ -835,6 +860,9 @@
1b6d4fd2730e58f17820930f797938dc182117c4 jdk8u77-b00
ddd297e340b1170d3cec011ee64e729f8b493c86 jdk8u77-b01
1b4072e4bb3ad54c4e894998486a8b33f0689160 jdk8u77-b02
+e9585e814cc954c06e870f3bdf37171029da0d5e icedtea-3.0.0pre10
+5e587a29a6aac06d6b5a7ebeea99a291d82520c8 icedtea-3.0.0
+49b8cecd1bbe2c2ba0ad1aec6722078b621866a1 icedtea-3.0-branchpoint
223b64a19e94222dd97b92bb40abcfbc0bf6ef1f jdk8u77-b03
bbbb05e91c629f8d9eef2ba43933767f68a898b0 jdk8u91-b00
e36b6ade0499eadfd8673fe62ef0a613af2e6d67 jdk8u91-b13
@@ -859,6 +887,10 @@
9a87701e22b3cae79fdfd8cdb732051e02a710fa jdk8u76-b12
481dcde745b6aec035781ed9f6797cfc93719f71 jdk8u92-b00
f3e1e734e2d29101a9537ddeb71ecad413fcd352 jdk8u92-b13
+cbd30c92ef7a62846124e28b35aaf668621b1105 icedtea-3.1.0pre01
+76eca5cf31500ecb1d1807685729a7ea5c3780e7 icedtea-3.1.0pre02
+ea6933324a7a52379d7f1e18e7525fd619079865 icedtea-3.1.0pre03
+0f47eef348e2ec17dd6492886c57e23023fbc435 icedtea-3.1.0pre04
24a09407d71bb2cc4848bfa21660c890b4d722b1 jdk8u92-b14
445941ba41c0e3829fe02140690b144281ac2141 jdk8u92-b31
f958bebdee267695e37aadd27753ac8b1e1823c8 jdk8u92-b32
@@ -877,6 +909,8 @@
218a44a163fa8c2532fd5f2e8ea9bc3c9c2ca8cf jdk8u101-b10
0095e54dcaa1acfe1614feff9600734c26af7ae8 jdk8u101-b11
286fe17d81c3d153611a28e50926083ae934cc56 jdk8u101-b12
+e480e0df8eea8e5d022672a450cd6c8e2eeac86b icedtea-3.1.0
+90416ba05ba1cde27da26ca1e6cc66062e883c17 icedtea-3.2.0pre01
77df35b662ed98236f67ab18e23691460f986981 jdk8u101-b13
d6c92b9e192ef97305a699e868387d55821c81ad jdk8u102-b00
d6c92b9e192ef97305a699e868387d55821c81ad jdk8u82-b00
@@ -893,6 +927,8 @@
36a1a2875ed55fa17818f3eb203e27922a7b4589 jdk8u102-b11
340e1a736ef7169786e70db7f31ffd32bc3be24d jdk8u102-b12
f6daf04c0f48dab5420ad63d21da82a7fa4e3ad7 jdk8u102-b13
+ac19c2e28a511cacde863e39802c2e5277e1665f icedtea-3.2.0pre02
+bca09127475293c1938b5413fbf25af2c281c597 icedtea-3.2.0pre03
ac29c9c1193aef5d480b200ed94c5d579243c17b jdk8u102-b14
96e1c72fc617d3c6c125bcfc9182f77fc6aa38e6 jdk8u102-b31
c8988d2e4212583ec0f04591c8e241ad3cf95674 jdk8u102-b32
@@ -913,6 +949,7 @@
603804f2132ff188a9f3d1c31cca63b47220e2e2 jdk8u111-b11
055bc2a065a503e8714ff7ad27e6197dc0339efa jdk8u111-b12
c3b42c43c230f10e79ae850ee9062fe86d3c75c9 jdk8u111-b13
+be4aeaa327f739d02d2c66a433ab2946ef19c5fb icedtea-3.2.0
05a6a5823aa58a0a4720a328a9db484f21d573bc jdk8u111-b14
b09a69142dd3bf78ca66bb0c99046ca7cccbdda9 jdk8u112-b00
cf1faa9100dd8c8df6e1a604aaf613d037f51ebf jdk8u112-b01
@@ -930,6 +967,7 @@
c2c4db2a42a215c98a4f027edb8bbb00dd62d9b9 jdk8u112-b14
b28d012a24cab8f4ceeee0c9d3252969757423ed jdk8u112-b15
e134dc1879b72124e478be01680b0646a2fbf585 jdk8u112-b16
+510bf6178ea48859804d69715a78b82b8d2c58d3 icedtea-3.3.0pre01
87440ed4e1de7753a436f957d35555d8b4e26f1d jdk8u112-b31
ba25f5833a128b8062e597f794efda26b30f095d jdk8u112-b32
919ffdca10c2721ee0f6f233e704709174556510 jdk8u112-b33
@@ -946,6 +984,9 @@
f26f6895c9dfb32dfb4c228d69b371d8ab118536 jdk8u121-b10
11f91811e4d7e5ddfaf938dcf386ec8fe5bf7b7c jdk8u121-b11
b132b08b28bf23a26329928cf6b4ffda5857f4d3 jdk8u121-b12
+2a767107aa8c8142d96eb95142b1ac82cf646568 icedtea-3.3.0pre02
+6efaf77e82a17344499a277f1909bd3825b1b5ac icedtea-3.3.0
+0bd3170be8c729dfaa88e7aa97449b2f36c650a9 icedtea-3.4.0pre01
90f94521c3515e5f27af0ab9b31d036e88bb322a jdk8u121-b13
351bf1d4ff9a41137f91e2ec97ec59ed29a38d8b jdk8u121-b31
41daac438a2ac5a80755dc3de88b76e4ac66750a jdk8u121-b32
@@ -964,6 +1005,8 @@
db221c0a423e776bec5c3198d11d3f26827bd786 jdk8u131-b08
56e71d16083904ceddfdd1d66312582a42781646 jdk8u131-b09
1da23ae49386608550596502d90a381ee6c1dfaa jdk8u131-b10
+00b7bbd261c972b38d4ecc2925f445c28de6fcb3 icedtea-3.4.0
+654b7fcb4932d48063f5f1fba0c8994db5e02976 icedtea-3.5.0pre01
829ea9b92cda9545652f1b309f56c57383024ebb jdk8u131-b11
41e0713bcca27cef5d6a9afd44c7ca4811937713 jdk8u131-b31
e318654a4fa352a06935dd56eebf88ae387b31f9 jdk8u131-b32
@@ -984,8 +1027,13 @@
d6e7c7d2c6f69906b4cb643a6813eccba0de988f jdk8u141-b12
df6af363337eff5b22ae7940b0981231fdf5dfb4 jdk8u141-b13
3a1543e089c32592be9c201c6e021295fbf5fdc1 jdk8u141-b14
+24ab92601b895b36ffc66e50e634cb962f8f6c1e icedtea-3.5.0
23f1790147d838ddb1133cc79dc08e7c9ba5ab44 jdk8u141-b15
eea89df81a8e414813d921eeeeef9b6795f56698 jdk8u144-b00
+ecaa25cbc662396ad7ea422bf43e23098af2100e icedtea-3.5.1
+24ab92601b895b36ffc66e50e634cb962f8f6c1e icedtea-3.6.0pre00
+ecaa25cbc662396ad7ea422bf43e23098af2100e icedtea-3.6.0pre01
+542f4e30fdffc87e5e098d81d69e7aa52d3c763c icedtea-3.6.0pre02
db36f4d498b1bde975700a800b5ce732941c04b7 jdk8u144-b01
9ffa0d7ed932045a0b4ceb095fb52444eed39c1b jdk8u141-b31
ae8cae699f62b845703c891e0e7633e2089a3ec4 jdk8u141-b32
@@ -1007,6 +1055,7 @@
8b0169692abbf8fb7972920cd79cee7dcab959c3 jdk8u151-b09
e352e54382928eb8d5ec70455ef251973c332ccb jdk8u151-b10
0f06584f52ffc8627b78f4d461a3eba2b703a8f7 jdk8u151-b11
+9bad7d4825fb14efb65fc7bad625bbeaf135339e icedtea-3.6.0
856e341587d52114a753e48674517e7e307fceff jdk8u151-b12
5aa8c4ca51f0e666d368a4f119ed734d3ac59d7c jdk8u122-b00
2198ef7e1c1702b3506b95b5d8c886ad5a12bbe5 jdk8u122-b01
@@ -1034,6 +1083,7 @@
3dd92151df1b3b7c21756f241b49607024b6fe5a jdk8u152-b13
0a9d8db98fc5f0302da6520ba329f41baa092ae0 jdk8u152-b14
c1bf165d3b27e864a9f8eec5bb0c1e746a972ad5 jdk8u152-b15
+c14f056eed68c18d6bb0d4314f1a645699b7a600 icedtea-3.7.0pre01
98b4b0661837817cc39047000e1a7efa6015af7c jdk8u152-b16
91894ffc746c1681172aaa37e2cf5bff69560f20 jdk8u152-b31
d278f122e65dfb5d239ed420a534df75f527a504 jdk8u152-b32
@@ -1116,6 +1166,9 @@
6e5cabb7995ef8357c5c61c16af659bf7cc1d2ff jdk8u161-b09
b9a9aa038ad84a3fe6c91e27e359b95da8eb8629 jdk8u161-b10
b1606443958a9a64020b596327ff586ca5c8ae1d jdk8u161-b11
+074a569c30e47bd860652f31d52418c8fa878f2f icedtea-3.7.0
+074a569c30e47bd860652f31d52418c8fa878f2f icedtea-3.8.0pre00
+8bb8d4e46d6736c6feee35453ade3ed28392835f icedtea-4-branchpoint
210f7ef62595c608d69fc8bf442a4f5b0bceddb5 jdk8u161-b12
7b96cfeed22242bb68a387d1680e602e37e48050 jdk8u162-b00
92693f9dd704467ddd5fbae5a5908c1713a08ee0 jdk8u162-b01
@@ -1129,8 +1182,16 @@
02f9409295f9ea7350cc2d25eeabf3c2b13b1df6 jdk8u162-b09
c3618e1cdefdda6c262f082791bfd988e0e9d9c9 jdk8u162-b10
39e2895b795aded8b584626fb019d35f12e9d1e7 jdk8u162-b11
+839becd2cb2fcc2f35ca421ae02f82173d999a86 icedtea-3.8.0pre01
69aec2ca5d905dde1d0f29a89076d02a531808a3 jdk8u162-b12
caac74fe3cfa9a8c859c28c97d1046a58252af27 jdk8u162-b31
+c9b7abadf150328d2187de05b9e8a9cba2486e47 jdk8u162-b32
+e8041f2ec96eb6a41307732e6cf6ed90901438ae jdk8u162-b33
+bf2e8b1e8e8e6bc1f9b9475de54ba0329a6b24b1 jdk8u162-b34
+9b3f207379cf6ecfb8603640269e31ff4e064294 jdk8u162-b35
+d2ebd6530396b0afc700cd1a8eaf1f7a7f9fce8d jdk8u162-b36
+700ad8745f3fdc5ba3702616fc5ed6a6248dfa78 jdk8u162-b37
+405800ccc4c7b81475b01392f2145cc3675d1f86 jdk8u162-b38
a17bab9405474602b18cd62e060a09b17d6413ac jdk8u171-b00
ebfd57cc21e6b7f0c22b17c666b6b28c9340e207 jdk8u171-b01
1acd7c1b80241def8fac90f70b0df16356adad47 jdk8u171-b02
@@ -1143,22 +1204,39 @@
56123fdca84a3b253b8ea6f72be85bd2ebf39fd0 jdk8u171-b08
4fefe015a728955c9c25ef79e51501b68839ae75 jdk8u171-b09
6d890180aeb43ee727b2f2cc0952ae0e1b8566c8 jdk8u171-b10
+7f6e1069a5719c8908b53774d3560ce851c7cd70 icedtea-3.8.0pre02
+cb5711bf53d9278904c1ee63630a5c82189cb09a icedtea-3.8.0
+cb5711bf53d9278904c1ee63630a5c82189cb09a icedtea-3.9.0pre00
+0458118b5f190097099f2ea7b025cb2d5aeb0429 icedtea-3.9.0pre01
23addae1b843a5027df6b4194f8c8de788da55ae jdk8u171-b11
f299cf0b7baea1ae85f139f97adb9ab5499f402a jdk8u172-b00
d10254debf7c1342416062bf1ba5258f16a8ce00 jdk8u172-b01
653d9e0cd3f4023675c9eece7f0d563287f1d34f jdk8u172-b02
771d9e1fbe1ae2ec4d5d937ebcbfd18e9c800098 jdk8u172-b03
efd7a4e211e8fddf52053d4b033d8d307f356bc3 jdk8u172-b04
+5587cde50bbc2aa031aefb47eaa36b041f5e7c4b jdk8u181-b00
+8f3131e04030eb35434a27c1a0866fc3651af6d5 jdk8u191-b00
4235fb1dceebde1192498ef388a32e56b1ed5a46 jdk8u172-b05
68b234d5df6f01f3c677a114ecd6878c25f23f3c jdk8u172-b06
a311a45523b19d59f77e76b0441a2085bb5355c8 jdk8u172-b07
5c1f180db1650f0f33e6005c1366f0d68242f1ad jdk8u172-b08
aafd1bb21e2636ba982d3eae162f5c635a1df03a jdk8u172-b09
dcd3ace969fcde4eedaddba629647656289d4264 jdk8u172-b10
+88515137e73f4feead41ec276a8d26d6f4d7b3d2 icedtea-3.9.0pre02
083a9d6562100353708e4b73656282b21a78f714 jdk8u172-b11
6e2be123a2e1c7671086c767e79ffe8ad5d4f9ca jdk8u181-b01
1d0b6fcff115a57ca02081da84589630ba282789 jdk8u181-b02
1127faef22f14d56cdd6c0c8bded598f492c2611 jdk8u181-b03
+d5a33d109309138a1e9bed43d2a2bda04356dbac jdk8u172-b31
+b62c44a689e4d339b1129bffceee94119c84b1b2 jdk8u172-b32
+e8745ad08d55bb56b2ac5a70ec0a972c38fa6ca2 jdk8u172-b33
+74350ee9c013a39acb6af32049599a26e6dc3911 jdk8u172-b34
+0d1b5f9b3ab040eb9023cde206cd67d4b5a54535 jdk8u172-b35
+1e7855b1ecd3d069bcaaf35259d35f79a7c66987 jdk8u172-b36
+6a9482b43d79e3e017f58a23ec4574dd696e04db jdk8u172-b37
+6e2be123a2e1c7671086c767e79ffe8ad5d4f9ca jdk8u181-b01
+1d0b6fcff115a57ca02081da84589630ba282789 jdk8u181-b02
+1127faef22f14d56cdd6c0c8bded598f492c2611 jdk8u181-b03
c53e56e8904926f4efdde8a0483109ed3c60c064 jdk8u181-b04
cea033df30750958ffc999d647ee43587d4a06b2 jdk8u181-b05
2198f5b865507118b644830293dc9f0ec3b4439e jdk8u181-b06
@@ -1168,8 +1246,89 @@
08b5e1f3d022fbe122b11b6f45f62b5a4ce92ed9 jdk8u181-b10
e4f39d283b55faf6074308797615298bd1a45a66 jdk8u181-b11
464ed8cea5d6cdbfacc9be7035297af88f57f708 jdk8u181-b12
+9062a259cecfe8e1f3386e2982eb77bd117c81e1 jdk8u181-b31
+d78088224b9836edf36034d076e7eee89a2a9b83 icedtea-3.9.0
+d78088224b9836edf36034d076e7eee89a2a9b83 icedtea-3.10.0pre00
+ccf1620f18d39c13b79923d25e965145e16c9e08 icedtea-3.10.0pre01
eed8e846c982d7474dd07fc873ba02f83ad1f847 jdk8u181-b13
+21a3fffc43418f4d75c2091bf03478330b8a9a98 jdk8u191-b01
+2bf8498a25ec87c92584a6542f8724644c8c5706 jdk8u201-b00
+5aa3d728164a674d08ad847811be6bdd853e9bf8 jdk8u191-b02
+dd79b482625361458b2b34e7d669ee982eee06a4 jdk8u191-b03
+541c205d7fd15ab840f48aaeeaea3f63209d1687 jdk8u191-b04
+14c62eae2f8f56f571abfc8435055bb6094c8440 jdk8u191-b05
+6cfec782c42c25f772bfd51a8b47e6926aa8f69f jdk8u191-b06
+96be5f6ab83349c971edd9aeb35cafce267d3bf8 jdk8u191-b07
+113b4a1676db205922668f5b9c69b3dce22a095e jdk8u191-b08
+a339c1437badce44c7137da58d817159c9c80e4f jdk8u191-b09
+c0bd247ecd1cd09a129040e3fa1745c64db43b35 jdk8u191-b10
+055e1c867479452dd5d8c08905f7475aab25fcc1 jdk8u191-b25
+12e4de4b2499e9d9a1ae4fb0b63ca277cca150f4 jdk8u191-b11
+4e4ead43a282e8ef9fcd4ea7cfc56b0a9760d9af icedtea-3.10.0
+4e4ead43a282e8ef9fcd4ea7cfc56b0a9760d9af icedtea-3.11.0pre00
+1423aed335d6ef905adf8a7b2f86d47432ee3823 icedtea-3.11.0pre01
+4fc288749a236f6dd235336a46855a3133f83bde jdk8u191-b12
+ab9258f7206ea8745908e19de159888067939945 jdk8u191-b26
c19c5b73704e3d188bedfe52a473b408ca39009f jdk8u182-b00
0341fa6dbb363ee4dc5dbf5bfc4f820523400a72 jdk8u192-b00
5792d995ed26eec0417d96a2423446bbcd6951a9 jdk8u192-b01
792ccf73293ac2a93cf19cb827d06bcaa896caea jdk8u192-b02
+1c0a59cee0e4e680dd0973f022b86de5637b9b75 jdk8u192-b03
+1c0a59cee0e4e680dd0973f022b86de5637b9b75 jdk8u202-b00
+a8d61d7f13b0de755da1335c15b72c53c59e92b5 jdk8u192-b04
+65409bcab2ad83d7043d508448a04fe18cf1c262 jdk8u192-b05
+7070edbacb29f03b9a77dbe09425da2c888625f1 jdk8u192-b06
+cd19ee45aa6b6c81dbf981fd71abed7b7888d499 jdk8u192-b07
+c8010d92392ff0081edd6bfd1882ec1f3397a6db jdk8u192-b08
+79ba5ca0aabb29480dd94c6d32d22dceac019700 jdk8u192-b09
+b675533489ae1dc55469885471c9a29eca584d38 jdk8u192-b10
+338c85978b2283a975b762eead2fccc6d25a2bc2 jdk8u192-b25
+8df818c645d6081a387cf4fe9b9c14c0b5b639b1 jdk8u192-b11
+b99dbcd228f65dd6905feb7d07c64889e8a85bd7 icedtea-3.11.0pre02
+1f822ff877d1a250165d5d2d52faf6957f8fcd00 jdk8u192-b12
+e0e4c3a86ef0e4daf4fe96bd058045a2b13ebf84 jdk8u192-b26
+f7bd3ef62b03503c2abd2c877103fce4c41752ec jdk8u181-b31
+a2be8e761961b9aea1641593f2638406c8052bff jdk8u181-b32
+9d9f4c81eb3df5991f4409429a8eed5da385e138 jdk8u181-b33
+2ac6a4ff7b3c9c45bda2a449523f7f1babffd857 jdk8u181-b34
+f3eb9719e6961890add8af56c43a3273bedd3510 jdk8u181-b35
+5418d85b93ea93af1b75a700501cab9e53e282c5 jdk8u181-b36
+310a8a03be9363e47cc0856e43661cf71b516101 jdk8u181-b37
+cec91c1510a4f6b54f454f8a18c2ce19e1ef4002 jdk8u201-b01
+242132d678006ccd4139c33c1a188f09a09683c6 jdk8u201-b02
+68ee3b18354df0572de37bc04c3a7a8046d5a654 jdk8u201-b03
+f85cae50e04085dd498cc573cea5f829a6ab8d95 jdk8u201-b04
+2b490d8df3575cc40caf7f9ab54df2ff82ca1d6f jdk8u201-b74
+4b17023e0a3a168bd527b3a4cf2ca58fb77c691a jdk8u201-b05
+3f6c3bf8f0b17113a8b7d39962fc04db9cef360e jdk8u201-b75
+6ee55134973590878c9c922bdf76be9f1ac76940 jdk8u201-b06
+f53cabbd1a91af46b61230315e54df42c353b181 jdk8u201-b76
+dee6a1ce4a0c526c47d71ef402d10e4b8915c5cb jdk8u201-b07
+e4daab85ac15ae3c51f14ed8fba888e54e4c6830 jdk8u201-b77
+e2c2448a1ca75333879e055655f11525decc2c39 jdk8u201-b08
+a24b4e46303eab1e8b89a7d96d5950c9f7f7b27a icedtea-3.11.0
+48947e4db9f3b88fd0ec55801e969a3bd6cb74a9 jdk8u201-b09
+bd988b43db1b5ca6ee545097e79ddc5a4c8b5c87 jdk8u201-b79
+b9347a42530a741b7028e0cce47ce0bdd70697a3 jdk8u201-b25
+fb760c9d9649ab7d107b777a41f1424eebfb4883 jdk8u201-b26
+48947e4db9f3b88fd0ec55801e969a3bd6cb74a9 jdk8u201-ga
+79b4c0a88c00226dcd14496652adf84d53b5cb9c jdk8u202-b01
+9ce27f0a4683a2083d3aed59a40d6a3ccfc8e397 jdk8u202-b02
+c0836eee40e5cfc7b3eebbb7a53bfcd98bc66278 jdk8u202-b03
+270570f695e077f3dbd8e051a7a14c312bcad3cf jdk8u202-b04
+04b9a5286eca10f676132ede70f29ba643f9b78b jdk8u202-b05
+2fa6434658660b4341be233828362e533782f036 jdk8u202-b06
+32c99b1faf57d7ed59e026339a4d7eb8f86b2d83 jdk8u202-b07
+2bbcdd69f3ac026ee53e3460a73c0162eaacf63d icedtea-3.12.0pre01
+a24b4e46303eab1e8b89a7d96d5950c9f7f7b27a icedtea-3.12.0pre00
+818b1963f7a227a2368a4f363d5500dd226a529e jdk8u202-b08
+1083b49a881011f43667ebebc280d519f077f9e6 jdk8u202-b25
+7a69774c67cb79a79ccb2ac2d6d258a11e22aa6f jdk8u202-b26
+818b1963f7a227a2368a4f363d5500dd226a529e jdk8u202-ga
+9ce27f0a4683a2083d3aed59a40d6a3ccfc8e397 jdk8u212-b00
+9ee244aee077ffad50d1b183a61d9f5fc39a1285 jdk8u212-b01
+2d94aac71d3337c7c3284bdb101b7ea15ef6d5f5 jdk8u212-b02
+96fec237fcc0acfcacea0a2bac07bf8ca919e64b jdk8u212-b03
+b2000ea410b0aa80d94a89105ba3dc8bdebd80b7 jdk8u212-b04
+96fec237fcc0acfcacea0a2bac07bf8ca919e64b jdk8u212-ga
+3f9a60eb8ef03dd72438eb923fc9547b4148605d icedtea-3.12.0
diff -r 1c0a59cee0e4 -r 5174c702c7e3 .jcheck/conf
--- a/.jcheck/conf Fri Jul 20 05:44:33 2018 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-project=jdk8
-bugids=dup
diff -r 1c0a59cee0e4 -r 5174c702c7e3 THIRD_PARTY_README
--- a/THIRD_PARTY_README Fri Jul 20 05:44:33 2018 -0700
+++ b/THIRD_PARTY_README Mon Apr 22 17:30:16 2019 +0100
@@ -1096,33 +1096,6 @@
OF SUCH DAMAGE.
--- end of LICENSE ---
-%% This notice is provided with respect to FontConfig 2.5, which may be
-included with JRE 8, JDK 8, and OpenJDK 8 source distributions on
-Linux and Solaris.
-
---- begin of LICENSE ---
-
-Copyright ?? 2001,2003 Keith Packard
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that the
-above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of Keith Packard not be used in advertising or publicity pertaining
-to distribution of the software without specific, written prior permission.
-Keith Packard makes no representations about the suitability of this software
-for any purpose. It is provided "as is" without express or implied warranty.
-
-KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL KEITH
-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-
---- end of LICENSE ---
-
-------------------------------------------------------------------------------
%% This notice is provided with respect to freebXML Registry 3.0 & 3.1,
@@ -1497,7 +1470,7 @@
-------------------------------------------------------------------------------
-%% This notice is provided with respect to libpng 1.6.16, which may be
+%% This notice is provided with respect to libpng 1.6.35, which may be
included with JRE 8, JDK 8, and OpenJDK 8.
--- begin of LICENSE ---
@@ -1513,21 +1486,21 @@
This code is released under the libpng license.
-libpng versions 1.2.6, August 15, 2004, through 1.6.16, December 22, 2014, are
-Copyright (c) 2004, 2006-2014 Glenn Randers-Pehrson, and are
-distributed according to the same disclaimer and license as libpng-1.2.5
-with the following individual added to the list of Contributing Authors
-
- Cosmin Truta
-
-libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
-Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
-distributed according to the same disclaimer and license as libpng-1.0.6
-with the following individuals added to the list of Contributing Authors
+libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
+Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
+derived from libpng-1.0.6, and are distributed according to the same
+disclaimer and license as libpng-1.0.6 with the following individuals
+added to the list of Contributing Authors:
Simon-Pierre Cadieux
Eric S. Raymond
+ Mans Rullgard
+ Cosmin Truta
Gilles Vollant
+ James Yu
+ Mandar Sahastrabuddhe
+ Google Inc.
+ Vadim Barkov
and with the following additions to the disclaimer:
@@ -1538,19 +1511,25 @@
risk of satisfactory quality, performance, accuracy, and effort is with
the user.
+Some files in the "contrib" directory and some configure-generated
+files that are distributed with libpng have other copyright owners and
+are released under other open source licenses.
+
libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
-Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
-distributed according to the same disclaimer and license as libpng-0.96,
-with the following individuals added to the list of Contributing Authors:
+Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
+libpng-0.96, and are distributed according to the same disclaimer and
+license as libpng-0.96, with the following individuals added to the list
+of Contributing Authors:
Tom Lane
Glenn Randers-Pehrson
Willem van Schaik
libpng versions 0.89, June 1996, through 0.96, May 1997, are
-Copyright (c) 1996, 1997 Andreas Dilger
-Distributed according to the same disclaimer and license as libpng-0.88,
-with the following individuals added to the list of Contributing Authors:
+Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
+and are distributed according to the same disclaimer and license as
More information about the distro-pkg-dev
mailing list