Mon, 20 Nov 2017 09:50:27 +0100 8160548: Inconsistent inlining behavior with CompileOnly
neliasso [Mon, 20 Nov 2017 09:50:27 +0100] rev 48002
8160548: Inconsistent inlining behavior with CompileOnly Summary: can_be_compiled should not affect inlining Reviewed-by: thartmann
Wed, 11 Oct 2017 11:24:59 +0200 8169766: c1 + Xcomp reresolving call target every invocation
neliasso [Wed, 11 Oct 2017 11:24:59 +0200] rev 48001
8169766: c1 + Xcomp reresolving call target every invocation Summary: Set reciever klass for static_bound calls Reviewed-by: kvn
Wed, 11 Oct 2017 11:22:21 +0200 8160303: parse_method_pattern only scans 254 chars
neliasso [Wed, 11 Oct 2017 11:22:21 +0200] rev 48000
8160303: parse_method_pattern only scans 254 chars Summary: Fix wrong scan length Reviewed-by: kvn, redestad
Mon, 20 Nov 2017 09:50:23 +0100 8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds
neliasso [Mon, 20 Nov 2017 09:50:23 +0100] rev 47999
8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds Summary: Compile fewer methods Reviewed-by: thartmann, kvn
Mon, 20 Nov 2017 13:07:44 +0100 8189871: Refactor GC barriers to use declarative semantics
eosterlund [Mon, 20 Nov 2017 13:07:44 +0100] rev 47998
8189871: Refactor GC barriers to use declarative semantics Reviewed-by: pliden, rkennke, coleenp, dholmes, kbarrett, stefank
Mon, 20 Nov 2017 12:04:13 +0100 Merge
tschatzl [Mon, 20 Nov 2017 12:04:13 +0100] rev 47997
Merge
Mon, 20 Nov 2017 10:15:34 +0100 8186480: Remove warning when AssumeMP is true and ergonomics determines to use one worker thread
tschatzl [Mon, 20 Nov 2017 10:15:34 +0100] rev 47996
8186480: Remove warning when AssumeMP is true and ergonomics determines to use one worker thread Reviewed-by: shade
Mon, 20 Nov 2017 10:10:58 +0100 8191373: Multiple NUMA nodes expected
rehn [Mon, 20 Nov 2017 10:10:58 +0100] rev 47995
8191373: Multiple NUMA nodes expected Reviewed-by: dholmes, gromero, dcubed
Mon, 20 Nov 2017 09:40:42 +0100 8191329: Deprecate DeferPollingPageLoopCount
rehn [Mon, 20 Nov 2017 09:40:42 +0100] rev 47994
8191329: Deprecate DeferPollingPageLoopCount Reviewed-by: dholmes, shade
Mon, 20 Nov 2017 09:35:31 +0100 8191327: Deprecate DeferThrSuspendLoopCount
rehn [Mon, 20 Nov 2017 09:35:31 +0100] rev 47993
8191327: Deprecate DeferThrSuspendLoopCount Reviewed-by: dholmes, shade
Mon, 20 Nov 2017 09:33:16 +0100 8191326: Deprecate SafepointSpinBeforeYield
rehn [Mon, 20 Nov 2017 09:33:16 +0100] rev 47992
8191326: Deprecate SafepointSpinBeforeYield Reviewed-by: dholmes, shade
Sun, 19 Nov 2017 23:30:41 -0500 8187118: Remove appending -cp path to the boot class path at AppCDS dump time
jiangli [Sun, 19 Nov 2017 23:30:41 -0500] rev 47991
8187118: Remove appending -cp path to the boot class path at AppCDS dump time 8187119: Consolidate record_shared_class_loader_type() and record_result() Summary: Remove -cp path from the boot append list at dump time and other AppCDS cleanups. Reviewed-by: lfoltan, iklam
Wed, 29 Nov 2017 21:01:55 -0800 8192781: tools/jar/multiRelease/Basic.java test Basic.test09(): failure after change d34958
sherman [Wed, 29 Nov 2017 21:01:55 -0800] rev 47990
8192781: tools/jar/multiRelease/Basic.java test Basic.test09(): failure after change d34958 Reviewed-by: mchung
Wed, 29 Nov 2017 20:42:18 -0800 8191942: Replace jdeps use of jdk.internal.util.jar.VersionedStream with new public API
mchung [Wed, 29 Nov 2017 20:42:18 -0800] rev 47989
8191942: Replace jdeps use of jdk.internal.util.jar.VersionedStream with new public API Reviewed-by: alanb, erikj
Wed, 29 Nov 2017 15:27:47 -0800 8182108: javadoc makes up type variables for grandparent types
ksrini [Wed, 29 Nov 2017 15:27:47 -0800] rev 47988
8182108: javadoc makes up type variables for grandparent types Reviewed-by: jjg
Wed, 29 Nov 2017 15:01:16 -0800 8189611: JarFile versioned stream and real name support
sherman [Wed, 29 Nov 2017 15:01:16 -0800] rev 47987
8189611: JarFile versioned stream and real name support Reviewed-by: psandoz, alanb, mchung, martin
Wed, 29 Nov 2017 22:23:21 +0100 8191933: Use failure handler in run-test
ihse [Wed, 29 Nov 2017 22:23:21 +0100] rev 47986
8191933: Use failure handler in run-test Reviewed-by: erikj
Wed, 29 Nov 2017 12:39:59 -0800 8187237: Need to define the behaviour for 0 and 1 argument method type in StringConcatFactory.makeConcat
psandoz [Wed, 29 Nov 2017 12:39:59 -0800] rev 47985
8187237: Need to define the behaviour for 0 and 1 argument method type in StringConcatFactory.makeConcat 8186737: Lookup argument for StringConcatFactory.makeConcat & makeConcatWithConstants cannot have privileges less than PRIVATE Reviewed-by: mchung
Wed, 29 Nov 2017 21:23:57 +0100 8192067: Add fixpath to test image
ihse [Wed, 29 Nov 2017 21:23:57 +0100] rev 47984
8192067: Add fixpath to test image Reviewed-by: tbell, erikj
Wed, 29 Nov 2017 10:35:50 -0800 8181175: Stream.concat behaves like terminal operation
psandoz [Wed, 29 Nov 2017 10:35:50 -0800] rev 47983
8181175: Stream.concat behaves like terminal operation Reviewed-by: smarks, briangoetz, dfuchs
Wed, 29 Nov 2017 09:47:02 -0800 Merge
prr [Wed, 29 Nov 2017 09:47:02 -0800] rev 47982
Merge
Wed, 29 Nov 2017 09:07:01 -0800 Merge
prr [Wed, 29 Nov 2017 09:07:01 -0800] rev 47981
Merge
Tue, 28 Nov 2017 15:01:00 -0800 8043334: Typo in javax/swing/JComponent.html
serb [Tue, 28 Nov 2017 15:01:00 -0800] rev 47980
8043334: Typo in javax/swing/JComponent.html Reviewed-by: ssadetsky
Tue, 28 Nov 2017 17:30:43 +0530 8158366: [macosx] Regression: closed/java/awt/dnd/RecognizedActionTest/RecognizedActionTest.html fails
mhalder [Tue, 28 Nov 2017 17:30:43 +0530] rev 47979
8158366: [macosx] Regression: closed/java/awt/dnd/RecognizedActionTest/RecognizedActionTest.html fails Reviewed-by: serb, pkbalakr, aghaisas Contributed-by: manajit.halder@oracle.com
Tue, 28 Nov 2017 16:27:23 +0530 8190861: [TESTBUG] javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java is wrong
pbansal [Tue, 28 Nov 2017 16:27:23 +0530] rev 47978
8190861: [TESTBUG] javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java is wrong Reviewed-by: serb, psadhukhan Contributed-by: pankaj.b.bansal@oracle.com
Mon, 27 Nov 2017 15:28:29 -0800 8187367: Numerous swing display problems with scaled displays on Windows
ssadetsky [Mon, 27 Nov 2017 15:28:29 -0800] rev 47977
8187367: Numerous swing display problems with scaled displays on Windows Reviewed-by: serb, prr
Mon, 27 Nov 2017 10:35:05 -0800 Merge
prr [Mon, 27 Nov 2017 10:35:05 -0800] rev 47976
Merge
Fri, 24 Nov 2017 16:55:18 -0800 8190939: JShell: gives a compiler error evaluating an expression of inaccessible type
rfield [Fri, 24 Nov 2017 16:55:18 -0800] rev 47975
8190939: JShell: gives a compiler error evaluating an expression of inaccessible type Reviewed-by: jlahoda
Fri, 24 Nov 2017 13:18:36 +0530 8176072: READING attributes are not available on TSF
ssreedharan [Fri, 24 Nov 2017 13:18:36 +0530] rev 47974
8176072: READING attributes are not available on TSF Reviewed-by: ssadetsky
Thu, 23 Nov 2017 23:05:52 -0800 8191384: WaveFloatFileReader never closes the data stream
serb [Thu, 23 Nov 2017 23:05:52 -0800] rev 47973
8191384: WaveFloatFileReader never closes the data stream Reviewed-by: amenkov
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip