jjg [Thu, 10 Jan 2013 19:36:36 -0800] rev 15250
8004834: Add doclint support into javadoc
Reviewed-by: erikj, tbell
katleman [Thu, 24 Jan 2013 16:49:20 -0800] rev 15249
Added tag jdk8-b74 for changeset 64054e252871
duke [Wed, 05 Jul 2017 18:37:42 +0200] rev 15248
Merge
amurillo [Fri, 25 Jan 2013 02:36:28 -0800] rev 15247
Added tag hs25-b17 for changeset f767fc368725
amurillo [Fri, 25 Jan 2013 02:36:28 -0800] rev 15246
Merge
kmo [Thu, 24 Jan 2013 09:06:16 -0800] rev 15245
Merge
kmo [Thu, 24 Jan 2013 02:03:38 -0800] rev 15244
8006758: LinkResolver assertion (caused by @Contended changes)
Summary: treat anonymous classes as privileged code to restore the special handling for @Compiled during class file parsing
Reviewed-by: jrose, coleenp, kvn, dholmes
kvn [Wed, 23 Jan 2013 15:11:03 -0800] rev 15243
8003878: compiler/7196199 test failed on OS X since 8b54, jdk7u12b01
Summary: Limit vectors size to 16 bytes on BSD until the problem is fixed
Reviewed-by: twisti
kvn [Tue, 22 Jan 2013 15:34:16 -0800] rev 15242
6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
Summary: Use SSE4.2 and AVX2 instructions for encodeArray intrinsic.
Reviewed-by: roland
kvn [Tue, 22 Jan 2013 11:31:25 -0800] rev 15241
8005055: pass outputStream to more opto debug routines
Summary: pass the output stream to node->dump() and everything reachable from there
Reviewed-by: kvn
Contributed-by: goetz.lindenmaier@sap.com
jmasa [Thu, 24 Jan 2013 06:04:43 -0800] rev 15240
Merge
mgerdin [Tue, 22 Jan 2013 13:42:39 +0100] rev 15239
8004147: test/Makefile jtreg_tests target does not work with cygwin
Reviewed-by: ctornqvi, brutisso
brutisso [Wed, 16 Jan 2013 12:46:27 +0100] rev 15238
8006242: G1: WorkerDataArray<T>::verify() too strict for double calculations
Summary: Also reviewed by vitalyd@gmail.com.
Reviewed-by: johnc, mgerdin
zgu [Tue, 22 Jan 2013 11:54:16 -0800] rev 15237
Merge
zgu [Tue, 22 Jan 2013 14:27:41 -0500] rev 15236
6871190: Don't terminate JVM if it is running in a non-interactive session
Summary: Don't handle CTRL_LOGOFF_EVENT event when the process is running in a non-interactive session
Reviewed-by: ctornqvi, acorn
dcubed [Tue, 22 Jan 2013 05:57:18 -0800] rev 15235
8004903: VMThread::execute() calls Thread::check_for_valid_safepoint_state() on concurrent VM ops
Summary: check_for_valid_safepoint_state() only applies to blocking VM ops
Reviewed-by: acorn, dholmes, dice, sspitsyn
Contributed-by: karen.kinnear@oracle.com
dcubed [Tue, 22 Jan 2013 05:56:42 -0800] rev 15234
8004902: correctness fixes motivated by contended locking work (6607129)
Summary: misc correctness fixes
Reviewed-by: acorn, dholmes, dice, sspitsyn
Contributed-by: dave.dice@oracle.com
dcubed [Tue, 22 Jan 2013 05:55:04 -0800] rev 15233
6444286: Possible naked oop related to biased locking revocation safepoint in jni_exit()
Summary: Add missing Handle.
Reviewed-by: acorn, dholmes, dice, sspitsyn
Contributed-by: karen.kinnear@oracle.com
acorn [Mon, 21 Jan 2013 16:11:24 -0500] rev 15232
Merge
brutisso [Mon, 21 Jan 2013 09:00:04 +0100] rev 15231
8006431: os::Bsd::initialize_system_info() sets _physical_memory too large
Summary: Use HW_MEMSIZE instead of HW_USERMEM to get a 64 bit value of the physical memory on the machine. Also reviewed by vitalyd@gmail.com.
Reviewed-by: sla, dholmes, dlong, mikael
coleenp [Thu, 17 Jan 2013 22:11:57 -0500] rev 15230
8006548: version wrong in new constantPool code
Summary: fix increment problem with saved_version
Reviewed-by: dholmes
coleenp [Thu, 17 Jan 2013 13:40:31 -0500] rev 15229
7174978: NPG: Fix bactrace builder for class redefinition
Summary: Remove Method* from backtrace but save version so redefine classes doesn't give inaccurate line numbers. Removed old Merlin API with duplicate code.
Reviewed-by: dholmes, sspitsyn
hseigel [Thu, 17 Jan 2013 10:25:16 -0500] rev 15228
7102489: RFE: cleanup jlong typedef on __APPLE__and _LLP64 systems.
Summary: Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro.
Reviewed-by: dholmes, coleenp, mikael, kvn
sla [Fri, 18 Jan 2013 19:13:41 +0100] rev 15227
Merge
sla [Fri, 18 Jan 2013 14:15:51 +0100] rev 15226
Merge
sla [Wed, 16 Jan 2013 16:30:04 +0100] rev 15225
8006403: Regression: jstack failed due to the FieldInfo regression in SA
Reviewed-by: sla, dholmes
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
amurillo [Fri, 18 Jan 2013 05:33:32 -0800] rev 15224
8006511: new hotspot build - hs25-b17
Reviewed-by: jcoomes
amurillo [Fri, 18 Jan 2013 05:19:07 -0800] rev 15223
Added tag hs25-b16 for changeset bf71fcc9d682
amurillo [Fri, 18 Jan 2013 05:19:06 -0800] rev 15222
Merge
brutisso [Fri, 18 Jan 2013 11:03:15 +0100] rev 15221
Merge
jmasa [Thu, 17 Jan 2013 19:04:48 -0800] rev 15220
8006537: Assert when dumping archive with default methods
Reviewed-by: coleenp
stefank [Thu, 17 Jan 2013 11:39:48 +0100] rev 15219
8006513: Null pointer in DefaultMethods::generate_default_methods when merging annotations
Reviewed-by: brutisso, jfranck
johnc [Tue, 15 Jan 2013 12:32:26 -0800] rev 15218
8001425: G1: Change the default values for certain G1 specific flags
Summary: Changes to default and ergonomic flag values recommended by performance team. Changes were also reviewed by Monica Beckwith <monica.beckwith@oracle.com>.
Reviewed-by: brutisso, huntch
stefank [Tue, 15 Jan 2013 10:09:45 +0100] rev 15217
8005994: Method annotations are allocated unnecessarily during class file parsing
Summary: Also reviewed by: vitalyd@gmail.com
Reviewed-by: coleenp, acorn
stefank [Tue, 15 Jan 2013 13:32:13 +0100] rev 15216
8005590: java_lang_Class injected field resolved_constructor appears unused
Reviewed-by: coleenp, dholmes
brutisso [Mon, 14 Jan 2013 21:30:45 +0100] rev 15215
8005972: ParNew should not update the tenuring threshold when promotion failed has occurred
Reviewed-by: ysr, johnc, jwilhelm
brutisso [Mon, 14 Jan 2013 09:58:52 +0100] rev 15214
8004018: Remove old initialization flags
Reviewed-by: dholmes, stefank
Contributed-by: erik.helin@oracle.com
kvn [Thu, 17 Jan 2013 18:47:36 -0800] rev 15213
Merge
kvn [Wed, 16 Jan 2013 14:55:18 -0800] rev 15212
8006204: please JTREGify test/compiler/7190310/Test7190310.java
Summary: Add proper jtreg annotations in the preceding comment, including an explicit timeout.
Reviewed-by: kvn, twisti
Contributed-by: david.r.chase@oracle.com
kvn [Tue, 15 Jan 2013 14:45:12 -0800] rev 15211
8005821: C2: -XX:+PrintIntrinsics is broken
Summary: Check all print inlining flags when processing inlining list.
Reviewed-by: kvn, twisti
Contributed-by: david.r.chase@oracle.com
twisti [Tue, 15 Jan 2013 12:06:18 -0800] rev 15210
8006109: test/java/util/AbstractSequentialList/AddAll.java fails: assert(rtype == ctype) failed: mismatched return types
Reviewed-by: kvn
vlivanov [Mon, 14 Jan 2013 08:22:32 -0800] rev 15209
8006095: C1: SIGSEGV w/ -XX:+LogCompilation
Summary: avoid printing inlining decision when compilation fails
Reviewed-by: kvn, roland
twisti [Fri, 11 Jan 2013 20:01:16 -0800] rev 15208
8006127: remove printing code added with 8006031
Reviewed-by: kvn
twisti [Fri, 11 Jan 2013 16:47:23 -0800] rev 15207
8005820: Shark: enable JSR292 support
Reviewed-by: twisti
Contributed-by: Roman Kennke <rkennke@redhat.com>
twisti [Fri, 11 Jan 2013 16:47:23 -0800] rev 15206
8005818: Shark: fix OSR for non-empty incoming stack
Reviewed-by: twisti
Contributed-by: Roman Kennke <rkennke@redhat.com>
twisti [Fri, 11 Jan 2013 16:47:23 -0800] rev 15205
8005817: Shark: implement deoptimization support
Reviewed-by: twisti
Contributed-by: Roman Kennke <rkennke@redhat.com>
twisti [Fri, 11 Jan 2013 16:47:23 -0800] rev 15204
8005816: Shark: fix volatile float field access
Reviewed-by: twisti
Contributed-by: Roman Kennke <rkennke@redhat.com>
twisti [Fri, 11 Jan 2013 14:07:09 -0800] rev 15203
8006031: LibraryCallKit::inline_array_copyOf disabled unintentionally with 7172640
Reviewed-by: kvn
dlong [Thu, 17 Jan 2013 01:27:02 -0500] rev 15202
Merge
vladidan [Mon, 14 Jan 2013 13:52:08 -0500] rev 15201
8005204: Code Cache Reduction: command line options implementation
Summary: Adding more detailed output on CodeCache usage
Reviewed-by: kvn, vladidan
Contributed-by: Alexander Harlap <alexander.harlap@oracle.com>
vladidan [Mon, 14 Jan 2013 13:44:49 -0500] rev 15200
8005639: Move InlineSynchronizedMethods flag from develop to product
Summary: Move InlineSynchronizedMethods flag from develop to product
Reviewed-by: kvn, vladidan
Contributed-by: Alexander Harlap <alexander.harlap@oracle.com>
jiangli [Fri, 11 Jan 2013 16:55:07 -0500] rev 15199
8005895: Inefficient InstanceKlass field packing wasts memory.
Summary: Pack _misc_has_default_methods into the _misc_flags, move _idnum_allocated_count.
Reviewed-by: coleenp, shade
acorn [Wed, 16 Jan 2013 18:23:37 -0500] rev 15198
Merge
coleenp [Tue, 15 Jan 2013 17:05:53 -0500] rev 15197
8005467: CDS size information is incorrect and unfriendly
Summary: Changed words to bytes, and added usage percentage information
Reviewed-by: coleenp, twisti
Contributed-by: ioi.lam@oracle.com
mikael [Mon, 14 Jan 2013 11:00:56 -0800] rev 15196
8005592: ClassLoaderDataGraph::_unloading incorrectly defined as nonstatic in vmStructs
Summary: Added assertion to catch problem earlier and removed the unused field
Reviewed-by: dholmes, acorn
coleenp [Mon, 14 Jan 2013 08:37:14 -0800] rev 15195
Merge
coleenp [Mon, 14 Jan 2013 11:01:39 -0500] rev 15194
8006005: Fix constant pool index validation and alignment trap for method parameter reflection
Summary: This patch addresses an alignment trap due to the storage format of method parameters data in constMethod. It also adds code to validate constant pool indexes for method parameters data.
Reviewed-by: jrose, dholmes
Contributed-by: eric.mccorkle@oracle.com
jwilhelm [Mon, 14 Jan 2013 15:17:47 +0100] rev 15193
8003985: Support @Contended Annotation - JEP 142
Summary: HotSpot changes to support @Contended annotation.
Reviewed-by: coleenp, kvn, jrose
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
zgu [Fri, 11 Jan 2013 09:53:24 -0800] rev 15192
Merge
zgu [Fri, 11 Jan 2013 12:30:54 -0500] rev 15191
8005936: PrintNMTStatistics doesn't work for normal JVM exit
Summary: Moved NMT shutdown code to JVM exit handler to ensure NMT statistics is printed when PrintNMTStatistics is enabled
Reviewed-by: acorn, dholmes, coleenp
dholmes [Thu, 10 Jan 2013 21:00:11 -0500] rev 15190
8005921: Memory leaks in vmStructs.cpp
Reviewed-by: dholmes, mikael, rasbold
Contributed-by: Jeremy Manson <jeremymanson@google.com>
mikael [Thu, 10 Jan 2013 17:06:26 -0800] rev 15189
8004747: Remove last_entry from VM_STRUCT macros
Summary: Instead of passing in last_entry to all the VM_ macros just expand it in the main vmStructs.cpp file.
Reviewed-by: dholmes, sspitsyn, minqi
acorn [Thu, 10 Jan 2013 17:38:20 -0500] rev 15188
7199207: NPG: Crash in PlaceholderTable::verify after StackOverflow
Summary: Reduce scope of placeholder table entries to improve cleanup
Reviewed-by: dholmes, coleenp
zgu [Wed, 09 Jan 2013 12:10:25 -0800] rev 15187
Merge
zgu [Wed, 09 Jan 2013 14:46:55 -0500] rev 15186
7152671: RFE: Windows decoder should add some std dirs to the symbol search path
Summary: Added JRE/JDK bin directories to decoder's symbol search path
Reviewed-by: dcubed, sla
acorn [Wed, 09 Jan 2013 11:39:30 -0500] rev 15185
8005689: InterfaceAccessFlagsTest failures in Lambda-JDK tests
Summary: Fix verifier for new interface access flags
Reviewed-by: acorn, kvn
Contributed-by: bharadwaj.yadavalli@oracle.com
amurillo [Fri, 11 Jan 2013 02:02:51 -0800] rev 15184
8006034: new hotspot build - hs25-b16
Reviewed-by: jcoomes
katleman [Thu, 24 Jan 2013 16:48:45 -0800] rev 15183
Added tag jdk8-b74 for changeset 8d54b69d4504
katleman [Wed, 30 Jan 2013 13:39:23 -0800] rev 15182
Merge
erikj [Thu, 24 Jan 2013 09:17:26 +0100] rev 15181
Merge
erikj [Wed, 23 Jan 2013 11:42:29 +0100] rev 15180
8006658: build-infra: Make MILESTONE behave the same as JDK_BUILD_NUMBER
Reviewed-by: ohrstrom, dholmes, tbell
erikj [Wed, 23 Jan 2013 11:41:06 +0100] rev 15179
8006663: build-infra: Compare two arbitrary zip/jar files with compare.sh
Reviewed-by: tbell
erikj [Wed, 23 Jan 2013 11:37:36 +0100] rev 15178
8005855: build-infra: Remove -R flag when cross compiling
Reviewed-by: dholmes, tbell
lana [Tue, 29 Jan 2013 20:16:12 -0800] rev 15177
Merge
erikj [Mon, 28 Jan 2013 14:23:20 +0100] rev 15176
Merge
raginip [Fri, 18 Jan 2013 11:31:33 -0800] rev 15175
8000839: Integrate the Java Access Bridge with Java Runtime
Reviewed-by: ptbrunet, erikj
lana [Sat, 26 Jan 2013 18:24:49 -0800] rev 15174
Merge
sherman [Tue, 22 Jan 2013 21:02:06 -0800] rev 15173
8003680: JSR 310 Date/Time API
Summary: Integration of JSR310 Date/Time API for M6
Reviewed-by: alanb, naoto, dholmes
Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, richard.warburton@gmail.com, misterm@gmail.com
lana [Sun, 20 Jan 2013 23:35:25 -0800] rev 15172
Merge
lana [Wed, 16 Jan 2013 11:58:15 -0800] rev 15171
Merge
jjg [Thu, 10 Jan 2013 19:36:13 -0800] rev 15170
8004834: Add doclint support into javadoc
Reviewed-by: erikj, tbell
katleman [Thu, 24 Jan 2013 16:48:33 -0800] rev 15169
Added tag jdk8-b74 for changeset dde885cc8685
duke [Wed, 05 Jul 2017 18:37:14 +0200] rev 15168
Added tag jdk8-b74 for changeset f627eff81962
duke [Wed, 05 Jul 2017 18:37:13 +0200] rev 15167
Merge
duke [Wed, 05 Jul 2017 18:37:09 +0200] rev 15166
Merge
katleman [Wed, 16 Jan 2013 12:00:21 -0800] rev 15165
Added tag jdk8-b73 for changeset b568005e66bd
duke [Wed, 05 Jul 2017 18:37:04 +0200] rev 15164
Merge
katleman [Wed, 16 Jan 2013 22:17:39 -0800] rev 15163
Merge
katleman [Tue, 15 Jan 2013 10:07:26 -0800] rev 15162
Merge
katleman [Tue, 08 Jan 2013 13:14:45 -0800] rev 15161
Merge
erikj [Fri, 04 Jan 2013 11:31:32 +0100] rev 15160
8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
Reviewed-by: ohair
katleman [Wed, 16 Jan 2013 11:59:59 -0800] rev 15159
Added tag jdk8-b73 for changeset a7dead2f55ef
duke [Wed, 05 Jul 2017 18:36:58 +0200] rev 15158
Merge
katleman [Wed, 16 Jan 2013 22:17:36 -0800] rev 15157
Merge
katleman [Tue, 15 Jan 2013 10:07:22 -0800] rev 15156
Merge
katleman [Tue, 08 Jan 2013 13:14:42 -0800] rev 15155
Merge
erikj [Fri, 04 Jan 2013 11:31:16 +0100] rev 15154
8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
Reviewed-by: ohair
katleman [Wed, 16 Jan 2013 11:59:54 -0800] rev 15153
Added tag jdk8-b73 for changeset 4c46a5207766
duke [Wed, 05 Jul 2017 18:36:52 +0200] rev 15152
Merge
katleman [Wed, 16 Jan 2013 11:59:38 -0800] rev 15151
Added tag jdk8-b73 for changeset 8268581591da
duke [Wed, 05 Jul 2017 18:36:48 +0200] rev 15150
Merge
erikj [Tue, 22 Jan 2013 09:01:35 +0100] rev 15149
8004151: build-infra: Generating X11 wrapper offset file is not cross compilable
Reviewed-by: dholmes, ohrstrom
erikj [Mon, 21 Jan 2013 14:58:23 +0100] rev 15148
8006579: build-infra: In jvm.cfg, alias -server to -client when no server jvm is built.
Reviewed-by: tbell
erikj [Mon, 21 Jan 2013 11:42:31 +0100] rev 15147
Merge
erikj [Mon, 21 Jan 2013 11:42:17 +0100] rev 15146
8006583: build-infra: Remove /javax/swing/SwingBeanInfoBase.java from src.zip
Reviewed-by: tbell
erikj [Fri, 18 Jan 2013 16:44:07 +0100] rev 15145
8006567: jre/lib/applet missing from Mac JDK installation
Reviewed-by: tbell
yhuang [Wed, 16 Jan 2013 23:08:12 -0800] rev 15144
Merge
yhuang [Wed, 16 Jan 2013 19:05:13 -0800] rev 15143
Merge
yhuang [Tue, 15 Jan 2013 19:08:34 -0800] rev 15142
Merge
yhuang [Sun, 13 Jan 2013 18:45:43 -0800] rev 15141
7114053: [sq] Inproper tanslation for iso lanugage of Albanian
Reviewed-by: naoto
katleman [Wed, 16 Jan 2013 22:21:30 -0800] rev 15140
Merge
erikj [Wed, 16 Jan 2013 16:40:16 +0100] rev 15139
8006385: build-infra: linux and solaris *-debuginfo-*.zip file created from the new makefile has extra HUDSON direcotry in jre/lib/i386/server
Reviewed-by: tbell
katleman [Tue, 15 Jan 2013 10:08:04 -0800] rev 15138
Merge
erikj [Tue, 15 Jan 2013 16:50:22 +0100] rev 15137
8006296: build-infra: Unsigned sunmscapi.jar is missing manifest.
Reviewed-by: alanb, tbell
erikj [Thu, 10 Jan 2013 12:23:15 +0100] rev 15136
8005856: build-infra: Remove special handling of base module classes header generation
Reviewed-by: alanb, tbell, ohair
Contributed-by: fredrik.ohrstrom@oracle.com
erikj [Wed, 09 Jan 2013 16:13:29 +0100] rev 15135
8005903: build-infra: bad symlink: j2sdk-bundle/jdk1.8.0.jdk/Contents/MacOS/libjli.dylib
Reviewed-by: tbell
ohrstrom [Wed, 09 Jan 2013 13:33:52 +0100] rev 15134
8005096: Move a few source files in swing/beaninfo and in a demo.
Reviewed-by: ohair, erikj, malenkov
katleman [Tue, 08 Jan 2013 13:15:54 -0800] rev 15133
Merge
erikj [Fri, 04 Jan 2013 22:43:32 +0100] rev 15132
8005723: build-infra: in new infra build, sec-windows-bin-zip and jgss-windows-*-bin.zip are missing
Reviewed-by: tbell
erikj [Fri, 04 Jan 2013 17:09:10 +0100] rev 15131
8005654: build-infra: Create sec-bin.zip
Reviewed-by: tbell