Valerie Peng
ddd8b068ab
6812738: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes with PCKS11 provider
...
Removed finalize() and add more error handling to native code
Reviewed-by: vinnie
2009-03-03 19:50:59 -08:00
Mandy Chung
37885fe5f8
6799230: Lazily load java.lang.annotation.Annotation class
...
Remove the static EMPTY_ANNOTATION_ARRAY field; add AnnotationParser.toArray method
Reviewed-by: darcy
2009-03-03 19:26:43 -08:00
Vladimir Kozlov
3e2ae68252
6812721: Block's frequency should not be NaN
...
Set MIN_BLOCK_FREQUENCY block's frequency when calculated block's frequency is NaN
Reviewed-by: never
2009-03-03 18:25:57 -08:00
Xiomara Jayasena
cd69c60cc0
Merge
2009-03-03 15:21:28 -08:00
Vladimir Kozlov
4b15cdadd3
Merge
2009-03-03 10:34:22 -08:00
Y. Srinivas Ramakrishna
72bfacbd95
6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC
...
Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint.
Reviewed-by: jmasa, alanb, mchung
2009-03-02 16:37:04 -08:00
Daniel D. Daugherty
8c0f3ead78
Merge
2009-03-02 16:56:51 -07:00
Tim Bell
f4e320bfb9
Merge
2009-03-02 15:11:29 -08:00
Tim Bell
700b2220a9
Merge
2009-03-02 15:10:55 -08:00
Tim Bell
dc04ee39aa
Merge
2009-03-02 15:10:17 -08:00
Daniel D. Daugherty
8aa430beb0
Merge
2009-03-02 14:43:36 -07:00
Daniel D. Daugherty
8aebf28301
6567360: 3/4 SIGBUS in jvmti RawMonitor magic check for unaligned bad monitor pointer
...
Change JvmtiEnvBase::is_valid() and JvmtiRawMonitor::is_valid() to fetch the _magic fields via Bytes::get_native_u[248]().
Reviewed-by: coleenp, swamyv
2009-03-02 14:05:07 -07:00
Daniel D. Daugherty
da3f81559f
6805864: 4/3 Problem with jvmti->redefineClasses: some methods don't get redefined
...
Remove incorrect optimization in klassItable::adjust_method_entries(). Add RedefineClasses() tracing support for obsolete method entry.
Reviewed-by: acorn, swamyv
2009-03-02 14:03:03 -07:00
Daniel D. Daugherty
56fe18e375
6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
...
Check for NULL return values from jvmti_thread_state() and state_for() and return a JVM TI error code as appropriate.
Reviewed-by: coleenp, swamyv
2009-03-02 14:00:23 -07:00
Daniel D. Daugherty
74a99e1e82
6700114: 3/4 Assertion (_thread->get_interp_only_mode() == 1,"leaving interp only when mode not one")
...
Don't create JvmtiThreadState for an exiting JavaThread.
Reviewed-by: coleenp, swamyv
2009-03-02 13:57:17 -07:00
Xue-Lei Andrew Fan
ff67e1ba9a
6549506: Specification of Permission.toString() method contradicts with JDK implementation
...
Update the spec, and add double quotes around component.
Reviewed-by: weijun
2009-03-02 23:17:53 +08:00
Tom Rodriguez
48d4a43c2a
6811384: MacroAssembler::serialize_memory may touch next page on amd64
...
Reviewed-by: kvn, phh, twisti
2009-03-01 20:49:46 -08:00
Alan Bateman
03b68e9989
6811578: genSolarisConstants.c should not require kernel patch to compile on Solaris 10
...
Reviewed-by: tbell
2009-03-01 14:44:50 +00:00
Bhavesh Patel
5020864887
6786690: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - DL tag and nesting issue
...
Reviewed-by: jjg
2009-02-27 18:57:17 -08:00
Mandy Chung
5f4195e462
6809504: Remove enctype="text/xml" from the offline registration page
...
Remove enctype="text/xml" from register.html and other localized versions
Reviewed-by: ksrini
2009-02-27 16:34:19 -08:00
Xiomara Jayasena
a272f0d3a8
Merge
2009-02-27 15:55:58 -08:00
Y. Srinivas Ramakrishna
dd4aaeadd4
Merge
2009-02-27 15:30:47 -08:00
Xiomara Jayasena
409201ce7b
Merge
2009-02-27 15:13:41 -08:00
Xiomara Jayasena
dd661ad390
Merge
2009-02-27 15:13:00 -08:00
Xiomara Jayasena
848f2e320b
Merge
2009-02-27 15:12:52 -08:00
Mandy Chung
3650c6531d
6799689: Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily
...
Lazily initialize the hexFloatPattern static field
Reviewed-by: darcy
2009-02-27 13:43:48 -08:00
Christian Thalinger
05d1de7727
6810672: Comment typos
...
I have collected some typos I have found while looking at the code.
Reviewed-by: kvn, never
2009-02-27 13:27:09 -08:00
Tim Bell
3c46295767
Merge
2009-02-27 10:54:11 -08:00
Tim Bell
b06c9fed81
Merge
2009-02-27 10:53:33 -08:00
Vladimir Kozlov
67a5668b16
6811267: Fix for 6809798 broke linux build
...
Fix method's declaration.
Reviewed-by: phh, twisti
2009-02-27 08:34:19 -08:00
Lillian Angel
d6cdfde9d9
6778669: Patch from Red Hat -- fixes compilation errors
...
Some fixes which are required to build on recent GCCs.
Reviewed-by: never, kvn
2009-02-27 03:35:40 -08:00
Jonathan Gibbons
fb317642d0
6810915: Sun proprietary warnings in JDK build
...
Reviewed-by: ohair
2009-02-26 18:51:57 -08:00
Jonathan Gibbons
8ecfee604a
6810915: Sun proprietary warnings in JDK build
...
Reviewed-by: ohair
2009-02-26 18:32:46 -08:00
Jonathan Gibbons
c50a9c66cc
6809563: corba build in JDK uses invalid bootclasspath for javah
...
Reviewed-by: ohair
2009-02-26 18:28:21 -08:00
Tom Rodriguez
114da9bcfc
6810855: KILL vs. TEMP ordering restrictions are too strong
...
Reviewed-by: kvn
2009-02-26 16:57:21 -08:00
Mandy Chung
4e657281da
6801467: Defer get the launcher resource bundle until it's needed
...
Lazily initialize the launcher resource bundle
Reviewed-by: ksrini, darcy
2009-02-26 14:36:51 -08:00
Vladimir Kozlov
9b31d58b98
6809798: SafePointScalarObject node placed into incorrect block during GCM
...
Replace the control edge of a pinned node before scheduling.
Reviewed-by: never
2009-02-26 14:26:02 -08:00
Andrei Pangin
31eeaafbcf
Merge
2009-02-26 14:25:55 -08:00
Xiomara Jayasena
d9ebfd3ddd
Added tag jdk7-b49 for changeset 12d66066c9b7
2009-02-26 10:57:31 -08:00
Xiomara Jayasena
3e1462dee5
Added tag jdk7-b49 for changeset 8e06c3b9ec6e
2009-02-26 10:57:23 -08:00
Xiomara Jayasena
9f76e08bcf
Added tag jdk7-b49 for changeset 9e4d64791991
2009-02-26 10:57:18 -08:00
Xiomara Jayasena
67ae0dd34b
Added tag jdk7-b49 for changeset d9cfdc5370b1
2009-02-26 10:57:17 -08:00
Xiomara Jayasena
6f9ccbbe7f
Added tag jdk7-b49 for changeset 2fb28c2f14c0
2009-02-26 10:57:13 -08:00
Xiomara Jayasena
800cf36c96
Added tag jdk7-b49 for changeset a00ac25cb702
2009-02-26 10:57:10 -08:00
Xiomara Jayasena
8781033c39
Added tag jdk7-b49 for changeset 073e31b93bb0
2009-02-26 10:57:09 -08:00
Erik Trimble
954e8082f6
Merge
2009-02-25 23:16:22 -08:00
Erik Trimble
44091d390c
Merge
2009-02-25 22:55:54 -08:00
Tom Rodriguez
f7098831dd
6807963: need tool to make sense of LogCompilaton output
...
Reviewed-by: kvn
2009-02-25 14:36:27 -08:00
Tom Rodriguez
a82243d887
6805427: adlc compiler may generate incorrect machnode emission code
...
Reviewed-by: kvn, twisti
2009-02-25 10:53:14 -08:00
Kevin Walls
781e5085de
Merge
2009-02-25 14:32:01 +00:00