goetz [Tue, 09 Jul 2013 14:28:07 +0200] rev 22817
8020121: PPC64: fix build in cppInterpreter after 8019519
Reviewed-by: kvn
goetz [Wed, 03 Jul 2013 11:25:06 +0200] rev 22816
8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return.
Reviewed-by: sspitsyn, kvn
goetz [Wed, 03 Jul 2013 01:41:42 +0200] rev 22815
8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops
Reviewed-by: kvn, coleenp
goetz [Wed, 03 Jul 2013 01:29:13 +0200] rev 22814
8019517: PPC64 (part 102): cppInterpreter: implement G1 support
Reviewed-by: kvn
goetz [Thu, 04 Jul 2013 10:51:31 +0200] rev 22813
8016696: PPC64 (part 4): add relocation for trampoline stubs
Summary: A trampoline allows to encode a small branch in the code, even if there is the chance that this branch can not reach all possible code locations. If the relocation finds that a branch is too far for the instruction in the code, it can patch it to jump to the trampoline where is sufficient space for a far branch. Needed on PPC.
Reviewed-by: kvn, bdelsart, jrose
kvn [Wed, 03 Jul 2013 11:50:29 -0700] rev 22812
Merge
goetz [Wed, 26 Jun 2013 16:06:38 +0200] rev 22811
8017317: PPC64 (part 7): cppInterpreter: implement support for biased locking
Reviewed-by: kvn, dholmes
goetz [Mon, 24 Jun 2013 17:11:47 +0200] rev 22810
8017313: PPC64 (part 6): stack handling improvements
Summary: Precompute limit for stack overflow check.
Reviewed-by: kvn, coleenp
kvn [Thu, 27 Jun 2013 13:04:51 -0700] rev 22809
Merge
kvn [Fri, 21 Jun 2013 15:56:24 -0700] rev 22808
Merge
goetz [Thu, 20 Jun 2013 16:30:44 -0700] rev 22807
8016586: PPC64 (part 3): basic changes for PPC64
Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
Reviewed-by: dholmes, kvn
goetz [Wed, 19 Jun 2013 12:29:30 +0200] rev 22806
8016491: PPC64 (part 2): Clean up PPC defines.
Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set.
Reviewed-by: kvn
goetz [Wed, 19 Jun 2013 12:15:50 +0200] rev 22805
8016476: PPC64 (part 1): reenable CORE build
Summary: reenable CORE build on PPC64
Reviewed-by: dholmes, kvn, coleenp
adlertz [Fri, 24 Jan 2014 13:06:52 +0100] rev 22804
8031498: Cleanup and re-factorize PhaseChaitin::build_ifg_physical
Summary: Created sub-functions, added data structures, improved naming and removed unnecessary code
Reviewed-by: kvn, roland, rbackman
anoll [Sun, 26 Jan 2014 23:01:57 -0800] rev 22803
Merge
anoll [Mon, 27 Jan 2014 07:54:25 +0100] rev 22802
8009738: compiler/6826736/Test.java times out on big machines
Summary: Added -Xmx256m -XX:ParallelGCThreads=4 to the test @run command. Verified that 256m is enough to trigger old 6826736 bug.
Reviewed-by: kvn
kvn [Fri, 24 Jan 2014 13:30:55 -0800] rev 22801
Merge
shade [Fri, 24 Jan 2014 15:26:56 +0400] rev 22800
8032490: Remove -XX:+-UseOldInlining
Summary: Move the option to obsolete options list, purge the redundant compiler code.
Reviewed-by: kvn, jrose
roland [Fri, 24 Jan 2014 09:31:53 +0100] rev 22799
8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
Summary: type methods shouldn't always operate on speculative part
Reviewed-by: kvn, twisti
coleenp [Tue, 18 Feb 2014 09:54:24 -0500] rev 22798
8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
Summary: add IgnoreUnrecognizedVMOptions for product mode run
Reviewed-by: ctornqvi, dholmes
sspitsyn [Tue, 18 Feb 2014 06:19:49 -0800] rev 22797
8034249: need more workarounds for suspend equivalent condition issue
Summary: Collect data at safepoint, do not rely on thread suspension
Reviewed-by: dcubed, dholmes
Contributed-by: serguei.spitsyn@oracle.com
sla [Tue, 18 Feb 2014 09:15:40 +0100] rev 22796
8034080: Remove the USDT1 dtrace code from Hotspot
Reviewed-by: dholmes, coleenp
hseigel [Sat, 15 Feb 2014 14:41:04 -0500] rev 22795
Merge
coleenp [Sat, 15 Feb 2014 13:03:38 -0500] rev 22794
8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
Summary: Remove search in system dictionary and hacks, replace with verifying in CLD::_klasses list.
Reviewed-by: dcubed, acorn
sjiang [Fri, 14 Feb 2014 16:17:22 +0100] rev 22793
8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed
Reviewed-by: sla, jbachorik, sspitsyn
ccheung [Fri, 14 Feb 2014 09:50:17 -0800] rev 22792
8034860: Fatal error due to incorrect thread state during nightly testing
Summary: use the HAS_PENDING_EXCEPTION and CLEAR_PENDING_EXCEPTION macros
Reviewed-by: dholmes, coleenp, dcubed
dsamersoff [Wed, 12 Feb 2014 22:16:39 +0000] rev 22791
Merge
dsamersoff [Wed, 12 Feb 2014 21:55:56 +0000] rev 22790
Merge
dsamersoff [Wed, 12 Feb 2014 23:39:53 +0400] rev 22789
7127191: SA JSDB does not display native symbols correctly for transported Linux cores
Summary: Better handle SA_ALTROOT
Reviewed-by: sla, sspitsyn
ctornqvi [Wed, 12 Feb 2014 20:40:02 +0100] rev 22788
8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class
Summary: Passed empty string to ProcessBuilder which caused problems on Linux, fixed by checking string length
Reviewed-by: lfoltan, sla, mseledtsov
ccheung [Wed, 12 Feb 2014 12:09:22 -0800] rev 22787
Merge
ccheung [Wed, 12 Feb 2014 12:01:45 -0800] rev 22786
8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
Summary: added JNI exception pending check in several files under src/share/vm/prims directory
Reviewed-by: coleenp, minqi
mduigou [Wed, 12 Feb 2014 10:55:28 -0800] rev 22785
Merge
mduigou [Wed, 12 Feb 2014 09:37:18 -0800] rev 22784
8030350: Enable additional compiler warnings for GCC
Reviewed-by: dholmes, coleenp, erikj, tbell, ihse
dsamersoff [Wed, 12 Feb 2014 22:08:43 +0400] rev 22783
8023667: SA: ExceptionBlob and other C2 classes not available in client VM
Summary: Ignore error of intialization of C2 only variables
Reviewed-by: sla, dholmes
henryjen [Tue, 11 Feb 2014 21:32:19 -0800] rev 22782
8033215: clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
Reviewed-by: twisti, kvn
lana [Mon, 24 Feb 2014 12:56:19 -0800] rev 22781
Merge
lana [Thu, 20 Feb 2014 19:59:26 -0800] rev 22780
Merge
jeff [Tue, 28 Jan 2014 20:09:41 +0000] rev 22779
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana
jeff [Mon, 13 Jan 2014 14:42:26 -0800] rev 22778
7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell
ehelin [Thu, 13 Feb 2014 17:57:27 +0100] rev 22777
Merge
sjohanss [Wed, 05 Feb 2014 11:05:13 +0100] rev 22776
8033426: Scale initial NewSize using NewRatio if not set on command line
Summary: Now using NewRatio to size initial NewSize if not specified on commandline.
Reviewed-by: jmasa, jwilhelm
jwilhelm [Tue, 10 Dec 2013 15:11:02 +0100] rev 22775
8026849: Fix typos in the GC code, part 2
Summary: Fixed typos in assert messages, flag descriptions and verbose messages
Reviewed-by: stefank, tschatzl
stefank [Mon, 10 Feb 2014 12:58:09 +0100] rev 22774
8033923: Use BufferingOopClosure for G1 code root scanning
Reviewed-by: mgerdin, brutisso
ehelin [Mon, 10 Feb 2014 14:37:53 +0100] rev 22773
Merge
stefank [Mon, 10 Feb 2014 12:51:51 +0100] rev 22772
8033764: Remove the usage of StarTask from BufferingOopClosure
Reviewed-by: mgerdin, brutisso, tschatzl
ehelin [Mon, 10 Feb 2014 13:31:22 +0100] rev 22771
Merge
brutisso [Fri, 07 Feb 2014 13:48:07 +0100] rev 22770
8033922: G1: Back out 8033601 and go back to use the to-obj for chunked arrays.
Reviewed-by: stefank, tschatzl
tschatzl [Thu, 06 Feb 2014 17:12:10 +0100] rev 22769
8033545: Missing volatile specifier in Bitmap::par_put_range_within_word
Summary: The method Bitmap::par_put_range_within_word reloads the original value during a CAS, which may be optimized away. Instead of reloading, use the value returned by Atomic::cmpxchg_ptr() for further processing.
Reviewed-by: tschatzl, brutisso, tonyp
Contributed-by: Matthias Braun <matthia.braun@sap.com>
pliden [Thu, 06 Feb 2014 14:12:43 +0100] rev 22768
8031703: Missing post-barrier in ReferenceProcessor
Reviewed-by: tonyp, tschatzl
tschatzl [Wed, 05 Feb 2014 14:29:34 +0100] rev 22767
8033443: Test8000311 fails after latest changes to parallelize string and symbol table unlink
Summary: When string and symbol table unlink are not performed in parallel, the claim index we check is not updated, and so a guarantee fails. Take this into account when checking the guarantee.
Reviewed-by: brutisso, jwilhelm
tonyp [Wed, 05 Feb 2014 12:47:48 +0100] rev 22766
8033601: G1: Make array chunking use the same length field as the other young GCs
Summary: Use the old copy length instead of the length of the forwarded object for chunked arrays.
Reviewed-by: brutisso, tschatzl
ehelin [Wed, 05 Feb 2014 10:09:54 +0100] rev 22765
8028254: gc/arguments/TestMinInitialErgonomics.java failed with unexpected initial heap size
Reviewed-by: brutisso, tschatzl, sjohanss
ehelin [Mon, 03 Feb 2014 10:49:49 +0100] rev 22764
Merge
jmasa [Thu, 16 Jan 2014 13:25:25 -0800] rev 22763
8024366: Make UseNUMA enable UseNUMAInterleaving
Reviewed-by: brutisso, tschatzl
Contributed-by: shrinivas.joshi@oracle.com
tschatzl [Fri, 31 Jan 2014 09:58:06 +0100] rev 22762
8033106: Wrong predicate for checking whether the correct amount of symbol table entries have been processed in G1
Summary: The change fixes the predicate check.
Reviewed-by: jmasa, tonyp, stefank
tschatzl [Fri, 31 Jan 2014 09:57:50 +0100] rev 22761
6991197: G1: specialize deal_with_reference() for narrowOop*
Summary: Clean up and slightly optimize reference handling from the GC reference task queue. Since we never push partial array chunks as narrowOop* we can manually specialize the code so that some code can be optimized away.
Reviewed-by: tonyp, brutisso, stefank
tschatzl [Fri, 31 Jan 2014 09:55:59 +0100] rev 22760
8032771: The flag VerifySilently misses a test case
Summary: Add test case for the VerifySilently flag.
Reviewed-by: brutisso
iklam [Tue, 11 Feb 2014 10:05:02 -0800] rev 22759
Merge
iklam [Tue, 11 Feb 2014 08:43:17 -0800] rev 22758
7182040: volano29 limited by os resource on Linux - need better diagnostic message
Summary: Changed message to "unable to create native thread: possibly out of memory or process/resource limits reached"
Reviewed-by: dholmes, sla
minqi [Mon, 10 Feb 2014 21:29:14 -0800] rev 22757
8033792: AltHashing used jint for imprecise bit shifting
Summary: AltHashing used jint the way of juint in bit shifting which could lead loss of precision. Fix by change _seed defined as juint.
Reviewed-by: coleenp, ccheung
Contributed-by: yumin.qi@oracle.com
dcubed [Mon, 10 Feb 2014 14:07:11 -0800] rev 22756
Merge
dcubed [Mon, 10 Feb 2014 12:58:53 -0800] rev 22755
Merge
rdurbin [Mon, 10 Feb 2014 12:38:34 -0800] rev 22754
8005262: possible gamma launcher issues
Summary: Cleaned out make targets and comments associated with the previously removed gamma launcher
Reviewed-by: dcubed, stefank
dcubed [Mon, 10 Feb 2014 12:48:54 -0800] rev 22753
8028073: race condition in ObjectMonitor implementation causing deadlocks
Summary: Move redo of ParkEvent.unpark() after JVMTI_EVENT_MONITOR_WAITED event handler is called.
Reviewed-by: dholmes, sspitsyn, dice, acorn
ctornqvi [Mon, 10 Feb 2014 17:49:17 +0100] rev 22752
8016644: Improve UnsupportedClassVersionError message
Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly
Reviewed-by: coleenp, dholmes, twisti
hseigel [Sun, 09 Feb 2014 13:28:58 -0500] rev 22751
Merge
coleenp [Fri, 07 Feb 2014 18:30:27 -0500] rev 22750
8033528: assert(0 <= i && i < length()) failed: index out of bounds
Summary: Restoring bytecodes for invokedynamic had wrong index calculation added testing stress option.
Reviewed-by: twisti, hseigel
dcubed [Fri, 07 Feb 2014 11:47:24 -0800] rev 22749
8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
Summary: Loosen new assert() in get_stack_commited_bottom()
Reviewed-by: dcubed, coleenp, dsamersoff, hseigel
Contributed-by: gerald.thornbrugh@oracle.com
dcubed [Fri, 07 Feb 2014 09:03:44 -0800] rev 22748
8033714: hotspot 'install_jvm' bld target broken with ZIP_DEBUGINFO_FILES=0
Summary: fixed faulty logic in makefiles when compressed FDS builds are disabled
Reviewed-by: rdurbin, dholmes, never, dnsimon, tbell
sspitsyn [Thu, 06 Feb 2014 20:13:38 -0800] rev 22747
8025841: JVMTI: "vtable stub" dynamic code notification is misplaced
Summary: Generate correct "vtable stub" dynamic code notifications
Reviewed-by: sspitsyn, kvn, coleenp
Contributed-by: oleg.mazurov@oracle.com
coleenp [Thu, 06 Feb 2014 20:32:08 +0000] rev 22746
Merge
coleenp [Thu, 06 Feb 2014 14:28:35 -0500] rev 22745
8029775: Solaris code cleanup
8033464: Linux code cleanup
Summary: cleaned up warnings in solaris and linux specific os code.
Reviewed-by: coleenp, fparain, dcubed
Contributed-by: gerald.thornbrugh@oracle.com
fparain [Thu, 06 Feb 2014 14:51:01 -0500] rev 22744
Merge
fparain [Thu, 06 Feb 2014 17:59:35 +0000] rev 22743
8030808: dtrace/hotspot/Monitors/Monitors001 fails in product builds on solaris-sparc
Reviewed-by: sspitsyn, dcubed, kamg, dholmes
coleenp [Thu, 06 Feb 2014 18:57:46 +0000] rev 22742
8028735: runtime/RedefineObject/TestRedefineObject.java interrupted (timed out?) on solaris_sparcv9-fastdebug-c2-runtime and solaris_x64-debugOpen-c2-runtime
Summary: Change GC loop counter to 100 which is enough to test the original problem but doesn't timeout the test.
Reviewed-by: ctornqvi, lfoltan, mseledtsov, sla
henryjen [Wed, 05 Feb 2014 21:24:29 -0800] rev 22741
8033289: clang: clean up unused function warning
Reviewed-by: coleenp, dholmes, mgerdin
amurillo [Fri, 07 Feb 2014 09:41:36 -0800] rev 22740
Merge
ccheung [Wed, 05 Feb 2014 15:14:47 -0800] rev 22739
8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
Summary: removing a check in LinkResolver::resolve_method() to conform with a change in JVMS-8 5.4.3.3. Method Resolution
Reviewed-by: coleenp, lfoltan
sspitsyn [Tue, 04 Feb 2014 19:41:46 -0800] rev 22738
8032223: nsk/regression/b4663146 gets assert(SafepointSynchronize::is_at_safepoint() || JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits))
Summary: It is better to calculate frame count for suspended threads at a safepoint
Reviewed-by: twisti, dsamersoff, sla, dholmes, dcubed
Contributed-by: serguei.spitsyn@oracle.com
sla [Mon, 03 Feb 2014 15:24:20 +0100] rev 22737
8033126: Can't call default methods from JNI
Reviewed-by: dholmes, acorn, kamg
sla [Mon, 03 Feb 2014 13:41:26 +0100] rev 22736
8032462: Change the linux SDT implementation to use USDT2 instead of USDT1
Reviewed-by: coleenp, sspitsyn, kamg
hseigel [Sun, 02 Feb 2014 15:31:40 -0500] rev 22735
Merge
rdurbin [Thu, 30 Jan 2014 14:12:22 -0800] rev 22734
8027113: decouple the '-XXaltjvm=<path>' option from the gamma launcher
Summary: decoupled the '-XXaltjvm=<path>' option from the gamma launcher. Clearing the way for removing the remaining cruft associated with the previously removed gamma launcher.
Reviewed-by: dcubed, dholmes
jbachorik [Thu, 30 Jan 2014 09:41:45 +0100] rev 22733
6656031: SA: jmap -permstat number of classes is off by 1
Reviewed-by: sla, dholmes
katleman [Fri, 21 Feb 2014 11:39:47 -0800] rev 22732
Added tag jdk9-b03 for changeset 69d4b2a482eb
lana [Thu, 06 Mar 2014 10:36:48 -0800] rev 22731
Merge
erikj [Wed, 05 Mar 2014 10:21:38 +0100] rev 22730
8019729: JDK build HIGHEST compiler optimisation setting isn't valid for Sun C++ compiler
Reviewed-by: tbell
erikj [Tue, 04 Mar 2014 10:22:25 +0100] rev 22729
8036145: Solaris standard grep does not understand -qE
Reviewed-by: alanb, tbell
mduigou [Mon, 03 Mar 2014 09:21:42 -0800] rev 22728
8036079: --with-boot-jdk-jvmargs configure options are ignored
Reviewed-by: erikj
erikj [Fri, 28 Feb 2014 13:35:32 +0100] rev 22727
8035904: Solaris fastdebug builds are failing
Reviewed-by: tbell
ihse [Thu, 27 Feb 2014 09:40:35 +0100] rev 22726
8035730: Configure fails in cygwin if current dir is in /home/user
Reviewed-by: tbell
ihse [Thu, 27 Feb 2014 09:17:58 +0100] rev 22725
8035825: Warn instead of fail when calling the configure wrapper directly
Reviewed-by: dholmes, tbell
ihse [Tue, 25 Feb 2014 15:19:32 +0100] rev 22724
8035725: Must keep microsoft VS_PATH on PATH after toolchain detection
Reviewed-by: erikj
lana [Mon, 24 Feb 2014 12:54:33 -0800] rev 22723
Merge
ihse [Mon, 24 Feb 2014 13:29:26 +0100] rev 22722
8035495: Improvements in autoconf integration
Reviewed-by: mduigou, tbell
ihse [Mon, 24 Feb 2014 12:16:58 +0100] rev 22721
8034788: Rewrite toolchain.m4 to support multiple toolchains per platform.
Reviewed-by: henryjen, erikj
lana [Thu, 20 Feb 2014 19:59:06 -0800] rev 22720
Merge
jeff [Tue, 28 Jan 2014 20:09:25 +0000] rev 22719
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana
jeff [Mon, 13 Jan 2014 14:41:04 -0800] rev 22718
7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell
mduigou [Mon, 17 Feb 2014 10:48:48 -0800] rev 22717
8034979: Configuration help messages don't consider --no-create
Reviewed-by: erikj
ihse [Thu, 13 Feb 2014 23:30:08 +0100] rev 22716
8034199: Add 'reconfigure' target for re-creating a configuration
Reviewed-by: erikj, tbell
mduigou [Wed, 12 Feb 2014 17:03:39 -0800] rev 22715
8030350: Enable additional compiler warnings for GCC
Reviewed-by: dholmes, coleenp, tbell, erikj, ihse
ihse [Thu, 13 Feb 2014 00:00:20 +0100] rev 22714
8034191: Move relevant parts of build system to new closed repo
Reviewed-by: erikj, tbell
erikj [Tue, 11 Feb 2014 10:44:23 +0100] rev 22713
8034098: Configure leaves 'a.out' in root dir.
Reviewed-by: tbell, ihse
iris [Mon, 10 Feb 2014 12:53:40 -0800] rev 22712
8034146: Update hgforest.sh for new closed tree
Reviewed-by: jcoomes
erikj [Mon, 10 Feb 2014 14:25:17 +0100] rev 22711
8032632: Wrong version for the first jdk8 fcs build
Reviewed-by: katleman
ihse [Fri, 07 Feb 2014 13:31:16 +0100] rev 22710
8033921: Build fails if --with-alsa option is used due to incorrect ALSA link parameter in autoconf script.
Reviewed-by: ihse, erikj
Contributed-by: Jessica Man <jessica.man@gs.com>
alanb [Thu, 06 Feb 2014 14:57:02 +0000] rev 22709
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
Reviewed-by: erikj
katleman [Fri, 21 Feb 2014 11:39:18 -0800] rev 22708
Added tag jdk9-b03 for changeset 0ce00b83a208
duke [Wed, 05 Jul 2017 19:30:03 +0200] rev 22707
Added tag jdk9-b03 for changeset 7f655f31f9bc
duke [Wed, 05 Jul 2017 19:30:02 +0200] rev 22706
Merge
duke [Wed, 05 Jul 2017 19:29:59 +0200] rev 22705
Merge
lana [Tue, 11 Feb 2014 11:25:59 -0800] rev 22704
Merge
erikj [Wed, 05 Feb 2014 11:04:04 +0100] rev 22703
8026773: Failing compilation in Corba does not fail the build
Reviewed-by: ihse, tbell
emc [Mon, 03 Feb 2014 17:19:15 -0500] rev 22702
8033004: Make base TypeAnnotationPosition data immutable, create better methods for creating base TypeAnnotationPositions
Summary: First of a series of major fixes to type annotations; cleans up interface with TypeAnnotationPosition
Reviewed-by: jjg
jlahoda [Sun, 02 Feb 2014 12:12:01 +0100] rev 22701
8030091: Request to update error messages from javac for negative varargs test cases
Summary: Introducing a new error message for vararg parameter not being the last parameter, improving error message for unexpected character after a parameter.
Reviewed-by: jjg, sogoel
jjg [Thu, 30 Jan 2014 17:46:25 -0800] rev 22700
8033180: An inappropriate newline symbol in the help section
Reviewed-by: ksrini
emc [Thu, 30 Jan 2014 07:35:49 -0500] rev 22699
8033218: Silent failure in TypeAnnotations.resolveFrame
Summary: Change silent no-op to assertion failure when resolveFrame is called before attribution.
Reviewed-by: jfranck
jjg [Wed, 29 Jan 2014 14:32:27 -0800] rev 22698
8032869: remove support for legacy options in javap
Reviewed-by: ksrini
emc [Tue, 28 Jan 2014 17:52:30 -0500] rev 22697
8032932: Add assertion to fix silent failure in Gen.getAndRemoveNonFieldTAs
Summary: Turn silent failure if type annotation position type is UNKNOWN into assertion failure.
Reviewed-by: jjg
emc [Tue, 28 Jan 2014 17:51:28 -0500] rev 22696
8032980: Silent failure in Attr.annotateType
Summary: Turn silent discard of annotations in Attr.annotateType if conversion to TypeCompound fails into an assertion failure.
Reviewed-by: jjg
jjg [Tue, 28 Jan 2014 14:31:29 -0800] rev 22695
8032819: Extra empty line between field declarations for the "-v -c" and "-v -l" combination of options
Reviewed-by: ksrini
lana [Tue, 28 Jan 2014 11:22:56 -0800] rev 22694
Merge
jjg [Mon, 27 Jan 2014 17:48:47 -0800] rev 22693
8032814: LineNumberTable/LocalVariableTable tables duplication for the "-v -l" combination of options
Reviewed-by: ksrini
jjg [Mon, 27 Jan 2014 16:07:32 -0800] rev 22692
8031212: doclint incorrectly rejects some @see tags in javadoc comments
Reviewed-by: vromero
emc [Fri, 24 Jan 2014 08:47:32 -0500] rev 22691
8032587: Change silent failure in Attr.java to assertion
Summary: Change silent failure in Attr.fromAttributes into a non-null assertion
Reviewed-by: jfranck
sogoel [Mon, 27 Jan 2014 12:45:03 -0800] rev 22690
8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
Reviewed-by: jjg, ksrini
Contributed-by: matherey.nunez@oracle.com
alundblad [Fri, 24 Jan 2014 09:39:51 +0100] rev 22689
8028267: sun.tools.javac.util.Bits contains a main-method with test code
Summary: Removed main method from Bits and added proper unit testing.
Reviewed-by: jfranck
jfranck [Thu, 23 Jan 2014 14:09:29 +0100] rev 22688
8029017: ElementType.TYPE_USE should be a logical superset of ElementType.TYPE and ANNOTATION_TYPE
Reviewed-by: abuckley, jlahoda, vromero
ksrini [Thu, 23 Jan 2014 06:34:53 -0800] rev 22687
8031023: [javac] LambdaToMethod is missing forceSerializedRepresentation logic and switch
Reviewed-by: jjg, rfield
sogoel [Wed, 22 Jan 2014 14:45:51 -0800] rev 22686
8032506: Remove commit.txt that was accidentally pushed with the changeset
Reviewed-by: jjg
vromero [Wed, 22 Jan 2014 21:41:50 +0000] rev 22685
8030816: javac crashes when mixing lambdas and inner classes
Reviewed-by: jjg, jlahoda
sogoel [Wed, 22 Jan 2014 12:22:23 -0800] rev 22684
8027477: Enable repeating annotations test cases since JDK-8004912 is fixed
Reviewed-by: jjg, jfranck
Contributed-by: matherey.nunez@oracle.com
katleman [Thu, 06 Feb 2014 13:09:40 -0800] rev 22683
Added tag jdk9-b02 for changeset fc0fe10fbee9
duke [Wed, 05 Jul 2017 19:29:50 +0200] rev 22682
Merge
lana [Tue, 11 Feb 2014 11:25:51 -0800] rev 22681
Merge
lana [Tue, 28 Jan 2014 11:22:08 -0800] rev 22680
Merge
mkos [Mon, 30 Dec 2013 00:00:00 +0100] rev 22679
8032639: Update copyright year to match last edit in jaxws repository for 2013
Reviewed-by: chegar
mkos [Sun, 30 Dec 2012 00:00:00 +0100] rev 22678
8029237: Update copyright year to match last edit in jaxws repository for 2012
Reviewed-by: chegar
katleman [Thu, 06 Feb 2014 13:08:57 -0800] rev 22677
Added tag jdk9-b02 for changeset 01145cf69089
duke [Wed, 05 Jul 2017 19:29:41 +0200] rev 22676
Merge
lana [Tue, 11 Feb 2014 11:25:30 -0800] rev 22675
Merge
lana [Tue, 28 Jan 2014 11:22:03 -0800] rev 22674
Merge
joehw [Fri, 24 Jan 2014 14:17:33 -0800] rev 22673
8032392: Spec: javax.xml.stream.XMLEventFactory/XMLOutputFactory/XMLInputFactory.newFactory(String, ClassLoader) referring to ServiceLoader.load(Class, ClassLoader)
Reviewed-by: lancea, dfuchs
katleman [Thu, 06 Feb 2014 13:08:54 -0800] rev 22672
Added tag jdk9-b02 for changeset 851ae056cca1
duke [Wed, 05 Jul 2017 19:29:36 +0200] rev 22671
Merge
lana [Tue, 11 Feb 2014 11:25:18 -0800] rev 22670
Merge
attila [Thu, 30 Jan 2014 20:13:27 +0100] rev 22669
8032681: Issues with Nashorn
Reviewed-by: ahgross, jlaskey, sundar
sundar [Thu, 30 Jan 2014 19:28:40 +0530] rev 22668
8032948: Nashorn linkages awry
Reviewed-by: jlaskey, attila, ahgross
sundar [Thu, 30 Jan 2014 18:49:47 +0530] rev 22667
8032954: Nashorn: extend Java.extend
Reviewed-by: jlaskey, attila, ahgross
sundar [Thu, 30 Jan 2014 18:26:15 +0530] rev 22666
8032943: Improve reflection in Nashorn
Reviewed-by: jlaskey, attila, ahgross
katleman [Thu, 06 Feb 2014 13:09:43 -0800] rev 22665
Added tag jdk9-b02 for changeset 81bb5f538220
duke [Wed, 05 Jul 2017 19:29:30 +0200] rev 22664
Merge
lana [Tue, 11 Feb 2014 11:25:55 -0800] rev 22663
Merge
erikj [Wed, 05 Feb 2014 11:04:21 +0100] rev 22662
8026773: Failing compilation in Corba does not fail the build
Reviewed-by: ihse, tbell
katleman [Thu, 06 Feb 2014 13:08:37 -0800] rev 22661
Added tag jdk9-b02 for changeset 82544a65e6da
duke [Wed, 05 Jul 2017 19:29:25 +0200] rev 22660
Merge
lana [Tue, 11 Feb 2014 11:26:56 -0800] rev 22659
Merge
vinnie [Wed, 05 Feb 2014 18:37:42 +0000] rev 22658
8025669: [parfait] warning from b62 for jdk.src.solaris.native.com.sun.security.auth.module: memory leak
Reviewed-by: alanb, chegar
darcy [Wed, 05 Feb 2014 10:21:18 -0800] rev 22657
8033616: Fix serial lint warnings in javax.imageio.*
Reviewed-by: alanb
darcy [Wed, 05 Feb 2014 10:15:45 -0800] rev 22656
8033526: Fix serial lint warnings in java.awt.*
Reviewed-by: briangoetz
dfuchs [Wed, 05 Feb 2014 17:56:04 +0100] rev 22655
8033542: test/java/util/logging/SimpleLogManager might let Loggers be gc'ed too early.
Summary: fix another case of potentially premature Logger garbage collection in tests.
Reviewed-by: mchung
rriggs [Wed, 05 Feb 2014 10:59:55 -0500] rev 22654
8032749: Typo in java.time.Clock
8032888: Error message typo in TemporalAccessor
8032558: Instant spec includes incorrect assertion wrt valid range
8032494: DateTimeFormatter spec includes irrelevent detail on parsing pattern
Summary: Update to fix typos, remove extraneous text
Reviewed-by: darcy, lancea, sherman, scolebourne
rriggs [Wed, 05 Feb 2014 10:59:53 -0500] rev 22653
8030993: Check jdk/src/share/native/common/jni_util.c for JNI pending exceptions
Summary: Check for pending exceptions
Reviewed-by: alanb, chegar
vinnie [Wed, 05 Feb 2014 15:58:27 +0000] rev 22652
8011983: [parfait] False positive: unportable format string argument mismatch in jdk/src/windows/native/com/sun/security/auth/module/nt.c
Reviewed-by: alanb
chegar [Wed, 05 Feb 2014 14:14:46 +0000] rev 22651
8033689: PlainDatagramSocketImpl missing returns after throwing an exception
Reviewed-by: michaelm
erikj [Wed, 05 Feb 2014 14:21:10 +0100] rev 22650
8033680: Profiles build broken
Reviewed-by: alanb
ihse [Wed, 05 Feb 2014 11:32:27 +0100] rev 22649
8033532: Freetype include statement must come before X11 include
Reviewed-by: erikj, drchase
alanb [Wed, 05 Feb 2014 10:20:30 +0000] rev 22648
8031586: Check jdk/src/*/native/com/sun/security/auth/module for pending JNI exceptions
Reviewed-by: vinnie, chegar
erikj [Wed, 05 Feb 2014 11:05:24 +0100] rev 22647
8026773: Failing compilation in Corba does not fail the build
Reviewed-by: ihse, tbell
chegar [Tue, 04 Feb 2014 23:40:23 +0000] rev 22646
8025306: Inet[4|6]Address class and fieldID initialization in networking native code
Reviewed-by: alanb, michaelm
vinnie [Tue, 04 Feb 2014 18:37:12 +0000] rev 22645
8028727: [parfait] warnings from b116 for jdk.src.share.native.sun.security.ec: JNI pending exceptions
Reviewed-by: alanb
darcy [Tue, 04 Feb 2014 08:58:06 -0800] rev 22644
8033525: Fix raw and unchecked lint warnings in sun.swing.*
Reviewed-by: alexsch
coffeys [Tue, 04 Feb 2014 15:39:40 +0000] rev 22643
8029020: Check src/share/native/java/util/zip code for JNI pending exceptions
Reviewed-by: alanb, chegar
sla [Tue, 04 Feb 2014 15:25:10 +0100] rev 22642
8029808: com/sun/jdi/ProcessAttachTest.sh times out
Reviewed-by: alanb, dsamersoff
alanb [Tue, 04 Feb 2014 12:05:13 +0000] rev 22641
8033372: Check jdk/src/share/native/java/lang for JNI pending exception issues
8033371: jdk/src/solaris/native/java/lang/ProcessEnvironment.c environ doesn't check for JNI pending exceptions
8030116: (process) Check Parfait warnings in src/solaris/native/java/lang/*
8028769: Check src/share/native/java/lang/*.c for cases when JNI calls are used with pending warnings
Reviewed-by: chegar
michaelm [Tue, 04 Feb 2014 11:31:27 +0000] rev 22640
8028725: [Parfait] warnings from b116 for jdk.src.solaris.native.java.net: JNI pending exceptions
Reviewed-by: alanb
ihse [Tue, 04 Feb 2014 10:00:24 +0100] rev 22639
8033236: Update GensrcCharsetMapping.gmk to build-infra standards
Reviewed-by: erikj, mduigou, sherman
darcy [Mon, 03 Feb 2014 22:26:26 -0800] rev 22638
8033527: Fix raw type lint warning in sun.nio.ch
Reviewed-by: henryjen, mchung
rriggs [Mon, 03 Feb 2014 16:58:02 -0500] rev 22637
8031737: CHECK_NULL and CHECK_EXCEPTION macros cleanup
Summary: Rename CHECK_EXCEPTION macros with JNU prefix; use the defensive do {...} while (0) macro definition
Reviewed-by: chegar, mchung, ksrini, lancea, alanb
darcy [Mon, 03 Feb 2014 10:21:58 -0800] rev 22636
8033222: Fix serial lint warnings in sun.awt.*
Reviewed-by: alanb
darcy [Mon, 03 Feb 2014 10:05:56 -0800] rev 22635
8033181: Fix doclint missing issues in java.awt.{peer, im[.spi]}
Reviewed-by: alanb
darcy [Mon, 03 Feb 2014 09:52:36 -0800] rev 22634
8033416: Remove sun.misc.FpUtils
Reviewed-by: alanb, bpb, psandoz
michaelm [Mon, 03 Feb 2014 14:40:28 +0000] rev 22633
8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
Reviewed-by: alanb, chegar
alanb [Mon, 03 Feb 2014 14:18:45 +0000] rev 22632
8030795: java/nio/file/Files/probeContentType/ForceLoad.java failing with ServiceConfigurationError without jtreg -agentvm option
Reviewed-by: michaelm
alanb [Mon, 03 Feb 2014 14:00:43 +0000] rev 22631
8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
8032668: Check jdk/src/solaris/native/java/io for pending JNI exception issues
Reviewed-by: chegar, simonis
darcy [Sat, 01 Feb 2014 10:27:55 -0800] rev 22630
8033223: Fix serial lint warnings in sun.{font, java2d[.*]}
Reviewed-by: bae
rriggs [Fri, 31 Jan 2014 13:42:31 -0500] rev 22629
8032221: Typo in java.util.date
Summary: trancate -> truncate; updated html <code> and <tt> to use {@code ...}
Reviewed-by: darcy, lancea
chegar [Fri, 31 Jan 2014 18:32:07 +0000] rev 22628
8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly
Reviewed-by: martin, psandoz
naoto [Fri, 31 Jan 2014 10:04:16 -0800] rev 22627
8030696: Norwegian locales nb_NO and nn_NO should be available locales
Reviewed-by: okutsu
igerasim [Thu, 30 Jan 2014 00:02:46 +0400] rev 22626
8027348: (process) Enhancement of handling async close of ProcessInputStream
Reviewed-by: martin
chegar [Fri, 31 Jan 2014 11:10:36 +0000] rev 22625
7150539: HttpURLConnection.getResponseMessage() doesn't throw IOException on server error (OS X)
Reviewed-by: michaelm, alanb
mgronlun [Fri, 31 Jan 2014 12:06:34 +0100] rev 22624
8032518: fatal error has been detected by the Java Runtime Environment(access violation)
Reviewed-by: sla, dholmes, jbachorik, dsamersoff, coleenp
psandoz [Fri, 31 Jan 2014 11:57:53 +0100] rev 22623
8032056: Create demo to illustrate new practices of the default methods usage
Reviewed-by: briangoetz, rfield, psandoz
Contributed-by: taras.ledkov@oracle.com
anazarov [Fri, 31 Jan 2014 11:57:38 +0100] rev 22622
8032020: Update try-with-resources demo
Reviewed-by: darcy, alanb, smarks
anazarov [Fri, 31 Jan 2014 11:57:12 +0100] rev 22621
8031650: Update bulk operation demo
Reviewed-by: psandoz, mduigou
anazarov [Fri, 31 Jan 2014 11:56:47 +0100] rev 22620
8032025: Update repeating annotations demo
Reviewed-by: jfranck
smarks [Thu, 30 Jan 2014 15:12:38 -0800] rev 22619
8023541: Race condition in rmid initialization
Reviewed-by: alanb, dfuchs, dholmes, plevart, psandoz, tyan
darcy [Thu, 30 Jan 2014 09:15:13 -0800] rev 22618
8033221: Fix serial lint warnings in sun.swing.*
Reviewed-by: alexsch
coffeys [Thu, 30 Jan 2014 14:38:15 +0000] rev 22617
Merge
aefimov [Thu, 30 Jan 2014 12:22:24 +0400] rev 22616
8030822: (tz) Support tzdata2013i
Reviewed-by: coffeys, mfang, okutsu
plevart [Thu, 30 Jan 2014 15:36:04 +0100] rev 22615
8022321: java/lang/ref/OOMEInReferenceHandler.java fails intermittently
Summary: preload/preinitialize InterruptedException and Cleaner classes and catch OOME from instanceof operator in ReferenceHandler
Reviewed-by: dholmes, mchung, srikchan
ewang [Wed, 29 Jan 2014 22:18:46 -0800] rev 22614
8031179: update RMI tests to declare othervm explicitly
Summary: The /othervm declaration should be added to all the RMI tests and the RMI directories removed from the othervm.dirs property
Reviewed-by: smarks
sogoel [Wed, 29 Jan 2014 14:33:07 -0800] rev 22613
8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
Reviewed-by: jjg, ksrini
Contributed-by: matherey.nunez@oracle.com
jbachorik [Wed, 29 Jan 2014 17:37:40 +0100] rev 22612
8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE
Reviewed-by: mchung, dsamersoff
ihse [Wed, 29 Jan 2014 13:10:53 +0100] rev 22611
8033111: Clean up left-over JObjC code in build system
Reviewed-by: erikj
sla [Tue, 28 Jan 2014 09:33:39 -0500] rev 22610
7142035: assert in j.l.instrument agents during shutdown when daemon thread is running
Reviewed-by: sla
Contributed-by: sunny.chan@gs.com
rfield [Tue, 28 Jan 2014 17:22:07 -0800] rev 22609
8032697: Issues with Lambda
Reviewed-by: ahgross, briangoetz, dlsmith, rfield
Contributed-by: daniel.smith@oracle.com
kvn [Tue, 28 Jan 2014 14:58:15 -0800] rev 22608
Merge
kvn [Tue, 28 Jan 2014 14:57:41 -0800] rev 22607
Merge
kvn [Wed, 22 Jan 2014 14:17:32 -0800] rev 22606
Merge
simonis [Mon, 20 Jan 2014 17:16:05 +0100] rev 22605
8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests
Reviewed-by: alanb, sla
simonis [Mon, 20 Jan 2014 09:24:25 +0100] rev 22604
8031997: PPC64: Make the various POLL constants system dependant
Reviewed-by: alanb
simonis [Mon, 20 Jan 2014 09:20:13 +0100] rev 22603
8031134: PPC64: implement printing on AIX
Reviewed-by: prr
simonis [Fri, 17 Jan 2014 21:54:30 +0100] rev 22602
8028537: PPC64: Updated the JDK regression tests to run on AIX
Reviewed-by: alanb
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, volker.simonis@gmail.com
kvn [Wed, 08 Jan 2014 11:19:25 -0800] rev 22601
Merge
kvn [Thu, 12 Dec 2013 11:04:11 -0800] rev 22600
Merge
simonis [Fri, 06 Dec 2013 14:22:34 +0100] rev 22599
8029669: PPC64: 8027566 changes broke AIX build after sync
Reviewed-by: alanb, ihse
kvn [Thu, 05 Dec 2013 15:10:36 -0800] rev 22598
Merge
simonis [Tue, 26 Nov 2013 16:40:31 +0100] rev 22597
8024854: PPC64: Basic changes and files to build the class library on AIX
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, thomas.stuefe@sap.com
kvn [Thu, 21 Nov 2013 12:28:16 -0800] rev 22596
Merge
simonis [Fri, 08 Nov 2013 18:17:06 +0100] rev 22595
8028066: PPC64: 8025715 changes broke AIX build after sync
Summary: fixes the build on AIX again after the latest sync from jdk8
Reviewed-by: kvn
kvn [Tue, 05 Nov 2013 17:32:53 -0800] rev 22594
Merge
simonis [Tue, 17 Sep 2013 14:48:14 +0200] rev 22593
8024900: PPC64: Enable new build on AIX (jdk part)
Reviewed-by: erikj
kvn [Thu, 05 Sep 2013 10:50:40 -0700] rev 22592
Merge
kvn [Fri, 16 Aug 2013 16:21:28 -0700] rev 22591
Merge
kvn [Thu, 01 Aug 2013 17:22:15 -0700] rev 22590
Merge
kvn [Fri, 19 Jul 2013 13:23:23 -0700] rev 22589
Merge
kvn [Thu, 11 Jul 2013 12:31:10 -0700] rev 22588
Merge
simonis [Tue, 02 Jul 2013 17:38:40 -0700] rev 22587
8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
Summary: Enable new build on Linux/PPC64
Reviewed-by: erikj
rfield [Tue, 28 Jan 2014 12:53:56 -0800] rev 22586
8032711: Issue with Lambda in handling
8032704: Issues with lib perm in Lambda
Reviewed-by: jrose, ahgross, briangoetz
lana [Tue, 28 Jan 2014 11:22:25 -0800] rev 22585
Merge
darcy [Tue, 28 Jan 2014 09:42:05 -0800] rev 22584
8032733: Fix cast lint warnings in client libraries
8032734: Add cast lint warning to build of jdk repository
Reviewed-by: alanb, bae, tbell, wetmore
dsamersoff [Tue, 28 Jan 2014 12:50:53 +0400] rev 22583
8022323: [JavaSecurityScanner] review package com.sun.management.* Native methods should be private
Summary: create java methods that calls native one
Reviewed-by: sla, dholmes
mchung [Mon, 27 Jan 2014 16:22:08 -0800] rev 22582
6760902: inconsistent behavior in system class loader for classes and resources
Reviewed-by: psandoz, ksrini
psandoz [Mon, 27 Jan 2014 14:29:37 +0100] rev 22581
8032779: Update code in java.lang to use newer language features
Reviewed-by: darcy, alanb
dsamersoff [Mon, 27 Jan 2014 17:13:16 +0400] rev 22580
8002116: This JdbReadTwiceTest.sh gets an exit 1
Summary: Explicitly check readability of file in question
Reviewed-by: sla, dholmes, olagneau
dsamersoff [Mon, 27 Jan 2014 15:11:56 +0400] rev 22579
8024049: com/sun/jdi/ProcessAttachTest.sh shortens 7-digit pid to 6-digit
Summary: replace cut call to awk
Reviewed-by: sla, olagneau
weijun [Sat, 25 Jan 2014 18:16:33 +0800] rev 22578
8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
Reviewed-by: mullan