Wed, 12 Nov 2014 12:41:32 +0000 8064464: regression with type inference of conditional expression
mcimadamore [Wed, 12 Nov 2014 12:41:32 +0000] rev 27551
8064464: regression with type inference of conditional expression Summary: Bad classification of conditional leads to spurious error Reviewed-by: jlahoda
Mon, 10 Nov 2014 20:29:58 +0100 8062737: Sjavac creates unnecessarily many SjavacClient/PooledSjavac/SjavacImpl instances
alundblad [Mon, 10 Nov 2014 20:29:58 +0100] rev 27550
8062737: Sjavac creates unnecessarily many SjavacClient/PooledSjavac/SjavacImpl instances Summary: Moved sjavac initialization out of loop body. Reviewed-by: jfranck, ohrstrom
Fri, 24 Oct 2014 10:08:51 +0200 8060448: ArrayIndexOutOfBoundsException with annotation processing printout of empty line
jfranck [Fri, 24 Oct 2014 10:08:51 +0200] rev 27549
8060448: ArrayIndexOutOfBoundsException with annotation processing printout of empty line Reviewed-by: jlahoda
Sat, 08 Nov 2014 22:00:31 +0000 8064367: Fix IntelliJ langtools support to use new dev build
mcimadamore [Sat, 08 Nov 2014 22:00:31 +0000] rev 27548
8064367: Fix IntelliJ langtools support to use new dev build Summary: Update ant hooks in langtools IntelliJ project Reviewed-by: jlahoda
Fri, 07 Nov 2014 14:51:35 -0800 8063145: ToolBox should support extracting classes from a JavaFileManager/Location
jjg [Fri, 07 Nov 2014 14:51:35 -0800] rev 27547
8063145: ToolBox should support extracting classes from a JavaFileManager/Location Reviewed-by: ksrini
Fri, 07 Nov 2014 18:22:36 +0100 8058489: More adjustments of langtools/make/build.xml to modularized layout
jlahoda [Fri, 07 Nov 2014 18:22:36 +0100] rev 27546
8058489: More adjustments of langtools/make/build.xml to modularized layout Summary: Re-structuring the langtools/make/build.xml to reflect the modular layout, cleanup of the build script Reviewed-by: jjg, mcimadamore, ksrini
Fri, 07 Nov 2014 07:54:35 -0500 8029012: parameter_index for type annotation not updated after outer.this added
emc [Fri, 07 Nov 2014 07:54:35 -0500] rev 27545
8029012: parameter_index for type annotation not updated after outer.this added Summary: Fix javac's handling of type annotations when synthetic parameters are added Reviewed-by: jjg, mcimadamore
Thu, 06 Nov 2014 17:39:57 -0500 8062245: Test executes incorrect class
emc [Thu, 06 Nov 2014 17:39:57 -0500] rev 27544
8062245: Test executes incorrect class Summary: Fix issue with test executing incorrect class, and trivial test failure linked to different subclasses of CharSequance. Reviewed-by: jjg
Wed, 12 Nov 2014 20:32:27 -0800 Added tag jdk9-b39 for changeset b2343bf3a5d8
katleman [Wed, 12 Nov 2014 20:32:27 -0800] rev 27543
Added tag jdk9-b39 for changeset b2343bf3a5d8
Wed, 05 Jul 2017 20:07:46 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:46 +0200] rev 27542
Merge
Wed, 12 Nov 2014 20:32:25 -0800 Added tag jdk9-b39 for changeset eafa8898e1a0
katleman [Wed, 12 Nov 2014 20:32:25 -0800] rev 27541
Added tag jdk9-b39 for changeset eafa8898e1a0
Wed, 05 Jul 2017 20:07:41 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:41 +0200] rev 27540
Merge
Thu, 13 Nov 2014 09:39:08 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:08 -0800] rev 27539
Merge
Tue, 11 Nov 2014 14:27:13 -0800 8047962: XML test colocation: AuctionPortal test
joehw [Tue, 11 Nov 2014 14:27:13 -0800] rev 27538
8047962: XML test colocation: AuctionPortal test Reviewed-by: joehw Contributed-by: tristan.yan@oracle.com
Mon, 10 Nov 2014 16:09:38 -0800 8064516: BCEL still corrupts generic methods if bytecode offsets are modified
dbuck [Mon, 10 Nov 2014 16:09:38 -0800] rev 27537
8064516: BCEL still corrupts generic methods if bytecode offsets are modified Summary: Added comprehensive support for LocalVariableTypeTable to MethodGen. Reviewed-by: joehw
Fri, 07 Nov 2014 13:18:58 -0800 8059327: XML parser returns corrupt attribute value
joehw [Fri, 07 Nov 2014 13:18:58 -0800] rev 27536
8059327: XML parser returns corrupt attribute value Reviewed-by: lancea
Thu, 06 Nov 2014 23:14:02 -0800 8062608: BCEL corrupts debug data of methods that use generics
dbuck [Thu, 06 Nov 2014 23:14:02 -0800] rev 27535
8062608: BCEL corrupts debug data of methods that use generics Summary: Fixed MethodGen constructor to not overwrite LocalVariableTable. Reviewed-by: joehw
Wed, 12 Nov 2014 20:32:24 -0800 Added tag jdk9-b39 for changeset b2746ec1c520
katleman [Wed, 12 Nov 2014 20:32:24 -0800] rev 27534
Added tag jdk9-b39 for changeset b2746ec1c520
Wed, 05 Jul 2017 20:07:38 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:38 +0200] rev 27533
Merge
Thu, 13 Nov 2014 09:38:35 -0800 Merge
lana [Thu, 13 Nov 2014 09:38:35 -0800] rev 27532
Merge
Thu, 13 Nov 2014 16:59:03 +0100 8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete
lagergren [Thu, 13 Nov 2014 16:59:03 +0100] rev 27531
8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete Reviewed-by: hannesw, jlaskey
Thu, 13 Nov 2014 15:29:22 +0100 8064789: Nashorn should just warn on code store instantiation error
hannesw [Thu, 13 Nov 2014 15:29:22 +0100] rev 27530
8064789: Nashorn should just warn on code store instantiation error Reviewed-by: attila, lagergren
Wed, 12 Nov 2014 17:19:04 +0100 8063036: Various pretty printing issues with --log=recompile
lagergren [Wed, 12 Nov 2014 17:19:04 +0100] rev 27529
8063036: Various pretty printing issues with --log=recompile Reviewed-by: hannesw, jlaskey
Wed, 12 Nov 2014 15:13:08 +0100 8064707: Remove NativeArray link logic fields
attila [Wed, 12 Nov 2014 15:13:08 +0100] rev 27528
8064707: Remove NativeArray link logic fields Reviewed-by: hannesw, lagergren
Wed, 12 Nov 2014 14:54:40 +0100 8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions
attila [Wed, 12 Nov 2014 14:54:40 +0100] rev 27527
8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions Reviewed-by: hannesw, lagergren
Wed, 12 Nov 2014 14:40:05 +0100 8064705: Build breaking warning in LengthNotWritableFilter
lagergren [Wed, 12 Nov 2014 14:40:05 +0100] rev 27526
8064705: Build breaking warning in LengthNotWritableFilter Reviewed-by: hannesw, attila
Wed, 12 Nov 2014 14:12:01 +0100 8035312: Various array and ScriptObject length issues for non writable length fields
lagergren [Wed, 12 Nov 2014 14:12:01 +0100] rev 27525
8035312: Various array and ScriptObject length issues for non writable length fields Reviewed-by: hannesw, attila
Tue, 11 Nov 2014 17:27:44 +0100 8062799: Binary logical expressions can have numeric types
attila [Tue, 11 Nov 2014 17:27:44 +0100] rev 27524
8062799: Binary logical expressions can have numeric types Reviewed-by: lagergren, sundar
Tue, 11 Nov 2014 16:17:37 +0100 8064467: type info persistence failed to calculate directory name
attila [Tue, 11 Nov 2014 16:17:37 +0100] rev 27523
8064467: type info persistence failed to calculate directory name Reviewed-by: hannesw, lagergren
Wed, 12 Nov 2014 20:32:28 -0800 Added tag jdk9-b39 for changeset d34febeff13b
katleman [Wed, 12 Nov 2014 20:32:28 -0800] rev 27522
Added tag jdk9-b39 for changeset d34febeff13b
Wed, 05 Jul 2017 20:07:33 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:33 +0200] rev 27521
Merge
Thu, 13 Nov 2014 09:39:04 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:04 -0800] rev 27520
Merge
Tue, 11 Nov 2014 01:02:47 +0000 8049522: Move @implNote in org.omg.CORBA.ORB to init method
msheppar [Tue, 11 Nov 2014 01:02:47 +0000] rev 27519
8049522: Move @implNote in org.omg.CORBA.ORB to init method Summary: updated the implNote in the omg.org.CORBA.ORB class Reviewed-by: alanb
Wed, 12 Nov 2014 20:32:23 -0800 Added tag jdk9-b39 for changeset 9f3693786717
katleman [Wed, 12 Nov 2014 20:32:23 -0800] rev 27518
Added tag jdk9-b39 for changeset 9f3693786717
Wed, 05 Jul 2017 20:07:30 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:30 +0200] rev 27517
Merge
Thu, 13 Nov 2014 10:22:24 -0800 Merge
lana [Thu, 13 Nov 2014 10:22:24 -0800] rev 27516
Merge
Thu, 13 Nov 2014 09:39:22 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:22 -0800] rev 27515
Merge
Thu, 13 Nov 2014 12:29:54 -0500 8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed
rriggs [Thu, 13 Nov 2014 12:29:54 -0500] rev 27514
8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed Reviewed-by: martin
Wed, 12 Nov 2014 09:20:12 -0800 Merge
ddehaven [Wed, 12 Nov 2014 09:20:12 -0800] rev 27513
Merge
Mon, 03 Nov 2014 10:11:10 -0800 Merge
prr [Mon, 03 Nov 2014 10:11:10 -0800] rev 27512
Merge
Sat, 01 Nov 2014 14:40:09 +0300 8062164: Incorrect color conversion, when bicubic interpolation is used
serb [Sat, 01 Nov 2014 14:40:09 +0300] rev 27511
8062164: Incorrect color conversion, when bicubic interpolation is used Reviewed-by: flar, prr
Fri, 31 Oct 2014 19:45:54 +0300 8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface
serb [Fri, 31 Oct 2014 19:45:54 +0300] rev 27510
8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface Reviewed-by: serb, denis Contributed-by: Hendrik Schreiber <hs@tagtraum.com>
Fri, 31 Oct 2014 12:38:46 +0300 8062606: Fix a typo in java.awt.Robot class
dermashov [Fri, 31 Oct 2014 12:38:46 +0300] rev 27509
8062606: Fix a typo in java.awt.Robot class Reviewed-by: yan, serb
Thu, 30 Oct 2014 13:36:44 -0700 8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit
prr [Thu, 30 Oct 2014 13:36:44 -0700] rev 27508
8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit Reviewed-by: flar, jgodinez
Thu, 30 Oct 2014 11:08:27 -0700 8062497: Open up some AffineTransform tests
prr [Thu, 30 Oct 2014 11:08:27 -0700] rev 27507
8062497: Open up some AffineTransform tests Reviewed-by: jgodinez
Thu, 30 Oct 2014 15:44:37 +0300 8056911: Remove internal API usage from ExtendedRobot class
dermashov [Thu, 30 Oct 2014 15:44:37 +0300] rev 27506
8056911: Remove internal API usage from ExtendedRobot class Reviewed-by: serb
Fri, 31 Oct 2014 00:40:14 +0400 8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand
alexsch [Fri, 31 Oct 2014 00:40:14 +0400] rev 27505
8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand Reviewed-by: serb
Thu, 30 Oct 2014 00:16:43 +0400 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas [Thu, 30 Oct 2014 00:16:43 +0400] rev 27504
8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146 Reviewed-by: ant, serb
Tue, 28 Oct 2014 13:31:06 -0700 Merge
prr [Tue, 28 Oct 2014 13:31:06 -0700] rev 27503
Merge
Wed, 29 Oct 2014 01:48:54 +0400 8061592: wrong javadoc parameters for firePropertyChange()
alexsch [Wed, 29 Oct 2014 01:48:54 +0400] rev 27502
8061592: wrong javadoc parameters for firePropertyChange() Reviewed-by: azvegint
Fri, 24 Oct 2014 11:41:08 +0400 7154054: [macosx] Can't distinguish the focus move to next cell
serb [Fri, 24 Oct 2014 11:41:08 +0400] rev 27501
7154054: [macosx] Can't distinguish the focus move to next cell Reviewed-by: azvegint, alexsch
Thu, 23 Oct 2014 19:59:27 +0400 8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
serb [Thu, 23 Oct 2014 19:59:27 +0400] rev 27500
8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline Reviewed-by: bae, prr
Wed, 12 Nov 2014 10:47:08 +0800 8063087: policytool reports error message with prefix of "java.lang.Exception"
weijun [Wed, 12 Nov 2014 10:47:08 +0800] rev 27499
8063087: policytool reports error message with prefix of "java.lang.Exception" Reviewed-by: xuelei
Tue, 11 Nov 2014 20:11:34 +0000 8046777: apple.security.KeychainStore has a problem searching for identities
vinnie [Tue, 11 Nov 2014 20:11:34 +0000] rev 27498
8046777: apple.security.KeychainStore has a problem searching for identities Reviewed-by: mullan Contributed-by: David Kocher <dkocher@iterate.ch>
Tue, 11 Nov 2014 11:29:20 -0800 Merge
amurillo [Tue, 11 Nov 2014 11:29:20 -0800] rev 27497
Merge
Fri, 07 Nov 2014 06:35:24 -0800 Merge
amurillo [Fri, 07 Nov 2014 06:35:24 -0800] rev 27496
Merge
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip