rbackman [Wed, 04 Jun 2014 10:01:28 +0200] rev 24933
8031994: java/lang/Character/CheckProp test times out
Reviewed-by: iveresov, roland
mikael [Tue, 03 Jun 2014 18:24:38 -0700] rev 24932
8044735: Print format/argument warnings
Reviewed-by: twisti, kvn
iignatyev [Wed, 04 Jun 2014 00:25:21 +0400] rev 24931
8044339: Update FilterSpuriousWakeups documentation. Review "Solaris only" vm options descriptions
Reviewed-by: kvn, dholmes, iignatyev
mikael [Mon, 02 Jun 2014 15:48:34 -0700] rev 24930
8044242: Remove dead NativeMovRegMemPatching class
Reviewed-by: twisti, kvn
twisti [Mon, 02 Jun 2014 13:53:52 -0700] rev 24929
Merge
twisti [Mon, 02 Jun 2014 10:48:02 -0700] rev 24928
Merge
drchase [Mon, 02 Jun 2014 15:49:53 -0400] rev 24927
Merge
drchase [Mon, 02 Jun 2014 14:32:29 -0400] rev 24926
8029381: assert(is_method_type()) failed: bad cast
Summary: Access to method_type and appendix from constant pool (cpcache) needs to be guarded by is_f1_null() because of racy update/initialization.
Reviewed-by: kvn, coleenp, jrose
iveresov [Mon, 02 Jun 2014 07:26:52 -1000] rev 24925
8044496: 8034812 broke build with clang
Summary: Remove superfluous clang-diagnostic-pop
Reviewed-by: kvn, drchase
roland [Mon, 02 Jun 2014 10:01:15 +0200] rev 24924
8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux
Summary: long series of lambda form calls trigger stack overflow in c2
Reviewed-by: kvn, vlivanov
thartmann [Mon, 02 Jun 2014 08:07:29 +0200] rev 24923
8034812: remove IDX_INIT macro hack in Node class
Summary: The IDX_INIT macro used by Node::Node(...) to retrieve the Compile object is removed and replaced by a call to Compile::current(). The Node constructor, new operator and all calls to it are adapted accordingly.
Reviewed-by: kvn, jrose, iveresov, goetz
iignatyev [Fri, 30 May 2014 20:01:11 +0000] rev 24922
Merge
iignatyev [Fri, 30 May 2014 17:20:48 +0400] rev 24921
8038756: new WB API :: get/setVMFlag
Reviewed-by: vlivanov, sla
anoll [Fri, 30 May 2014 19:21:42 +0000] rev 24920
Merge
thartmann [Fri, 30 May 2014 09:26:48 +0200] rev 24919
8021775: compiler/8009761/Test8009761.java "Failed: init recursive calls: 51. After deopt 50"
Summary: Reimplemented the test using the Whitebox API to deterministically trigger compilation and deoptimization. Now allowing number of recursive calls to vary by 1.
Reviewed-by: twisti, roland, iignatyev
twisti [Fri, 30 May 2014 09:49:50 -0700] rev 24918
Merge
mikael [Thu, 29 May 2014 16:01:13 -0700] rev 24917
8044071: Print format/argument warnings
Reviewed-by: drchase, dholmes, lfoltan, twisti
anoll [Fri, 30 May 2014 06:50:38 +0200] rev 24916
8011646: SEGV in compiled code with loop predication
Summary: Remove control edge of load node to ensure that castPP removal sets the control edge correctly
Reviewed-by: kvn, roland
katleman [Thu, 19 Jun 2014 11:22:25 -0700] rev 24915
Added tag jdk9-b19 for changeset 718694e51e25
lana [Fri, 20 Jun 2014 10:14:33 -0700] rev 24914
Merge
lana [Wed, 18 Jun 2014 10:54:13 -0700] rev 24913
Merge
amurillo [Fri, 13 Jun 2014 12:35:18 -0700] rev 24912
Merge
mduigou [Thu, 12 Jun 2014 16:33:32 -0700] rev 24911
8032045: Enable compiler and linker safety switches for debug builds
Summary: Enable GCC linker protections, runtime bounds checks and stack protection.
Reviewed-by: ihse, dholmes
katleman [Thu, 19 Jun 2014 11:22:16 -0700] rev 24910
Added tag jdk9-b19 for changeset db769f12fe54
duke [Wed, 05 Jul 2017 19:45:37 +0200] rev 24909
Added tag jdk9-b19 for changeset 2dcf544eb7ed
duke [Wed, 05 Jul 2017 19:45:37 +0200] rev 24908
Merge
duke [Wed, 05 Jul 2017 19:45:33 +0200] rev 24907
Merge
lana [Wed, 18 Jun 2014 10:09:04 -0700] rev 24906
Merge
lana [Thu, 12 Jun 2014 15:37:29 -0700] rev 24905
Merge
emc [Thu, 12 Jun 2014 11:32:23 -0400] rev 24904
8043484: DPrinter does not compile
Summary: Make DPrinter compile
Reviewed-by: jjg
pgovereau [Wed, 11 Jun 2014 12:49:10 -0400] rev 24903
8027886: javac allows illegal receiver parameters
8029042: Receiver parameter not supported on local class constructor
Reviewed-by: jfranck, jlahoda
dlsmith [Tue, 10 Jun 2014 15:25:01 -0600] rev 24902
8015101: Covariance of return type implied by upper bounding on type parameter is ignored
Summary: Capture intersection supertypes before comparing their members
Reviewed-by: vromero
dlsmith [Tue, 10 Jun 2014 12:41:39 -0600] rev 24901
8037385: constant pool errors with -target 1.7 and static default methods
Summary: Add error check for static interface methods invoked from -source 7
Reviewed-by: vromero, mcimadamore
emc [Mon, 09 Jun 2014 15:46:44 -0400] rev 24900
8046296: java/util/concurrent/BlockingQueue/PollMemoryLeak.java fails in nightly on all platform due to compiler issue
Summary: Alter logic to choose type of type annotation position for a variable declaration
Reviewed-by: jjg
mcimadamore [Mon, 09 Jun 2014 12:54:02 +0100] rev 24899
8043725: javac fails with StackOverflowException
Summary: loose type comparison test should be protected against infinite recursion with fbounds
Reviewed-by: vromero
jlahoda [Mon, 09 Jun 2014 10:17:16 +0200] rev 24898
8033414: javac Plugin to receive notification (before and) after the compilation.
Summary: Introducing TaskEvent.Kind.COMPILATION, sending this event before and after compilation.
Reviewed-by: jjg, jfranck
Contributed-by: joel.franck@oracle.com, jan.lahoda@oracle.com
jjg [Sun, 08 Jun 2014 15:02:34 -0700] rev 24897
7026941: 199: path options ignored when reusing filemanager across tasks
Reviewed-by: jlahoda, jfranck
aeremeev [Fri, 06 Jun 2014 16:08:46 -0400] rev 24896
8042451: Write tests for all possible kinds of type annotation
Summary: Add new tests for type annotations to improve case coverage
Reviewed-by: jjg, emc, abuckley
emc [Fri, 06 Jun 2014 16:00:59 -0400] rev 24895
8027262: Determine location for type annotations earlier in compiler pipeline
8027261: Single codepath for attaching annotations to symbols
8027258: Permit a single source annotation to generate multiple bytecode annotations
8027182: Incorrect annotation attributes for type annotations on constructor type parameters
8044010: TypeAnnotation attribute is not generated for repeatable annotation in type argument
8044009: TypeAnnotation attribute is not generated for repeatable annotation in nested types
8043974: TypeAnnotation attribute is not generated for repeatable annotation in lambda
8043669: Few of the ANNOT tests in JCK9 test suite fail with an AssertionError for exception_index
8042060: Type parameter annotations don't work with multiple type parameters
8037348: RuntimeInvisibleAnnotations should not be generated for type annotation on anonymous innerclass creation
Summary: Initial rearchitecting of type annotations frontend pipeline
Reviewed-by: jjg, jfranck, mcimadamore, jlahoda, wmdietl
katleman [Fri, 13 Jun 2014 11:21:39 -0700] rev 24894
Added tag jdk9-b18 for changeset d38c730b86c1
duke [Wed, 05 Jul 2017 19:45:26 +0200] rev 24893
Merge
katleman [Fri, 13 Jun 2014 11:21:28 -0700] rev 24892
Added tag jdk9-b18 for changeset ce20b74c4195
duke [Wed, 05 Jul 2017 19:45:23 +0200] rev 24891
Merge
lana [Wed, 18 Jun 2014 10:08:42 -0700] rev 24890
Merge
lana [Thu, 12 Jun 2014 15:39:03 -0700] rev 24889
Merge
joehw [Wed, 11 Jun 2014 22:26:30 -0700] rev 24888
8041523: Xerces Update: Serializer improvements from Xalan
Reviewed-by: joehw
Contributed-by: david.x.li@oracle.com
joehw [Wed, 11 Jun 2014 09:26:03 -0700] rev 24887
8046443: A few typos in JAXP JavaDoc
Reviewed-by: dfuchs, chegar
katleman [Fri, 13 Jun 2014 11:21:26 -0700] rev 24886
Added tag jdk9-b18 for changeset 3a82fb0d8a15
duke [Wed, 05 Jul 2017 19:45:17 +0200] rev 24885
Merge
lana [Wed, 18 Jun 2014 10:08:47 -0700] rev 24884
Merge
lana [Thu, 12 Jun 2014 15:37:37 -0700] rev 24883
Merge
sundar [Thu, 12 Jun 2014 17:39:09 +0530] rev 24882
8044517: Run & debug single Nashorn test
Reviewed-by: lagergren, attila
Contributed-by: jaroslav.tulach@oracle.com
sundar [Wed, 11 Jun 2014 08:53:35 +0530] rev 24881
8044798: API for debugging Nashorn
Reviewed-by: jlaskey, hannesw
attila [Mon, 09 Jun 2014 16:00:06 +0200] rev 24880
8046025: AccessorProperty.getGetter is not threadsafe
Reviewed-by: jlaskey, lagergren
hannesw [Fri, 06 Jun 2014 16:51:53 +0200] rev 24879
8046215: Running uncompilable scripts throws NullPointerException
Reviewed-by: sundar, jlaskey
katleman [Fri, 13 Jun 2014 11:21:41 -0700] rev 24878
Added tag jdk9-b18 for changeset 6ff236765d3b
duke [Wed, 05 Jul 2017 19:45:12 +0200] rev 24877
Merge
katleman [Fri, 13 Jun 2014 11:21:15 -0700] rev 24876
Added tag jdk9-b18 for changeset ab3f668fd6e3
duke [Wed, 05 Jul 2017 19:45:08 +0200] rev 24875
Merge
lana [Wed, 18 Jun 2014 10:09:22 -0700] rev 24874
Merge
weijun [Fri, 13 Jun 2014 08:25:50 +0800] rev 24873
8046702: default_options.sh test failure on Solaris
Reviewed-by: xuelei
lana [Thu, 12 Jun 2014 15:38:24 -0700] rev 24872
Merge
sjiang [Thu, 12 Jun 2014 10:32:19 +0200] rev 24871
8044865: Fix raw and unchecked lint warnings in management-related code
Reviewed-by: darcy, sla, egahlin, dfuchs
sla [Wed, 11 Jun 2014 15:47:53 +0200] rev 24870
8044135: Add API to start JMX agent from attach framework
Reviewed-by: alanb