lagergren [Fri, 14 Mar 2014 14:27:32 +0100] rev 24723
8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
Summary: This uses the inspection framework for generated code to ensure optimisim.
Reviewed-by: attila, lagergren
Contributed-by: matherey.nunez@oracle.com
lagergren [Wed, 12 Mar 2014 10:31:22 +0100] rev 24722
8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types
Summary: This will be the new default setting, so the explicit flag should be removed, and instead reverse checked for explicitly DISABLED optimistic types. In the future, we might remove the flag altogether.
Reviewed-by: attila, hannesw
lagergren [Wed, 05 Mar 2014 09:51:00 +0100] rev 24721
8036127: Prototype filter needs to be applied to getter guard as well, not just getter
Summary: This manifests itself as a bug in optimistic types, as inner functions may access properties of the wrong type, but it is also a bug in tip. Without optimistic types, we have been unable to find a reproducer due to more similar PropertyMaps
Reviewed-by: attila, jlaskey, sundar
lagergren [Mon, 03 Mar 2014 11:24:44 +0100] rev 24720
8035836: Array performance improvements
Summary: Implement typed arrays with native byte buffers and do fast linking for all continuous arrays
Reviewed-by: attila, jlaskey, sundar, hannesw
attila [Wed, 26 Feb 2014 13:17:57 +0100] rev 24719
8035820: Optimistic recompilation
Reviewed-by: hannesw, jlaskey, sundar
Contributed-by: attila.szegedi@oracle.com, marcus.lagergren@oracle.com
katleman [Wed, 04 Jun 2014 20:20:44 -0700] rev 24718
Added tag jdk9-b16 for changeset e3b9d834796d
duke [Wed, 05 Jul 2017 19:43:34 +0200] rev 24717
Merge
katleman [Wed, 04 Jun 2014 20:20:02 -0700] rev 24716
Added tag jdk9-b16 for changeset 87bc69dea937
duke [Wed, 05 Jul 2017 19:43:31 +0200] rev 24715
Merge
lana [Thu, 05 Jun 2014 19:37:32 -0700] rev 24714
Merge
michaelm [Thu, 05 Jun 2014 12:13:50 +0100] rev 24713
8044766: New jdk.net classes have @since 1.9 tags in 8u20
Reviewed-by: chegar
weijun [Thu, 05 Jun 2014 15:27:51 +0800] rev 24712
8044755: Add a test for algorithm constraints check in jarsigner
Reviewed-by: xuelei
sherman [Wed, 04 Jun 2014 14:00:19 -0700] rev 24711
8044727: Problem reading the contents of some zip files
Summary: zis.readLOC() should not interpret ZIP64 data in extra field, if not necessary
Reviewed-by: alanb
sherman [Wed, 04 Jun 2014 11:25:13 -0700] rev 24710
8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
Summary: to upgrade zlib version from 1.2.5 to 1.2.8
Reviewed-by: alanb, iris
jfranck [Wed, 04 Jun 2014 14:42:48 +0200] rev 24709
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
Reviewed-by: psandoz
chegar [Wed, 04 Jun 2014 13:37:16 +0100] rev 24708
8044590: Broken links in jre.api.net.socketoptions
Reviewed-by: michaelm
mtobiass [Wed, 04 Jun 2014 13:12:16 +0200] rev 24707
8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected.
Summary: Ignore read-only test if file is not read-only. This will happen when test is run as root.
Reviewed-by: sla, dholmes
aefimov [Wed, 04 Jun 2014 16:26:11 +0400] rev 24706
8032901: WaitForMultipleObjects() return value not handled appropriately
Reviewed-by: dholmes, sla
miauno [Mon, 02 Jun 2014 17:59:08 +0200] rev 24705
8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
Reviewed-by: sla, sspitsyn
xuelei [Wed, 04 Jun 2014 09:48:02 +0000] rev 24704
8044771: PKIXValidator indent cleanup
Reviewed-by: weijun
sundar [Tue, 03 Jun 2014 21:21:32 +0530] rev 24703
8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
Reviewed-by: jlaskey, lagergren, ksrini
kizune [Tue, 03 Jun 2014 18:31:13 +0400] rev 24702
8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
Reviewed-by: briangoetz, jjg
yan [Tue, 03 Jun 2014 17:55:58 +0400] rev 24701
8040081: Tidy warnings cleanup for java.applet
Reviewed-by: pchelko
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
erikj [Tue, 03 Jun 2014 10:55:27 +0200] rev 24700
8044480: JDK image target overwrites lib/server/libjsig.dylib symlink with a copy of lib/libjsig.dylib
Reviewed-by: dcubed, tbell, dholmes
erikj [Tue, 03 Jun 2014 10:52:53 +0200] rev 24699
8043160: JDK 9 Build failure in accessbridge
Reviewed-by: prr, tbell
mullan [Tue, 03 Jun 2014 07:35:35 -0400] rev 24698
Merge
mullan [Tue, 03 Jun 2014 07:34:35 -0400] rev 24697
8036841: Reuse no-perms AccessControlContext object when performing isAuthorized check
Reviewed-by: wetmore
thartmann [Tue, 03 Jun 2014 14:58:47 +0400] rev 24696
8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
Reviewed-by: vlivanov, jrose, psandoz
yan [Tue, 03 Jun 2014 12:52:59 +0400] rev 24695
8032527: fix a couple doclint errors in java/awt/geom/Path2D
Reviewed-by: prr
Contributed-by: Steven Sides <steve.sides@oracle.com>
ascarpino [Mon, 02 Jun 2014 17:14:35 -0700] rev 24694
8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris
Reviewed-by: valeriep
ascarpino [Mon, 02 Jun 2014 17:08:40 -0700] rev 24693
8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
Reviewed-by: valeriep
igerasim [Mon, 02 Jun 2014 19:49:57 +0400] rev 24692
8037866: Replace the Fun class in tests with lambdas
Reviewed-by: martin
alanb [Mon, 02 Jun 2014 09:19:59 +0100] rev 24691
8043753: Drop javax.transaction from compact2 and compact3
Reviewed-by: dholmes
omajid [Sun, 01 Jun 2014 11:54:04 -0400] rev 24690
8044235: src.zip should include all sources
Reviewed-by: andrew, dholmes
darcy [Fri, 30 May 2014 16:45:30 -0700] rev 24689
8039865: Add fallthrough lint warning to build of jdk repository
Reviewed-by: erikj
darcy [Fri, 30 May 2014 16:41:18 -0700] rev 24688
8044477: Fix fallthrough lint warning in ASM
Reviewed-by: lancea
ksrini [Fri, 30 May 2014 13:37:35 -0700] rev 24687
8044046: [asm] refresh internal ASM version to v5.0.3
Reviewed-by: psandoz, sundar
mikael [Fri, 30 May 2014 09:25:18 -0700] rev 24686
8044363: Remove special build options for unpack200 executable
Reviewed-by: ksrini
rriggs [Fri, 30 May 2014 15:46:12 -0400] rev 24685
8044461: Cleanup new Boolean and single character strings
Reviewed-by: rriggs, alanb, lancea
Contributed-by: otaviopolianasantana@gmail.com
katleman [Wed, 04 Jun 2014 20:20:28 -0700] rev 24684
Added tag jdk9-b16 for changeset 68a979478ffb
duke [Wed, 05 Jul 2017 19:43:24 +0200] rev 24683
Merge
lana [Thu, 05 Jun 2014 19:39:08 -0700] rev 24682
Merge
amurillo [Fri, 30 May 2014 13:46:02 -0700] rev 24681
Merge
twisti [Fri, 30 May 2014 10:07:19 -0700] rev 24680
Merge
twisti [Fri, 30 May 2014 09:49:53 -0700] rev 24679
Merge
vlivanov [Thu, 29 May 2014 09:41:07 +0000] rev 24678
8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
Reviewed-by: twisti, jrose, sspitsyn
iveresov [Wed, 28 May 2014 07:59:23 -1000] rev 24677
8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
Summary: Pass correct value to post-barrier in UnsafeGetAndSetObject
Reviewed-by: roland, vlivanov
iignatyev [Wed, 28 May 2014 14:42:00 +0400] rev 24676
8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m
Reviewed-by: kvn, twisti, vlivanov
mikael [Tue, 27 May 2014 16:05:29 -0700] rev 24675
8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
Reviewed-by: coleenp, lfoltan, kvn
iignatyev [Mon, 26 May 2014 19:05:01 +0400] rev 24674
8038924: Test bit-instructions fails with unexpected exit value on sparc
Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin@oracle.com
roland [Mon, 26 May 2014 14:27:01 +0200] rev 24673
8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output
Summary: dumps inlining only for last compilation attempt. Fix LogCompilation tool so it handles multiple compilation attempts.
Reviewed-by: vlivanov, kvn
roland [Mon, 26 May 2014 10:48:58 +0200] rev 24672
8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
Summary: larger heap size, bug fix when trying to exhaust memory
Reviewed-by: vlivanov, twisti, kvn
iignatyev [Sat, 24 May 2014 00:04:21 +0400] rev 24671
8032970: Add stack size check methods to WhiteBox API
Reviewed-by: twisti, kvn, iignatyev
Contributed-by: kirill.shirokov@oracle.com
twisti [Fri, 23 May 2014 09:22:01 -0700] rev 24670
Merge
neliasso [Wed, 21 May 2014 11:25:25 +0200] rev 24669
8031475: Missing oopmap in patching stubs
Summary: Add patch test for lir_checkcast in compute_oop_map
Reviewed-by: roland, twisti
jmasa [Thu, 29 May 2014 13:01:54 -0700] rev 24668
Merge
iignatyev [Mon, 26 May 2014 19:21:01 +0400] rev 24667
8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
Reviewed-by: jmasa, iignatyev
Contributed-by: dmitry.fazunenko@oracle.com
tschatzl [Mon, 26 May 2014 09:31:43 +0200] rev 24666
8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
Summary: The mismatch in declaration and definition has been encountered when compiling on a platform where the sizes are different. Change the method definition to match the declaration.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Dan Horak <dhorak@redhat.com>
minqi [Tue, 27 May 2014 08:44:23 -0700] rev 24665
8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
Summary: In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same.
Reviewed-by: dholmes, iklam, jiangli, coleenp
Contributed-by: yumin.qi@oracle.com
coleenp [Fri, 23 May 2014 21:34:49 +0000] rev 24664
Merge