| openjfx-compiler:/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
4874
by briangoetz on
07 January 2009, 11:16:04 -0800
(7 hours ago)
Commit r4873 to franca branch (Progress JFXC-2458 -- apply Jan Sterba's patch to SimpleInterpolator, enabling getting rid of Numerics class, and instead relying on downstream Number mangling.)
branches/franca/src/share/classes/com/sun/javafx/runtime/Numerics.java
4874
branches/franca/src/share/classes/javafx/animation/SimpleInterpolator.fx
4874
4873
by briangoetz on
07 January 2009, 09:25:47 -0800
(9 hours ago)
Progress JFXC-2458 -- apply Jan Sterba's patch to SimpleInterpolator, enabling getting rid of Numerics class, and instead relying on downstream Number mangling.
trunk/src/share/classes/javafx/animation/SimpleInterpolator.fx
4873
trunk/src/share/classes/com/sun/javafx/runtime/Numerics.java
4873
trunk/src/share/classes/com/sun/javafx/runtime/location/BoundOperators.java
4873
4872
by rfield on
07 January 2009, 00:52:37 -0800
(18 hours ago)
Fix JFXC-2603 : javadump generated for binding XX[] to XX more generally, deal with all conversions from bound object to bound sequence. with regression test.
trunk/test/regress/jfxc2602b.fx
4872
trunk/test/regress/jfxc2603.fx.EXPECTED
4872
trunk/test/regress/jfxc2603.fx
4872
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToBound.java
4872
4871
by rfield on
06 January 2009, 23:42:31 -0800
(19 hours ago)
Fix JFXC-2613 : protected access not properly analyzed in the face of multiple inheritance this also required fixing subtype testing for generic classes. these fixes fix the additional failing case fo…
trunk/test/regress/jfxc2602b.fx
4871
trunk/src/share/classes/com/sun/tools/javafx/code/JavafxTypes.java
4871
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxResolve.java
4871
trunk/test/functional/should-fail/AccessModifiersTest.fx.EXPECTED
4871
trunk/test/regress/jfxc2613.fx
4871
4870
by JimHolmlund on
06 January 2009, 14:30:01 -0800
(28 hours ago)
Fix JFXC-2564: BrickBreaker won't compile; This is trunk rev 4836.
branches/franca/test/regress/jfxc2564.fx
4870
branches/franca/test/regress/jfxc2564.fx.EXPECTED
4870
branches/franca/src/share/classes/com/sun/tools/javafx/comp/JavafxAttr.java
4870
4868
by rfield on
06 January 2009, 12:45:54 -0800
(30 hours ago)
Fix JFXC-2606 : Compiler error returing an if expr that has a throw in the else part caused by bollixed-up translation state. fixed by the below reorg. test added Fix JFXC-2610 : Regularize and loca…
trunk/test/regress/jfxc2606.fx
4868
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java
4868
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToBound.java
4868
4867
by briangoetz on
06 January 2009, 09:04:35 -0800
(34 hours ago)
JFXC-2501 -- consolidate equality operators.
trunk/test/src/com/sun/javafx/runtime/sequence/BoundComprehensionTest.java
4867
trunk/test/src/com/sun/javafx/runtime/location/BoundOperatorsTest.java
4867
trunk/src/share/classes/com/sun/javafx/runtime/location/BoundOperators.java
4867
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToBound.java
4867
4866
by sgw on
06 January 2009, 07:31:19 -0800
(35 hours ago)
JFXC-2393 Documentaion updates for isSameObject and isInitialized
trunk/src/share/classes/javafx/lang/FX.java
4866
trunk/src/share/classes/javafx/lang/Builtins.java
4866
4865
by mauriziocima on
06 January 2009, 04:23:08 -0800
(38 hours ago)
Fixed JFXC-1151: "x is already defined" is detected too late Changed block attribution code, added regression test
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxAttr.java
4865
4864
by mauriziocima on
06 January 2009, 04:22:35 -0800
(38 hours ago)
Fixed JFXC-1151: "x is already defined" is detected too late Changed block attribution code, added regression test
trunk/test/should-fail/jfxc1151.fx
4864
4863
by briangoetz on
05 January 2009, 23:09:37 -0800
(44 hours ago)
JFXC-2607 -- further consolidation in BoundOperators.
trunk/src/share/classes/com/sun/javafx/runtime/location/XxxLocation.st
4863
trunk/src/share/classes/com/sun/javafx/runtime/location/AbstractLocation.java
4863
trunk/src/share/classes/com/sun/javafx/runtime/location/BoundOperators.java
4863
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToBound.java
4863
4862
by briangoetz on
05 January 2009, 19:23:20 -0800
(47 hours ago)
JFXC-2500 and JFXC-2503 -- static footprint reduction. Eliminate some unused classes (CartesianProduct and friends); reduce size of numeric locaion conversion wrappers; eliminate unmodifiableXxx() lo…
trunk/attic/com
4862
trunk/src/share/classes/com/sun/javafx/runtime/sequence/CartesianProduct2D.java
4862
trunk/attic/com/sun/javafx/runtime/sequence/CartesianProduct.java
4862
trunk/src/share/classes/com/sun/javafx/runtime/location/Locations.java
4862
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToBound.java
4862
4861
by rfield on
05 January 2009, 18:17:05 -0800
(48 hours ago)
Fix JFXC-2602 : Overriding a protected var in a different package fails
trunk/test/regress/sub2602/jfxc2602base.fx
4861
trunk/test/regress/sub2602
4861
trunk/test/regress/jfxc2602.fx
4861
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxAttr.java
4861
4860
by bchristi on
05 January 2009, 14:05:58 -0800
(53 hours ago)
Fixed JFXC-2544 : Animation: Zero frame not setup correctly
branches/franca/test/regress/jfxc2544.fx.EXPECTED
4860
branches/franca/src/share/classes/javafx/animation/Timeline.fx
4860
branches/franca/test/regress/jfxc2544.fx
4860
4859
by bchristi on
05 January 2009, 13:20:22 -0800
(53 hours ago)
Fixed JFXC-2544 : Animation: Zero frame not setup correctly
trunk/src/share/classes/javafx/animation/Timeline.fx
4859
trunk/test/regress/jfxc2544.fx
4859
4858
by rfield on
05 January 2009, 11:26:09 -0800
(55 hours ago)
Fix JFXC-2026 : Elide unassigned and externally unassignable member vars Fix JFXC-2103 : Elide object literal inited and public-init initable member vars optimization -- don't turn things into Locatio…
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxVarUsageAnalysis.java
4858
trunk/test/currently-failing/jfxc2026.fx
4858
trunk/test/regress/jfxc2026.fx.EXPECTED
4858
trunk/test/regress/jfxc2026.fx
4858
trunk/src/share/classes/com/sun/tools/javafx/tree/JFXInterpolateValue.java
4858
4857
by sgw on
05 January 2009, 10:54:36 -0800
(56 hours ago)
JFXC-2323 Do not throw FXExit from RuntimeProvider.exit() Reviewed & Approved by Brian G
trunk/src/share/classes/com/sun/javafx/runtime/Entry.java
4857
4856
by bothner on
05 January 2009, 06:33:49 -0800
(60 hours ago)
More testing of "sequence sharing" (lazy-copying), specifically that when we take a slaice of a sequence and then modify either the slice or the original that the other (original or slice) isn't chang…
trunk/test/functional/sequences/SeqCopy.fx.EXPECTED
4856
trunk/test/functional/sequences/SeqCopy.fx
4856
4855
by rfield on
03 January 2009, 22:24:18 -0800
(3 days ago)
Fix JFXC-2592 : KeyFrame/Value retranslation hack blocks elision complete removal of retransformation hack. unify Instanciation translation with new KeyFrame/Value translation. remove final retransfor…
trunk/test/currently-failing/jfxc1087run.fx.EXPECTED
4855
trunk/test/currently-failing/jfxc1087run.fx
4855
trunk/src/share/classes/com/sun/tools/javafx/antlr/AbstractGeneratedParserV4.java
4855
trunk/test/regress/jfxc1087run.fx
4855
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java
4855
4854
by rfield on
03 January 2009, 20:04:06 -0800
(3 days ago)
Progress JFXC-2592 : KeyFrame/Value retranslation hack blocks elision fix JFXKeyFrameLiteral to KeyFrame translation
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java
4854
4853
by rfield on
03 January 2009, 19:18:06 -0800
(3 days ago)
Progress JFXC-2592 : KeyFrame/Value retranslation hack blocks elision fix InterpolateValue to KeyValue translation
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java
4853
4852
by rfield on
03 January 2009, 17:40:21 -0800
(4 days ago)
Progress JFXC-2592 : KeyFrame/Value retranslation hack blocks elision restructure InstanciateTranslator so that the new super-class can be used directly by KeyFrame/Value.
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java
4852
4851
by rfield on
02 January 2009, 16:19:42 -0800
(5 days ago)
Add EXPECTED file missing from below commit -- Fixed JFXC-1952 : public-read allows subclass to override var Fixed JFXC-2137 : def allows subclass to override var and thus Fixed JFXC-2293 : Umbrella…
4850
by rfield on
02 January 2009, 13:21:28 -0800
(5 days ago)
Fixed JFXC-1952 : public-read allows subclass to override var Fixed JFXC-2137 : def allows subclass to override var and thus Fixed JFXC-2293 : Umbrella: variable override restrictions error messages…
trunk/src/share/classes/com/sun/tools/javafx/util/MsgSym.java
4850
trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxCheck.java
4850
trunk/test/should-fail/jfxc2293.fx
4850
trunk/test/should-fail/jfxc2293base.fx
4850
trunk/src/share/classes/com/sun/tools/javafx/resources/javafxcompiler.properties
4850
4849
by ksrini on
31 December 2008, 15:00:38 -0800
(7 days ago)
Fixed: JFXC-2471 javafxc -version in 1.0.1 b01 Details: 1. Refactored build scheme, such that each of the launcher's version can be set separately, using its own resource file. 2. Added system pr…
branches/franca/test/src/launchers
4849
branches/franca/launcher/bin/javafx.exe
4849
branches/franca/src/share/classes/com/sun/javafx/runtime/version.txt
4849
branches/franca/src/bin/javafx
4849
branches/franca/test/src/launchers/VersionTest.java
4849
4848
by ksrini on
31 December 2008, 14:35:41 -0800
(7 days ago)
Fixed: JFXC-2471 javafxc -version in 1.0.1 b01 Details: 1. Refactored build scheme, such that each of the launcher's version can be set separately, using its own resource file. 2. Added system pr…
trunk/javafxdoc/src/com/sun/tools/javafxdoc/Start.java
4848
trunk/src/share/classes/com/sun/tools/javafx/resources/version.properties-template
4848
trunk/test/src/launchers/VersionTest.java
4848
trunk/src/share/classes/com/sun/javafx/runtime/version.txt
4848
trunk/launcher/src/configuration.cpp
4848
4847
by ashusherov on
31 December 2008, 09:14:07 -0800
(7 days ago)
Testing sequences containing elements of new numeric types.
trunk/test/features/F26-numerics/VarScopes.fx
4847
trunk/test/features/F26-numerics/Sequences.fx
4847
4846
by ashusherov on
30 December 2008, 00:38:52 -0800
(8 days ago)
Testing convertions of numeric types used in variables
trunk/test/features/F26-numerics/VarConversions/ToByteWarnings.fx.EXPECTED
4846
trunk/test/features/F26-numerics/VarConversions/ToLongErrors.fx.EXPECTED
4846
trunk/test/features/F26-numerics/VarConversions/Values.fx
4846
trunk/test/features/F26-numerics/VarConversions/ToByte.fx
4846
trunk/test/features/F26-numerics/VarConversions/ToFloat.fx
4846
4845
by bothner on
28 December 2008, 21:52:09 -0800
(9 days ago)
Various small fixes and improvements.
trunk/src/share/classes/javafx/reflect/package-info.java
4845
|