Mon, 30 Oct 2017 21:23:10 +0100 Merge
jwilhelm [Mon, 30 Oct 2017 21:23:10 +0100] rev 47771
Merge
Thu, 26 Oct 2017 11:35:09 -0700 8179624: [REDO] Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
iklam [Thu, 26 Oct 2017 11:35:09 -0700] rev 47770
8179624: [REDO] Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime Summary: fixed typo in the original patch (8179305) Reviewed-by: dlong, coleenp
Wed, 01 Nov 2017 19:43:13 -0400 8190491: SA tests failed after 8189610 changes
coleenp [Wed, 01 Nov 2017 19:43:13 -0400] rev 47769
8190491: SA tests failed after 8189610 changes Summary: Change maxLength to an IntField Reviewed-by: hseigel, jiangli
Wed, 01 Nov 2017 12:56:48 -0700 8187091: ReturnBlobToWrongHeapTest fails because of problems in CodeHeap::contains_blob()
simonis [Wed, 01 Nov 2017 12:56:48 -0700] rev 47768
8187091: ReturnBlobToWrongHeapTest fails because of problems in CodeHeap::contains_blob() Reviewed-by: kvn
Wed, 01 Nov 2017 16:48:12 +0300 8189745: AARCH64: Use CRC32C intrinsic code in interpreter and C1
dchuyko [Wed, 01 Nov 2017 16:48:12 +0300] rev 47767
8189745: AARCH64: Use CRC32C intrinsic code in interpreter and C1 Reviewed-by: aph
Tue, 31 Oct 2017 16:31:39 -0700 8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
iignatyev [Tue, 31 Oct 2017 16:31:39 -0700] rev 47766
8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows Reviewed-by: jwilhelm, epavlova
Tue, 31 Oct 2017 11:55:09 -0400 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp [Tue, 31 Oct 2017 11:55:09 -0400] rev 47765
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot Summary: Removed hotspot version of jvm*h and jni*h files. Reviewed-by: ihse, mchung, dholmes
Mon, 30 Oct 2017 16:37:53 +0100 8189368: Add information on current bias holder for BiasedLockRevocation event
egahlin [Mon, 30 Oct 2017 16:37:53 +0100] rev 47764
8189368: Add information on current bias holder for BiasedLockRevocation event Reviewed-by: mgronlun, dholmes, egahlin Contributed-by: robin.westberg@oracle.com
Tue, 31 Oct 2017 09:33:47 +0100 8190351: InitialAndMaxUsageTest does not free allocated blob
thartmann [Tue, 31 Oct 2017 09:33:47 +0100] rev 47763
8190351: InitialAndMaxUsageTest does not free allocated blob Summary: Refactored test to add blob to free list and changed the allocation loop to start with blobs of size ~36 Mb. Reviewed-by: kvn
Mon, 30 Oct 2017 17:14:39 +0100 8190285: s390: Some java boolean checks are not correct
mdoerr [Mon, 30 Oct 2017 17:14:39 +0100] rev 47762
8190285: s390: Some java boolean checks are not correct Reviewed-by: lucy, coleenp
Sun, 29 Oct 2017 18:13:18 -0700 8190191: Subclasses of jdk.jfr.Event loaded from CDS breaks -XX:FlightRecorderOptions=retransform=false
iklam [Sun, 29 Oct 2017 18:13:18 -0700] rev 47761
8190191: Subclasses of jdk.jfr.Event loaded from CDS breaks -XX:FlightRecorderOptions=retransform=false Summary: Do not archive these classes Reviewed-by: jiangli, sspitsyn
Fri, 27 Oct 2017 11:44:56 +0200 8177959: G1CollectedHeap::print_on prints incorrect capacity
sjohanss [Fri, 27 Oct 2017 11:44:56 +0200] rev 47760
8177959: G1CollectedHeap::print_on prints incorrect capacity Reviewed-by: sjohanss, ehelin, pliden Contributed-by: leo.korinth@oracle.com
Fri, 27 Oct 2017 08:55:32 +0000 Merge
kvn [Fri, 27 Oct 2017 08:55:32 +0000] rev 47759
Merge
Fri, 27 Oct 2017 01:09:57 -0700 8189064: Crash with compiler/codegen/*Vect.java on Solaris-sparc
kvn [Fri, 27 Oct 2017 01:09:57 -0700] rev 47758
8189064: Crash with compiler/codegen/*Vect.java on Solaris-sparc Summary: unconditionally call cl->mark_loop_vectorized() when vectors are generated Reviewed-by: thartmann
Fri, 27 Oct 2017 07:19:00 +0000 Merge
sangheki [Fri, 27 Oct 2017 07:19:00 +0000] rev 47757
Merge
Thu, 26 Oct 2017 21:30:48 -0700 8185278: TestGreyReclaimedHumongousObjects.java fails guarantee(index != trim_index(_head_index + 1)) failed: should not go past head
sangheki [Thu, 26 Oct 2017 21:30:48 -0700] rev 47756
8185278: TestGreyReclaimedHumongousObjects.java fails guarantee(index != trim_index(_head_index + 1)) failed: should not go past head Summary: Add STS to avoid MMU concurrency problem between VM Thread and Concurrent Mark Thread Reviewed-by: tschatzl, ehelin
Fri, 27 Oct 2017 05:30:16 +0000 Merge
jcm [Fri, 27 Oct 2017 05:30:16 +0000] rev 47755
Merge
Thu, 26 Oct 2017 22:18:15 -0700 8185989: overview.html files should be deleted?
jcm [Thu, 26 Oct 2017 22:18:15 -0700] rev 47754
8185989: overview.html files should be deleted? Summary: jdk.vm.ci.code/overview.html jdk.vm.ci.meta/overview.html deleted Reviewed-by: kvn, thartmann
Thu, 16 Nov 2017 00:58:50 +0100 8184777: Factor out species generation logic from BoundMethodHandle jdk-10+32
redestad [Thu, 16 Nov 2017 00:58:50 +0100] rev 47753
8184777: Factor out species generation logic from BoundMethodHandle Reviewed-by: vlivanov Contributed-by: john.r.rose@oracle.com, claes.redestad@oracle.com
Wed, 08 Nov 2017 10:27:10 -0800 8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism
psandoz [Wed, 08 Nov 2017 10:27:10 -0800] rev 47752
8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism Reviewed-by: martin, tvaleev
Wed, 15 Nov 2017 11:50:55 -0800 8190702: JMC packaging causing errors in JDK 10 consolidated repo (macOS)
erikj [Wed, 15 Nov 2017 11:50:55 -0800] rev 47751
8190702: JMC packaging causing errors in JDK 10 consolidated repo (macOS) Reviewed-by: tbell
Wed, 15 Nov 2017 23:25:40 +0530 8068741: javax.script.ScriptEngineFactory.getMethodCallSyntax() spec allows null passed as an object
sundar [Wed, 15 Nov 2017 23:25:40 +0530] rev 47750
8068741: javax.script.ScriptEngineFactory.getMethodCallSyntax() spec allows null passed as an object Reviewed-by: hannesw
Wed, 15 Nov 2017 19:55:21 +0530 8191306: Math.abs corner case with optimistic typing
sundar [Wed, 15 Nov 2017 19:55:21 +0530] rev 47749
8191306: Math.abs corner case with optimistic typing Reviewed-by: jlaskey, hannesw
Tue, 14 Nov 2017 13:44:07 -0800 8185371: Support for multiple stylesheets in javadoc
bpatel [Tue, 14 Nov 2017 13:44:07 -0800] rev 47748
8185371: Support for multiple stylesheets in javadoc Reviewed-by: jjg, ksrini
Tue, 14 Nov 2017 13:31:43 -0800 8189631: Missing space in the javadoc for InetAddress.createNameService()
igerasim [Tue, 14 Nov 2017 13:31:43 -0800] rev 47747
8189631: Missing space in the javadoc for InetAddress.createNameService() Reviewed-by: rriggs, wetmore
Tue, 14 Nov 2017 09:19:50 -0500 Merge
mullan [Tue, 14 Nov 2017 09:19:50 -0500] rev 47746
Merge
Tue, 14 Nov 2017 09:15:12 -0500 8175094: Mark the deprecated java.security.acl APIs with forRemoval=true
mullan [Tue, 14 Nov 2017 09:15:12 -0500] rev 47745
8175094: Mark the deprecated java.security.acl APIs with forRemoval=true Reviewed-by: weijun
Tue, 14 Nov 2017 21:43:15 +0800 8191137: keytool fails to format resource strings for keys for some languages after JDK-8171319
weijun [Tue, 14 Nov 2017 21:43:15 +0800] rev 47744
8191137: keytool fails to format resource strings for keys for some languages after JDK-8171319 Reviewed-by: mullan
Tue, 14 Nov 2017 08:25:39 -0500 Merge
mullan [Tue, 14 Nov 2017 08:25:39 -0500] rev 47743
Merge
Tue, 14 Nov 2017 08:24:27 -0500 8175091: Mark the deprecated java.security.{Certificate,Identity,IdentityScope,Signer} APIs with forRemoval=true
mullan [Tue, 14 Nov 2017 08:24:27 -0500] rev 47742
8175091: Mark the deprecated java.security.{Certificate,Identity,IdentityScope,Signer} APIs with forRemoval=true Reviewed-by: weijun
Tue, 14 Nov 2017 14:18:23 +0100 8191133: Ant task to fetch underscore.js requires gzip decoding option
hannesw [Tue, 14 Nov 2017 14:18:23 +0100] rev 47741
8191133: Ant task to fetch underscore.js requires gzip decoding option Reviewed-by: sundar, jlaskey
Tue, 14 Nov 2017 12:10:28 +0100 8190410: Help.gmk is not updated after consolidation
ihse [Tue, 14 Nov 2017 12:10:28 +0100] rev 47740
8190410: Help.gmk is not updated after consolidation Reviewed-by: erikj
Tue, 14 Nov 2017 03:58:40 -0600 8191172: Problem list java/net/httpclient/websocket/ConnectionHandover.java
xiaofeya [Tue, 14 Nov 2017 03:58:40 -0600] rev 47739
8191172: Problem list java/net/httpclient/websocket/ConnectionHandover.java Reviewed-by: chegar
Tue, 14 Nov 2017 10:04:45 +0100 8185119: Uninitialized const when using multiple threads
hannesw [Tue, 14 Nov 2017 10:04:45 +0100] rev 47738
8185119: Uninitialized const when using multiple threads Reviewed-by: jlaskey, sundar
Tue, 14 Nov 2017 08:59:19 +0530 8177471: jlink should use the version from java.base.jmod to find modules
sundar [Tue, 14 Nov 2017 08:59:19 +0530] rev 47737
8177471: jlink should use the version from java.base.jmod to find modules Reviewed-by: mchung, alanb
Mon, 13 Nov 2017 18:14:33 +0100 8191131: Nashorn test comparator breaks comparator contract
hannesw [Mon, 13 Nov 2017 18:14:33 +0100] rev 47736
8191131: Nashorn test comparator breaks comparator contract Reviewed-by: sundar, jlaskey
Mon, 13 Nov 2017 16:32:30 +0100 8190725: Freetype license file provided with configure not included in images
erikj [Mon, 13 Nov 2017 16:32:30 +0100] rev 47735
8190725: Freetype license file provided with configure not included in images Reviewed-by: ihse, tbell
Mon, 13 Nov 2017 15:54:20 +0100 8190391: nashorn "!!" of nonzero even integer var becomes false when returned
hannesw [Mon, 13 Nov 2017 15:54:20 +0100] rev 47734
8190391: nashorn "!!" of nonzero even integer var becomes false when returned Reviewed-by: sundar, hannesw Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Mon, 13 Nov 2017 14:03:36 +0530 8145635: Add TCP_QUICKACK socket option
vtewari [Mon, 13 Nov 2017 14:03:36 +0530] rev 47733
8145635: Add TCP_QUICKACK socket option Reviewed-by: chegar, rriggs, clanger
Fri, 10 Nov 2017 03:27:43 +0000 Merge
lana [Fri, 10 Nov 2017 03:27:43 +0000] rev 47732
Merge
Fri, 10 Nov 2017 03:26:50 +0000 Added tag jdk-10+31 for changeset e6278add9ff2
lana [Fri, 10 Nov 2017 03:26:50 +0000] rev 47731
Added tag jdk-10+31 for changeset e6278add9ff2
Thu, 09 Nov 2017 16:14:45 -0800 8189764: Miscellaneous changes imported from jsr166 CVS 2017-11
dl [Thu, 09 Nov 2017 16:14:45 -0800] rev 47730
8189764: Miscellaneous changes imported from jsr166 CVS 2017-11 Reviewed-by: martin, psandoz, dholmes
Thu, 09 Nov 2017 16:10:46 -0800 8189387: ConcurrentLinkedDeque linearizability continued ...
dl [Thu, 09 Nov 2017 16:10:46 -0800] rev 47729
8189387: ConcurrentLinkedDeque linearizability continued ... Reviewed-by: martin, psandoz, dholmes
Thu, 09 Nov 2017 16:07:21 -0800 8179314: CountedCompleterTest.testForkHelpQuiesce fails with expected:<21> but was:<13>
dl [Thu, 09 Nov 2017 16:07:21 -0800] rev 47728
8179314: CountedCompleterTest.testForkHelpQuiesce fails with expected:<21> but was:<13> Reviewed-by: martin, psandoz, dholmes
Thu, 09 Nov 2017 16:03:37 -0800 8190747: ExecutorService/Invoke.java fails intermittently
dl [Thu, 09 Nov 2017 16:03:37 -0800] rev 47727
8190747: ExecutorService/Invoke.java fails intermittently Reviewed-by: martin, psandoz, dholmes
Thu, 09 Nov 2017 13:30:03 -0800 8191025: (ch) Scattering reads to a subsequence of buffers ignores length
bpb [Thu, 09 Nov 2017 13:30:03 -0800] rev 47726
8191025: (ch) Scattering reads to a subsequence of buffers ignores length Summary: Use length parameter instead of the buffer array length Reviewed-by: rriggs, alanb
Thu, 09 Nov 2017 20:51:37 +0000 8189953: FileHandler constructor throws NoSuchFileException with absolute path
dfuchs [Thu, 09 Nov 2017 20:51:37 +0000] rev 47725
8189953: FileHandler constructor throws NoSuchFileException with absolute path Reviewed-by: mchung
Thu, 09 Nov 2017 14:38:54 +0530 8190258: (tz) Support tzdata2017c
rpatil [Thu, 09 Nov 2017 14:38:54 +0530] rev 47724
8190258: (tz) Support tzdata2017c 8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c Reviewed-by: naoto, martin
Tue, 07 Nov 2017 23:18:16 +0100 8190865: Require jtreg 4.2 b10 jdk-10+31
jwilhelm [Tue, 07 Nov 2017 23:18:16 +0100] rev 47723
8190865: Require jtreg 4.2 b10 Reviewed-by: dcubed, erikj
Wed, 08 Nov 2017 13:38:00 -0800 8190733: Use Class::getPackageName in java.base implementation
mchung [Wed, 08 Nov 2017 13:38:00 -0800] rev 47722
8190733: Use Class::getPackageName in java.base implementation Reviewed-by: mchung, rriggs Contributed-by: Christoph Dreis <christoph.dreis@freenet.de>
Wed, 08 Nov 2017 13:32:40 -0800 8190735: Define all base artifacts for all open/open-debug profiles
erikj [Wed, 08 Nov 2017 13:32:40 -0800] rev 47721
8190735: Define all base artifacts for all open/open-debug profiles Reviewed-by: tbell
Wed, 08 Nov 2017 12:34:59 -0800 8185739: Memory leak in BitmapUtil::BitmapToRgn
prr [Wed, 08 Nov 2017 12:34:59 -0800] rev 47720
8185739: Memory leak in BitmapUtil::BitmapToRgn Reviewed-by: serb, psadhukhan
Wed, 08 Nov 2017 12:27:40 -0800 Merge
prr [Wed, 08 Nov 2017 12:27:40 -0800] rev 47719
Merge
Tue, 07 Nov 2017 14:36:52 -0800 8019816: [TEST_BUG][macosx] closed/java/awt/BasicStroke/DashZeroWidth.java not on EDT
serb [Tue, 07 Nov 2017 14:36:52 -0800] rev 47718
8019816: [TEST_BUG][macosx] closed/java/awt/BasicStroke/DashZeroWidth.java not on EDT Reviewed-by: prr, azvegint
Mon, 06 Nov 2017 10:11:19 -0800 Merge
prr [Mon, 06 Nov 2017 10:11:19 -0800] rev 47717
Merge
Mon, 06 Nov 2017 13:11:51 +0530 8189702: Broken links in javadoc for Adobe TIFF related documents
jdv [Mon, 06 Nov 2017 13:11:51 +0530] rev 47716
8189702: Broken links in javadoc for Adobe TIFF related documents Reviewed-by: prr, bpb
Wed, 08 Nov 2017 12:02:19 -0800 8190744: xattr: No such file LICENSE files
erikj [Wed, 08 Nov 2017 12:02:19 -0800] rev 47715
8190744: xattr: No such file LICENSE files Reviewed-by: alanb, tbell
Wed, 08 Nov 2017 09:18:15 -0500 8190884: java/lang/Runtime/exec/LotsOfOutput fails intermittently
rriggs [Wed, 08 Nov 2017 09:18:15 -0500] rev 47714
8190884: java/lang/Runtime/exec/LotsOfOutput fails intermittently Reviewed-by: lancea, mchung
Wed, 08 Nov 2017 12:15:24 +0100 8190427: Test for JDK-8165198 fails intermittently because of GC
hannesw [Wed, 08 Nov 2017 12:15:24 +0100] rev 47713
8190427: Test for JDK-8165198 fails intermittently because of GC Reviewed-by: jlaskey, sundar
Tue, 07 Nov 2017 16:19:55 -0800 8181151: Fix lint warnings in JAXP repo: cast
joehw [Tue, 07 Nov 2017 16:19:55 -0800] rev 47712
8181151: Fix lint warnings in JAXP repo: cast Reviewed-by: lancea, rriggs
Tue, 07 Nov 2017 10:35:58 -0800 8190814: javax/imageio/stream/NullStreamCheckTest writes to the repo
martin [Tue, 07 Nov 2017 10:35:58 -0800] rev 47711
8190814: javax/imageio/stream/NullStreamCheckTest writes to the repo Reviewed-by: pnarayanan, jdv, prr
Tue, 07 Nov 2017 10:02:48 -0800 8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable
martin [Tue, 07 Nov 2017 10:02:48 -0800] rev 47710
8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable Reviewed-by: naoto, rgoel
Tue, 07 Nov 2017 17:08:59 +0000 8190482: InnocuousThread creation should not require the caller to possess enableContextClassLoaderOverride
chegar [Tue, 07 Nov 2017 17:08:59 +0000] rev 47709
8190482: InnocuousThread creation should not require the caller to possess enableContextClassLoaderOverride Reviewed-by: rriggs, mchung
Tue, 07 Nov 2017 12:18:29 +0100 8186807: JSObject gets ScriptFunction when ScriptObjectMirror is expected
hannesw [Tue, 07 Nov 2017 12:18:29 +0100] rev 47708
8186807: JSObject gets ScriptFunction when ScriptObjectMirror is expected Reviewed-by: sundar, hannesw Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Mon, 06 Nov 2017 17:48:00 -0800 8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library
mchung [Mon, 06 Nov 2017 17:48:00 -0800] rev 47707
8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library Reviewed-by: alanb, bchristi, kbarrett, dholmes, plevart
Mon, 06 Nov 2017 17:35:40 -0500 8187281: Remove intermittent from OnExitTest
rriggs [Mon, 06 Nov 2017 17:35:40 -0500] rev 47706
8187281: Remove intermittent from OnExitTest Reviewed-by: lancea
Mon, 06 Nov 2017 16:32:00 +0000 8190793: Httpserver does not detect truncated request body
michaelm [Mon, 06 Nov 2017 16:32:00 +0000] rev 47705
8190793: Httpserver does not detect truncated request body Reviewed-by: chegar, dfuchs
Mon, 06 Nov 2017 22:05:53 +0530 8190795: jjs should show javadoc for java methods on shift-tab
sundar [Mon, 06 Nov 2017 22:05:53 +0530] rev 47704
8190795: jjs should show javadoc for java methods on shift-tab Reviewed-by: hannesw, jlaskey
Mon, 06 Nov 2017 14:10:39 +0100 8180744: Update ct.sym for JDK 10
jlahoda [Mon, 06 Nov 2017 14:10:39 +0100] rev 47703
8180744: Update ct.sym for JDK 10 Summary: Adding historical data and code support for --release 9. Reviewed-by: jjg, mcimadamore
Mon, 06 Nov 2017 13:10:43 +0100 8139607: -release option forces StandardJavaFileManager
jlahoda [Mon, 06 Nov 2017 13:10:43 +0100] rev 47702
8139607: -release option forces StandardJavaFileManager Summary: Merging a --release specific file manager with the user-provided one, rather than altering the user-provided one. Reviewed-by: jjg, mcimadamore
Mon, 30 Oct 2017 21:23:10 +0100 Merge
jwilhelm [Mon, 30 Oct 2017 21:23:10 +0100] rev 47701
Merge
Tue, 10 Oct 2017 14:05:04 +0200 8188151: "assert(entry_for(catch_pco, handler_bcis->at(i), scope_depth)->pco() == handler_pcos->at(i))" failure with C1
roland [Tue, 10 Oct 2017 14:05:04 +0200] rev 47700
8188151: "assert(entry_for(catch_pco, handler_bcis->at(i), scope_depth)->pco() == handler_pcos->at(i))" failure with C1 Reviewed-by: kvn, dlong
Thu, 26 Oct 2017 05:59:15 -0700 6523512: has_special_runtime_exit_condition checks for is_deopt_suspend needlessly
jcm [Thu, 26 Oct 2017 05:59:15 -0700] rev 47699
6523512: has_special_runtime_exit_condition checks for is_deopt_suspend needlessly Summary: removed is_deopt_suspend() from has_special_runtime_exit_condition checks Reviewed-by: dlong, thartmann
Wed, 25 Oct 2017 16:30:31 -0700 8166750: C1 profiling handles statically bindable call sites differently than the interpreter
iveresov [Wed, 25 Oct 2017 16:30:31 -0700] rev 47698
8166750: C1 profiling handles statically bindable call sites differently than the interpreter Summary: Optimize profiling of statically binable call sites. Add monomorphic profile fixup to JVMCI MDO API. Reviewed-by: dnsimon, kvn
Wed, 25 Oct 2017 16:15:10 +0200 8189797: Fix initializer lists in G1ConcurrentMark and G1CMTask
tschatzl [Wed, 25 Oct 2017 16:15:10 +0200] rev 47697
8189797: Fix initializer lists in G1ConcurrentMark and G1CMTask Reviewed-by: kbarrett
Wed, 25 Oct 2017 16:13:09 +0200 8189673: Consistent naming of concurrent threads, tasks and related identifiers
tschatzl [Wed, 25 Oct 2017 16:13:09 +0200] rev 47696
8189673: Consistent naming of concurrent threads, tasks and related identifiers Reviewed-by: sjohanss, drwhite
Wed, 25 Oct 2017 16:12:15 +0200 8189801: Remove G1MarkingOverheadPercent
tschatzl [Wed, 25 Oct 2017 16:12:15 +0200] rev 47695
8189801: Remove G1MarkingOverheadPercent Summary: Remove obsolete and buggy functionality related to G1MarkingOverheadPercent Reviewed-by: sjohanss
Tue, 24 Oct 2017 15:44:29 +0530 8189061: serviceability/sa/TestInstanceKlassSize.java - Unable to find instance klass for null
sballal [Tue, 24 Oct 2017 15:44:29 +0530] rev 47694
8189061: serviceability/sa/TestInstanceKlassSize.java - Unable to find instance klass for null Reviewed-by: jgeorge, dholmes
Wed, 25 Oct 2017 08:37:41 +0200 8188785: CCP sets invalid type for java mirror load
thartmann [Wed, 25 Oct 2017 08:37:41 +0200] rev 47693
8188785: CCP sets invalid type for java mirror load Summary: Added special case for java mirror load to propagate correct type information. Reviewed-by: kvn
Mon, 23 Oct 2017 21:49:48 -0700 8189649: AOT: assert(caller_frame.cb()->as_nmethod_or_null() == cm) failed: expect top frame nmethod
dlong [Mon, 23 Oct 2017 21:49:48 -0700] rev 47692
8189649: AOT: assert(caller_frame.cb()->as_nmethod_or_null() == cm) failed: expect top frame nmethod Reviewed-by: kvn
Tue, 24 Oct 2017 14:53:03 +0000 Merge
jcm [Tue, 24 Oct 2017 14:53:03 +0000] rev 47691
Merge
Tue, 24 Oct 2017 06:06:56 -0700 8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL
jcm [Tue, 24 Oct 2017 06:06:56 -0700] rev 47690
8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL Summary: skip the assert for this specific case, as it is not an issue. Reviewed-by: coleenp, dlong, kvn
Tue, 24 Oct 2017 08:29:00 -0400 8189794: Assert in InstanceKlass::cast called from Exceptions::new_exceptions
coleenp [Tue, 24 Oct 2017 08:29:00 -0400] rev 47689
8189794: Assert in InstanceKlass::cast called from Exceptions::new_exceptions Summary: Fix call to InstanceKlass::cast to only be after verifying class is non-null. Reviewed-by: dholmes, sspitsyn
Mon, 04 Sep 2017 19:50:01 +0200 8166317: InterpreterCodeSize should be computed
simonis [Mon, 04 Sep 2017 19:50:01 +0200] rev 47688
8166317: InterpreterCodeSize should be computed Reviewed-by: kvn, coleenp
Sun, 15 Oct 2017 22:54:03 +0200 8171853: Remove Shark compiler
rkennke [Sun, 15 Oct 2017 22:54:03 +0200] rev 47687
8171853: Remove Shark compiler Reviewed-by: dholmes, kvn, erikj, ihse
Wed, 18 Oct 2017 16:06:39 +0200 8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj
roland [Wed, 18 Oct 2017 16:06:39 +0200] rev 47686
8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj Reviewed-by: kvn
Mon, 23 Oct 2017 14:57:05 +0000 Merge
hseigel [Mon, 23 Oct 2017 14:57:05 +0000] rev 47685
Merge
Mon, 23 Oct 2017 10:42:26 -0400 8174954: Parameter target type is allowed access after a module read edge or a package export has occurred after failed resolution
hseigel [Mon, 23 Oct 2017 10:42:26 -0400] rev 47684
8174954: Parameter target type is allowed access after a module read edge or a package export has occurred after failed resolution Summary: Store resolution exception in resolution_error table and set flag in cpCache indicating resolution failed. Reviewed-by: acorn, jrose, dholmes, lfoltan
Mon, 23 Oct 2017 09:33:14 -0400 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke [Mon, 23 Oct 2017 09:33:14 -0400] rev 47683
8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects Reviewed-by: coleenp
Mon, 23 Oct 2017 10:45:07 +0000 Merge
tschatzl [Mon, 23 Oct 2017 10:45:07 +0000] rev 47682
Merge
Mon, 23 Oct 2017 11:46:54 +0200 8189729: Change _perc suffixes in identifiers to _percent
tschatzl [Mon, 23 Oct 2017 11:46:54 +0200] rev 47681
8189729: Change _perc suffixes in identifiers to _percent Reviewed-by: sjohanss, ehelin
Mon, 23 Oct 2017 11:46:38 +0200 8189665: Change id parameter of G1ConcurrentMark::task() to uint
tschatzl [Mon, 23 Oct 2017 11:46:38 +0200] rev 47680
8189665: Change id parameter of G1ConcurrentMark::task() to uint Reviewed-by: sangheki, sjohanss
Mon, 23 Oct 2017 11:46:25 +0200 8189666: Replace various inlined percentage calculations with global percent_of()
tschatzl [Mon, 23 Oct 2017 11:46:25 +0200] rev 47679
8189666: Replace various inlined percentage calculations with global percent_of() Reviewed-by: sjohanss, sangheki
Mon, 23 Oct 2017 11:46:12 +0200 8184667: Clean up G1ConcurrentMark files
tschatzl [Mon, 23 Oct 2017 11:46:12 +0200] rev 47678
8184667: Clean up G1ConcurrentMark files Summary: Fix naming, formatting, access control, remove unused code. Reviewed-by: sjohanss, pliden
Mon, 23 Oct 2017 10:44:02 +0000 Merge
stefank [Mon, 23 Oct 2017 10:44:02 +0000] rev 47677
Merge
Mon, 23 Oct 2017 11:20:53 +0200 8189748: More precise closures for WeakProcessor::weak_oops_do calls
stefank [Mon, 23 Oct 2017 11:20:53 +0200] rev 47676
8189748: More precise closures for WeakProcessor::weak_oops_do calls Reviewed-by: pliden, sjohanss
Mon, 23 Oct 2017 11:56:30 +0200 8189616: [s390] Remove definition and all uses of STCK instruction
lucy [Mon, 23 Oct 2017 11:56:30 +0200] rev 47675
8189616: [s390] Remove definition and all uses of STCK instruction Reviewed-by: mdoerr
Mon, 23 Oct 2017 03:15:19 -0400 8189776: Remove dead code in jvm.cpp: force_verify_field_access
dholmes [Mon, 23 Oct 2017 03:15:19 -0400] rev 47674
8189776: Remove dead code in jvm.cpp: force_verify_field_access Reviewed-by: redestad
Sat, 21 Oct 2017 15:15:46 -0700 8185160: -XX:DumpLoadedClassList omits graal classes
iklam [Sat, 21 Oct 2017 15:15:46 -0700] rev 47673
8185160: -XX:DumpLoadedClassList omits graal classes Reviewed-by: jiangli, dholmes, lfoltan
Sun, 22 Oct 2017 00:10:29 +0200 Merge
jwilhelm [Sun, 22 Oct 2017 00:10:29 +0200] rev 47672
Merge
Sat, 21 Oct 2017 01:23:52 +0200 Merge
jwilhelm [Sat, 21 Oct 2017 01:23:52 +0200] rev 47671
Merge
Sat, 21 Oct 2017 00:06:50 +0000 Merge
sspitsyn [Sat, 21 Oct 2017 00:06:50 +0000] rev 47670
Merge
Sat, 21 Oct 2017 07:00:23 +0900 8151815: Could not parse core image with JSnap.
ysuenaga [Sat, 21 Oct 2017 07:00:23 +0900] rev 47669
8151815: Could not parse core image with JSnap. Reviewed-by: dholmes, sspitsyn
Thu, 19 Oct 2017 19:23:48 -0700 8132547: [AOT] support invokedynamic instructions
dlong [Thu, 19 Oct 2017 19:23:48 -0700] rev 47668
8132547: [AOT] support invokedynamic instructions Reviewed-by: iveresov, kvn
Wed, 11 Oct 2017 17:11:28 -0700 8187438: Update Graal
dlong [Wed, 11 Oct 2017 17:11:28 -0700] rev 47667
8187438: Update Graal Reviewed-by: kvn
Wed, 20 Sep 2017 15:12:11 +0200 8185712: [windows] Improve native symbol decoder
goetz [Wed, 20 Sep 2017 15:12:11 +0200] rev 47666
8185712: [windows] Improve native symbol decoder Reviewed-by: goetz, iklam, zgu
Thu, 19 Oct 2017 14:36:40 +0200 8149137: Remove _DISABLE_MMU define from G1MMUTracker
ehelin [Thu, 19 Oct 2017 14:36:40 +0200] rev 47665
8149137: Remove _DISABLE_MMU define from G1MMUTracker Reviewed-by: ehelin, sjohanss Contributed-by: Leo Korinth <leo.korinth@oracle.com>
Fri, 20 Oct 2017 01:40:08 +0000 Merge
dholmes [Fri, 20 Oct 2017 01:40:08 +0000] rev 47664
Merge
Thu, 19 Oct 2017 20:48:31 -0400 8189373: jmap -heap exited with error code
rkennke [Thu, 19 Oct 2017 20:48:31 -0400] rev 47663
8189373: jmap -heap exited with error code Summary: Add CMSHeap related bits to SA code Reviewed-by: dholmes, jgeorge
Thu, 19 Oct 2017 17:27:34 -0700 8189193: FindClass should only see classes from the boot loader called from its associated native library
mchung [Thu, 19 Oct 2017 17:27:34 -0700] rev 47662
8189193: FindClass should only see classes from the boot loader called from its associated native library Reviewed-by: coleenp, dholmes
Thu, 19 Oct 2017 11:31:52 -0700 8188245: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can fail
sangheki [Thu, 19 Oct 2017 11:31:52 -0700] rev 47661
8188245: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can fail Summary: Changed to use BigDecimal to solve double rounding issue Reviewed-by: sjohanss, eosterlund
Thu, 19 Oct 2017 14:15:06 +0200 Merge
ihse [Thu, 19 Oct 2017 14:15:06 +0200] rev 47660
Merge
Thu, 19 Oct 2017 11:59:52 +0200 8189608: Remove duplicated jni.h
ihse [Thu, 19 Oct 2017 11:59:52 +0200] rev 47659
8189608: Remove duplicated jni.h Reviewed-by: erikj, dholmes, coleenp
Thu, 19 Oct 2017 11:25:55 +0200 8189355: Cleanup of BarrierSet barrier functions
eosterlund [Thu, 19 Oct 2017 11:25:55 +0200] rev 47658
8189355: Cleanup of BarrierSet barrier functions Reviewed-by: shade, kbarrett, pliden, rkennke
Wed, 18 Oct 2017 19:36:17 -0700 8189390: Assert in TestOptionsWithRanges.java
sangheki [Wed, 18 Oct 2017 19:36:17 -0700] rev 47657
8189390: Assert in TestOptionsWithRanges.java Summary: Reinstate error handling in CMS heap creation code Reviewed-by: stefank, sangheki
Wed, 18 Oct 2017 23:21:37 +0000 Merge
coleenp [Wed, 18 Oct 2017 23:21:37 +0000] rev 47656
Merge
Wed, 18 Oct 2017 23:02:35 +0000 Merge
coleenp [Wed, 18 Oct 2017 23:02:35 +0000] rev 47655
Merge
Wed, 18 Oct 2017 18:49:54 -0400 8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
ysuenaga [Wed, 18 Oct 2017 18:49:54 -0400] rev 47654
8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize Reviewed-by: coleenp, hseigel
Wed, 18 Oct 2017 22:10:28 +0000 Merge
sspitsyn [Wed, 18 Oct 2017 22:10:28 +0000] rev 47653
Merge
Wed, 18 Oct 2017 21:05:09 +0000 Merge
sspitsyn [Wed, 18 Oct 2017 21:05:09 +0000] rev 47652
Merge
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip