2012-07-19 Merge
zgu [Thu, 19 Jul 2012 06:24:46 -0700] rev 13305
Merge
2012-07-19 Merge
zgu [Thu, 19 Jul 2012 09:15:50 -0400] rev 13304
Merge
2012-07-16 7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address
zgu [Mon, 16 Jul 2012 14:05:34 -0400] rev 13303
7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address Summary: Assertion on stack base is not necessary Reviewed-by: coleenp, dholmes, kvn
2012-07-19 Merge
zgu [Thu, 19 Jul 2012 09:10:12 -0400] rev 13302
Merge
2012-07-16 7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest
zgu [Mon, 16 Jul 2012 14:10:34 -0400] rev 13301
7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest Summary: Changed _query_lock to heap object from static object. Also fixed _query_lock and snapshot lock ranks, so they can participate deadlock detection. Reviewed-by: coleenp, dholmes, kvn
2012-07-19 7182543: NMT ON: Aggregate a few NMT related bugs
zgu [Thu, 19 Jul 2012 09:05:42 -0400] rev 13300
7182543: NMT ON: Aggregate a few NMT related bugs Summary: 1) Fixed MemTrackWorker::generations_in_used() calculation 2) Ensured NMT not to leak memory recorders after shutdown 3) Used ThreadCritical to block safepoint safe threads Reviewed-by: acorn, coleenp, dholmes, kvn
2012-07-18 7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms
asaha [Tue, 17 Jul 2012 22:16:17 -0700] rev 13299
7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms Reviewed-by: kamg
2012-07-16 7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM
fparain [Mon, 16 Jul 2012 04:06:44 -0700] rev 13298
7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM Reviewed-by: kamg, coleenp, ctornqvi
2012-07-19 Merge
kvn [Thu, 19 Jul 2012 16:17:41 -0700] rev 13297
Merge
2012-07-17 Merge
kvn [Tue, 17 Jul 2012 11:16:13 -0700] rev 13296
Merge
2012-07-17 Merge
kvn [Mon, 16 Jul 2012 19:50:52 -0700] rev 13295
Merge
2012-07-17 7181494: cleanup avx and vectors code
kvn [Mon, 16 Jul 2012 17:10:22 -0700] rev 13294
7181494: cleanup avx and vectors code Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions Reviewed-by: twisti
2012-07-16 7087357: JSR 292: remove obsolete code after 7085860
twisti [Mon, 16 Jul 2012 11:14:41 -0700] rev 13293
7087357: JSR 292: remove obsolete code after 7085860 Reviewed-by: kvn, never
2012-07-14 7123926: Some CTW test crash: !_control.contains(ctrl)
kvn [Fri, 13 Jul 2012 17:48:26 -0700] rev 13292
7123926: Some CTW test crash: !_control.contains(ctrl) Summary: Don't eliminate Integer::toString() call node during String concatenation optimization if it has several uses. Reviewed-by: twisti
2012-07-12 6711908: JVM needs direct access to some annotations
jrose [Thu, 12 Jul 2012 00:39:53 -0700] rev 13291
6711908: JVM needs direct access to some annotations Summary: Add annotation extraction code to class file parser. Reviewed-by: twisti, jrose, kvn Contributed-by: michael.haupt@oracle.com
2012-07-17 Merge
jmasa [Tue, 17 Jul 2012 14:33:17 -0700] rev 13290
Merge
2012-07-16 Merge
jmasa [Mon, 16 Jul 2012 13:00:26 -0700] rev 13289
Merge
2012-07-11 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso [Wed, 11 Jul 2012 22:47:38 +0200] rev 13288
7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause Summary: Also reviewed by: vitalyd@gmail.com. Move the timing out of G1CollectorPolicy into the G1GCPhaseTimes class Reviewed-by: johnc
2012-07-17 Merge
jiangli [Tue, 17 Jul 2012 12:32:26 -0400] rev 13287
Merge
2012-07-14 Merge
jiangli [Fri, 13 Jul 2012 20:14:27 -0400] rev 13286
Merge
2012-07-06 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145.
jiangli [Thu, 05 Jul 2012 20:54:45 -0400] rev 13285
7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145. Summary: Need to copy the inlined exception table to the new constMethodOop during method rewriting. Reviewed-by: coleenp, dholmes
2012-07-05 7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop.
jiangli [Thu, 05 Jul 2012 18:47:41 -0400] rev 13284
7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop. Summary: Use read_pointer(J...) to access from 'constMethod' base in name_for_methodOop(), libjvm_db.c. Reviewed-by: kvn, coleenp
2012-07-02 Merge
bdelsart [Mon, 02 Jul 2012 04:19:22 -0400] rev 13283
Merge
2012-06-26 7178145: Change constMethodOop::_exception_table to optionally inlined u2 table.
jiangli [Tue, 26 Jun 2012 19:08:44 -0400] rev 13282
7178145: Change constMethodOop::_exception_table to optionally inlined u2 table. Summary: Change constMethodOop::_exception_table to optionally inlined u2 table. Reviewed-by: bdelsart, coleenp, kamg
2012-07-13 7184050: new hotspot build - hs24-b17
amurillo [Fri, 13 Jul 2012 14:16:21 -0700] rev 13281
7184050: new hotspot build - hs24-b17 Reviewed-by: jcoomes
2012-07-26 Added tag jdk8-b49 for changeset 9e2de5dca700
cl [Thu, 26 Jul 2012 16:48:17 -0700] rev 13280
Added tag jdk8-b49 for changeset 9e2de5dca700
2012-07-26 Added tag jdk8-b49 for changeset f66321de53db
cl [Thu, 26 Jul 2012 16:48:07 -0700] rev 13279
Added tag jdk8-b49 for changeset f66321de53db
2017-07-05 Added tag jdk8-b49 for changeset cecd7026f30c
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13278
Added tag jdk8-b49 for changeset cecd7026f30c
2017-07-05 Merge jdk8-b49
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13277
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:17:35 +0200] rev 13276
Merge
2012-07-24 Merge
lana [Tue, 24 Jul 2012 11:05:52 -0700] rev 13275
Merge
2012-07-17 Merge
lana [Mon, 16 Jul 2012 17:05:13 -0700] rev 13274
Merge
2012-07-13 7181578: javac reports uninitialized variable with nested try...finally blocks
mcimadamore [Fri, 13 Jul 2012 12:58:50 +0100] rev 13273
7181578: javac reports uninitialized variable with nested try...finally blocks Summary: regression introduced in refactoring of Flow.java Reviewed-by: jjg
2012-07-23 Added tag jdk8-b48 for changeset 9d19a5f8d2ad
cl [Mon, 23 Jul 2012 12:38:49 -0700] rev 13272
Added tag jdk8-b48 for changeset 9d19a5f8d2ad
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:17:29 +0200] rev 13271
Merge
2012-07-23 Added tag jdk8-b48 for changeset 2bd7c6c12449
cl [Mon, 23 Jul 2012 12:38:24 -0700] rev 13270
Added tag jdk8-b48 for changeset 2bd7c6c12449
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:17:25 +0200] rev 13269
Merge
2012-07-24 Merge
lana [Tue, 24 Jul 2012 11:05:30 -0700] rev 13268
Merge
2012-07-17 Merge
lana [Mon, 16 Jul 2012 17:02:36 -0700] rev 13267
Merge
2012-07-13 7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled
joehw [Thu, 12 Jul 2012 21:06:52 -0700] rev 13266
7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled Summary: removing the hack of using escapeNonUSAscii. this is the same patch as 7166896 for 7u8. Reviewed-by: psandoz, lancea
2012-07-23 Added tag jdk8-b48 for changeset ff4cbdd893ef
cl [Mon, 23 Jul 2012 12:38:21 -0700] rev 13265
Added tag jdk8-b48 for changeset ff4cbdd893ef
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:17:20 +0200] rev 13264
Merge
2012-07-23 Added tag jdk8-b48 for changeset 7a93e19ba08f
cl [Mon, 23 Jul 2012 12:38:01 -0700] rev 13263
Added tag jdk8-b48 for changeset 7a93e19ba08f
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:17:16 +0200] rev 13262
Merge
2012-07-24 Merge
lana [Tue, 24 Jul 2012 11:06:38 -0700] rev 13261
Merge
2012-07-18 Merge
lana [Wed, 18 Jul 2012 16:09:35 -0700] rev 13260
Merge
2012-07-18 7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
michaelm [Wed, 18 Jul 2012 18:46:17 +0100] rev 13259
7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name Reviewed-by: khazra, chegar
2012-07-18 7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java
dmocek [Wed, 18 Jul 2012 10:04:45 -0700] rev 13258
7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java Reviewed-by: smarks
2012-07-18 7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[])
sherman [Tue, 17 Jul 2012 19:57:31 -0700] rev 13257
7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[]) Summary: DoubleByte implements sun/nio.cs/ArrayDe/Encoder interface Reviewed-by: alanb
2012-07-17 7142596: RMI JPRT tests are failing
dmocek [Tue, 17 Jul 2012 11:01:44 -0700] rev 13256
7142596: RMI JPRT tests are failing Summary: Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers. Reviewed-by: smarks, alanb Contributed-by: olivier.lagneau@oracle.com
2012-07-17 Merge
lana [Mon, 16 Jul 2012 22:05:16 -0700] rev 13255
Merge
2012-07-17 Merge
lana [Mon, 16 Jul 2012 17:04:32 -0700] rev 13254
Merge
2012-07-17 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
weijun [Tue, 17 Jul 2012 11:57:37 +0800] rev 13253
7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified Reviewed-by: mullan
2012-07-17 7183203: ShortRSAKeynnn.sh tests intermittent failure
weijun [Tue, 17 Jul 2012 11:28:16 +0800] rev 13252
7183203: ShortRSAKeynnn.sh tests intermittent failure Reviewed-by: xuelei
2012-07-16 7177045: Rework the TestProviderLeak.java regression test, it is too fragile to low memory errors.
khazra [Mon, 16 Jul 2012 16:30:11 -0700] rev 13251
7177045: Rework the TestProviderLeak.java regression test, it is too fragile to low memory errors. Summary: Increase Xmx to 20 MB and add mechanisms to eat up most of the JVM free memory. Reviewed-by: wetmore Contributed-by: dan.xu@oracle.com
2012-07-16 6880559: Enable PKCS11 64-bit windows builds
vinnie [Mon, 16 Jul 2012 22:38:49 +0100] rev 13250
6880559: Enable PKCS11 64-bit windows builds Reviewed-by: valeriep
2012-07-15 7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
ksrini [Sat, 14 Jul 2012 18:00:42 -0700] rev 13249
7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path Reviewed-by: alanb, sherman
2012-07-13 7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node
khazra [Fri, 13 Jul 2012 16:02:26 -0700] rev 13248
7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node Summary: Change native code to convey to Java code whether a new node was added Reviewed-by: alanb, chegar
2012-07-11 6966259: Make PrincipalName and Realm immutable
weijun [Wed, 11 Jul 2012 17:10:34 +0800] rev 13247
6966259: Make PrincipalName and Realm immutable Reviewed-by: xuelei
2012-07-09 7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled
robm [Mon, 09 Jul 2012 22:26:08 +0100] rev 13246
7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled Reviewed-by: dholmes, chegar
2012-07-06 7181353: Update error message to distinguish native OOM and java OOM in net
zhouyx [Fri, 06 Jul 2012 10:36:19 +0800] rev 13245
7181353: Update error message to distinguish native OOM and java OOM in net Reviewed-by: chegar
2012-07-05 7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently
smarks [Thu, 05 Jul 2012 15:13:45 -0700] rev 13244
7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently Reviewed-by: dholmes, smarks Contributed-by: Eric Wang <yiming.wang@oracle.com>
2012-07-05 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently
smarks [Thu, 05 Jul 2012 15:12:10 -0700] rev 13243
6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently Reviewed-by: dholmes, smarks Contributed-by: Eric Wang <yiming.wang@oracle.com>
2012-07-18 Merge
lana [Wed, 18 Jul 2012 16:07:45 -0700] rev 13242
Merge
2012-07-18 7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7
alexsch [Wed, 18 Jul 2012 18:25:49 +0400] rev 13241
7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7 Reviewed-by: bae, kizune
2012-07-17 7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater
bagiras [Tue, 17 Jul 2012 12:59:57 +0400] rev 13240
7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater Reviewed-by: anthony, ant
2012-07-16 Merge
lana [Mon, 16 Jul 2012 14:49:27 -0700] rev 13239
Merge
2012-07-16 7170657: [macosx] There seems to be no keyboard/mouse action to select non-contiguous items in List
serb [Mon, 16 Jul 2012 14:04:03 +0400] rev 13238
7170657: [macosx] There seems to be no keyboard/mouse action to select non-contiguous items in List Reviewed-by: rupashka
2012-07-16 7181438: [OGL] Incorrect alpha used, during blit from SW to the texture.
serb [Mon, 16 Jul 2012 14:00:36 +0400] rev 13237
7181438: [OGL] Incorrect alpha used, during blit from SW to the texture. Reviewed-by: prr, campbell
2012-07-12 7022041: TitleBorder Null Pointer Exception
ptisnovs [Thu, 12 Jul 2012 16:54:47 +0200] rev 13236
7022041: TitleBorder Null Pointer Exception Summary: Added check if getTitleFont() and getTitleColor() don't return null Reviewed-by: alexsch
2012-07-06 7177173: [macosx] JFrame.setExtendedState(JFrame.MAXIMIZED_BOTH) not working as expected in JDK 7
anthony [Fri, 06 Jul 2012 14:20:27 +0400] rev 13235
7177173: [macosx] JFrame.setExtendedState(JFrame.MAXIMIZED_BOTH) not working as expected in JDK 7 Summary: Avoid unnecessary changes to the extended state Reviewed-by: art, serb
2012-07-04 7124513: [macosx] Support NSTexturedBackgroundWindowMask/different titlebar styles to create unified toolbar
serb [Wed, 04 Jul 2012 15:36:48 +0400] rev 13234
7124513: [macosx] Support NSTexturedBackgroundWindowMask/different titlebar styles to create unified toolbar Reviewed-by: anthony, art
2012-07-04 7124244: [macosx] Shaped windows support
serb [Wed, 04 Jul 2012 14:38:14 +0400] rev 13233
7124244: [macosx] Shaped windows support Reviewed-by: anthony, art
2012-07-17 7183251: Netbeans editor renders text wrong on JDK 7u6 build 17
prr [Tue, 17 Jul 2012 16:35:49 -0700] rev 13232
7183251: Netbeans editor renders text wrong on JDK 7u6 build 17 Reviewed-by: igor, jgodinez
2012-07-16 Merge
lana [Mon, 16 Jul 2012 16:49:29 -0700] rev 13231
Merge
2012-07-12 7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7.
prr [Thu, 12 Jul 2012 16:24:56 -0700] rev 13230
7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7. Reviewed-by: igor, jgodinez
2012-07-23 Added tag jdk8-b48 for changeset b070f2471114
cl [Mon, 23 Jul 2012 12:38:34 -0700] rev 13229
Added tag jdk8-b48 for changeset b070f2471114
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:17:04 +0200] rev 13228
Merge
2012-07-23 Added tag jdk8-b48 for changeset 16ab57e58669
cl [Mon, 23 Jul 2012 12:38:08 -0700] rev 13227
Added tag jdk8-b48 for changeset 16ab57e58669
2012-07-24 Merge
lana [Tue, 24 Jul 2012 11:05:27 -0700] rev 13226
Merge
2012-07-18 Merge
lana [Wed, 18 Jul 2012 16:08:20 -0700] rev 13225
Merge
2012-07-17 Merge
lana [Mon, 16 Jul 2012 17:01:41 -0700] rev 13224
Merge
2012-07-16 6880559: Enable PKCS11 64-bit windows builds
vinnie [Mon, 16 Jul 2012 22:41:04 +0100] rev 13223
6880559: Enable PKCS11 64-bit windows builds Reviewed-by: valeriep
2012-07-23 Added tag jdk8-b48 for changeset 60b5f491c654
cl [Mon, 23 Jul 2012 12:37:58 -0700] rev 13222
Added tag jdk8-b48 for changeset 60b5f491c654
2017-07-05 Added tag jdk8-b48 for changeset 086271e35b0a
duke [Wed, 05 Jul 2017 18:16:53 +0200] rev 13221
Added tag jdk8-b48 for changeset 086271e35b0a
2017-07-05 Merge jdk8-b48
duke [Wed, 05 Jul 2017 18:16:52 +0200] rev 13220
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:16:48 +0200] rev 13219
Merge
2012-07-12 Added tag jdk8-b47 for changeset f0b04f0fc310
katleman [Thu, 12 Jul 2012 16:48:37 -0700] rev 13218
Added tag jdk8-b47 for changeset f0b04f0fc310
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:16:44 +0200] rev 13217
Merge
2012-07-12 Added tag jdk8-b47 for changeset eb447c603031
katleman [Thu, 12 Jul 2012 16:48:15 -0700] rev 13216
Added tag jdk8-b47 for changeset eb447c603031
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:16:39 +0200] rev 13215
Merge
2012-07-12 Added tag jdk8-b47 for changeset 6ab81ecbfa0d
katleman [Thu, 12 Jul 2012 16:48:13 -0700] rev 13214
Added tag jdk8-b47 for changeset 6ab81ecbfa0d
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:16:35 +0200] rev 13213
Merge
2012-07-12 Added tag jdk8-b47 for changeset 89587a8ac2f4
katleman [Thu, 12 Jul 2012 16:47:53 -0700] rev 13212
Added tag jdk8-b47 for changeset 89587a8ac2f4
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:16:31 +0200] rev 13211
Merge
2012-07-12 Added tag jdk8-b47 for changeset 2bfc7517a106
katleman [Thu, 12 Jul 2012 16:48:24 -0700] rev 13210
Added tag jdk8-b47 for changeset 2bfc7517a106
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:16:27 +0200] rev 13209
Merge
2012-07-13 Added tag hs24-b16 for changeset 3db9eaf7c6ab
amurillo [Fri, 13 Jul 2012 14:06:34 -0700] rev 13208
Added tag hs24-b16 for changeset 3db9eaf7c6ab
2012-07-13 Merge
amurillo [Fri, 13 Jul 2012 14:06:33 -0700] rev 13207
Merge
2012-07-12 Merge
kvn [Thu, 12 Jul 2012 14:19:15 -0700] rev 13206
Merge
2012-07-11 7181658: CTW: assert(t->meet(t0) == t) failed: Not monotonic
kvn [Wed, 11 Jul 2012 14:50:30 -0700] rev 13205
7181658: CTW: assert(t->meet(t0) == t) failed: Not monotonic Summary: Use uncast node equivalence checks in CmpUNode::sub. Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
2012-07-02 7180769: assert(tboth->klass_is_exact()) failed: klass should be exact
kvn [Mon, 02 Jul 2012 12:59:43 -0700] rev 13204
7180769: assert(tboth->klass_is_exact()) failed: klass should be exact Summary: Use class exactness as part of the condition for class compare optimization instead of assert. Reviewed-by: twisti, roland
2012-07-02 7177917: Failed test java/lang/Math/PowTests.java
roland [Mon, 02 Jul 2012 09:58:06 +0200] rev 13203
7177917: Failed test java/lang/Math/PowTests.java Summary: When c2 intrinsifies pow/exp, it should never inline the java implementations. Reviewed-by: kvn
2012-07-12 Merge
coleenp [Thu, 12 Jul 2012 14:26:25 -0400] rev 13202
Merge
2012-07-09 6294277: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
fparain [Mon, 09 Jul 2012 01:28:37 -0700] rev 13201
6294277: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K Reviewed-by: sspitsyn, dholmes, coleenp, kamg
2012-06-28 7178703: Fix handling of quoted arguments and better error messages in dcmd
sla [Thu, 28 Jun 2012 11:37:28 +0200] rev 13200
7178703: Fix handling of quoted arguments and better error messages in dcmd Reviewed-by: coleenp, mgronlun, rbackman
2012-07-04 7181200: JVM new hashing code breaks SA in product mode
coleenp [Wed, 04 Jul 2012 15:55:45 -0400] rev 13199
7181200: JVM new hashing code breaks SA in product mode Summary: Made new_hash() overloaded rather than a virtual function so SA code doesn't need to be changed. Reviewed-by: kvn, acorn, dholmes, fparain
2012-07-04 7129724: MAC: Core file location is wrong in crash report
mikael [Tue, 03 Jul 2012 17:35:00 -0700] rev 13198
7129724: MAC: Core file location is wrong in crash report Summary: Updated core path location to reflect macosx default Reviewed-by: dholmes, kamg
2012-07-03 7179383: MaxDirectMemorySize argument parsing is broken for values >2G
dholmes [Tue, 03 Jul 2012 01:41:29 -0400] rev 13197
7179383: MaxDirectMemorySize argument parsing is broken for values >2G Summary: change hotspot flag to be unsigned Reviewed-by: dholmes, sla, fparain, brutisso Contributed-by: Chris Dennis <cdennis@terracottatech.com>
2012-07-02 Merge
coleenp [Mon, 02 Jul 2012 13:11:28 -0400] rev 13196
Merge
2012-06-28 6995781: Native Memory Tracking (Phase 1)
zgu [Thu, 28 Jun 2012 17:03:16 -0400] rev 13195
6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
2012-07-02 7167142: Consider a warning when finding a .hotspotrc or .hotspot_compiler file that isn't used
kamg [Mon, 02 Jul 2012 10:54:17 -0400] rev 13194
7167142: Consider a warning when finding a .hotspotrc or .hotspot_compiler file that isn't used Summary: Send warnings to output stream Reviewed-by: dholmes, fparain
2012-06-30 7180882: new hotspot build - hs24-b16
amurillo [Fri, 29 Jun 2012 17:12:15 -0700] rev 13193
7180882: new hotspot build - hs24-b16 Reviewed-by: jcoomes
2012-07-12 Added tag jdk8-b47 for changeset a655fb35e798
katleman [Thu, 12 Jul 2012 16:48:00 -0700] rev 13192
Added tag jdk8-b47 for changeset a655fb35e798
2012-07-18 Merge
katleman [Wed, 18 Jul 2012 14:18:48 -0700] rev 13191
Merge
2012-07-16 7184406: Adjust get_source/hgforest script to allow for trailing // characters
ohair [Mon, 16 Jul 2012 11:43:23 -0700] rev 13190
7184406: Adjust get_source/hgforest script to allow for trailing // characters Reviewed-by: tbell
2012-07-12 Added tag jdk8-b47 for changeset 89d0de913efd
katleman [Thu, 12 Jul 2012 16:47:51 -0700] rev 13189
Added tag jdk8-b47 for changeset 89d0de913efd
2017-07-05 Added tag jdk8-b47 for changeset b820143a6f1c
duke [Wed, 05 Jul 2017 18:16:12 +0200] rev 13188
Added tag jdk8-b47 for changeset b820143a6f1c
2017-07-05 Merge jdk8-b47
duke [Wed, 05 Jul 2017 18:16:12 +0200] rev 13187
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:16:08 +0200] rev 13186
Merge
2012-07-09 Merge
ohair [Sun, 08 Jul 2012 20:34:14 -0700] rev 13185
Merge
2012-06-28 7180594: Fix GenStubs in langtools for build-infra builds
erikj [Thu, 28 Jun 2012 14:59:20 -0700] rev 13184
7180594: Fix GenStubs in langtools for build-infra builds Reviewed-by: ohair
2012-07-06 Added tag jdk8-b46 for changeset b7b7fb648bf6
katleman [Thu, 05 Jul 2012 18:44:44 -0700] rev 13183
Added tag jdk8-b46 for changeset b7b7fb648bf6
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:16:03 +0200] rev 13182
Merge
2012-07-06 Added tag jdk8-b46 for changeset a454fca4fd87
katleman [Thu, 05 Jul 2012 18:44:26 -0700] rev 13181
Added tag jdk8-b46 for changeset a454fca4fd87
2017-07-05 Merge
duke [Wed, 05 Jul 2017 18:15:59 +0200] rev 13180
Merge
2012-07-10 Merge
lana [Tue, 10 Jul 2012 11:40:47 -0700] rev 13179
Merge
2012-07-04 Merge
lana [Tue, 03 Jul 2012 18:24:03 -0700] rev 13178
Merge
(0) -10000 -3000 -1000 -128 +128 +1000 +3000 +10000 +30000 tip