Dmitry Samersoff
|
444fceb59d
|
Merge
|
2014-03-27 03:14:45 -07:00 |
|
Igor Ignatyev
|
d9187e9799
|
8038240: new WB API to get nmethod
Reviewed-by: morris, kvn
|
2014-03-27 11:17:26 +04:00 |
|
Jonathan Gibbons
|
77ad0945a6
|
8035104: reorder class file attributes in javap listing
Reviewed-by: ksrini
|
2014-03-26 17:50:33 -07:00 |
|
Mike Duigou
|
60eff958b1
|
8038435: Some hgforest.sh commands don't receive parameters
Reviewed-by: katleman
|
2014-03-26 16:56:58 -07:00 |
|
Alexander Zuev
|
3eb793cd06
|
8035956: javac, incomplete error message
Reviewed-by: vromero
|
2014-03-26 10:47:30 -07:00 |
|
Erik Helin
|
98d8c51389
|
8027924: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java fails with warning
Reviewed-by: jmasa, tschatzl
|
2014-03-26 16:33:13 +01:00 |
|
Attila Szegedi
|
f6aada536e
|
8038396: fix for the compiler expression evaluator to be more inquisitive about types
Reviewed-by: hannesw, lagergren
|
2014-03-26 15:00:32 +01:00 |
|
Erik Helin
|
a00bf70f6f
|
8035667: EventMetaspaceSummary doesn't report committed Metaspace memory
Reviewed-by: jmasa, stefank
|
2014-03-26 14:15:02 +01:00 |
|
Per Lidén
|
15efa470b9
|
8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage
Reviewed-by: jmasa, sjohanss
|
2014-04-03 10:39:27 +02:00 |
|
Petr Pchelko
|
33a7783be5
|
8032595: [macosx] setResizable(false) makes a frame slide down
Reviewed-by: serb, ddehaven, azvegint
|
2014-03-26 17:01:22 +04:00 |
|
Joel Borggrén-Franck
|
24400e1745
|
8038080: annotation processors don't visit declaration parameter annotations
Co-authored-by: Liam Miller-Cushon <cushon@google.com>
Reviewed-by: darcy
|
2014-03-26 12:18:11 +01:00 |
|
Bhavesh Patel
|
da71a6dd96
|
8031625: javadoc problems referencing inner class constructors
Reviewed-by: jjg
|
2014-03-25 22:07:55 -07:00 |
|
Lana Steuck
|
411b9b7846
|
Merge
|
2014-03-25 14:52:34 -07:00 |
|
Lana Steuck
|
f334b48a84
|
Merge
|
2014-03-25 14:52:03 -07:00 |
|
Lana Steuck
|
f25145f974
|
Merge
|
2014-03-25 14:51:51 -07:00 |
|
Lana Steuck
|
292d3d61d5
|
Merge
|
2014-03-25 14:50:45 -07:00 |
|
Lana Steuck
|
3eb52d3931
|
Merge
|
2014-03-25 14:50:31 -07:00 |
|
Lana Steuck
|
f477129597
|
Merge
|
2014-03-25 14:50:15 -07:00 |
|
Jiangli Zhou
|
7f7515a809
|
Merge
|
2014-03-25 17:33:16 -04:00 |
|
Phil Race
|
405f19007b
|
8037910: [parfait] JNI warnings in jdk/src/windows/native/sun/java2d/d3d/D3DSurfaceData.cpp
Reviewed-by: serb, jgodinez
|
2014-03-25 14:16:53 -07:00 |
|
Lutz Schmidt
|
ac75d4fc2f
|
8037821: Account for trampoline stubs when estimating code buffer sizes
Take into account space needed for "trampoline code" used by calls on PPC64.
Reviewed-by: kvn
|
2014-03-25 12:54:21 -07:00 |
|
Phil Race
|
d49733b70b
|
8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m
Reviewed-by: serb, jgodinez
|
2014-03-25 12:51:28 -07:00 |
|
Lana Steuck
|
7cee5f2093
|
Merge
|
2014-03-25 12:32:28 -07:00 |
|
Lana Steuck
|
0eb4fd78fa
|
Merge
|
2014-03-25 12:32:12 -07:00 |
|
Lana Steuck
|
044ef7075b
|
Merge
|
2014-03-25 12:32:07 -07:00 |
|
Lana Steuck
|
167a9c6b6b
|
Merge
|
2014-03-25 12:31:59 -07:00 |
|
Lana Steuck
|
e39a0f47d0
|
Merge
|
2014-03-25 12:31:54 -07:00 |
|
Lana Steuck
|
7de95cbbd5
|
Merge
|
2014-03-25 12:31:49 -07:00 |
|
Lana Steuck
|
f471b03a8f
|
Merge
|
2014-03-25 12:31:43 -07:00 |
|
Lana Steuck
|
c8921d009f
|
Merge
|
2014-03-25 12:31:39 -07:00 |
|
Konstantin Shefov
|
ba63fad3f1
|
8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
Reviewed-by: pchelko, azvegint
|
2014-03-25 18:23:59 +04:00 |
|
Petr Pchelko
|
1bdb6807d0
|
8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
Reviewed-by: serb, anthony
|
2014-03-25 16:31:02 +04:00 |
|
Igor Veresov
|
ddc2f91ab4
|
8038222: Assembler::bsrl fails on assert when -UseCountLeadingZerosInstruction is used on CPU with LZCNT support
Remove the overly strict assert
Reviewed-by: kvn, twisti
|
2014-03-24 23:13:46 -07:00 |
|
Vladimir Kozlov
|
04e8f32451
|
8038286: nm->set_rtm_state() should be called after (nm != NULL) check
Move set_rtm_state() call after (nm != NULL) check
Reviewed-by: iveresov, twisti
|
2014-03-24 17:44:27 -07:00 |
|
Mike Duigou
|
ef9ad46ff8
|
8030681: add "serve" command and --quiet and --verbose options to hgforest
Reviewed-by: ihse
|
2014-03-24 15:40:29 -07:00 |
|
Petr Pchelko
|
dc0b41d3d3
|
8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos
Reviewed-by: prr, serb
|
2014-03-24 23:02:05 +04:00 |
|
Alejandro Murillo
|
3273c46daf
|
8038262: Workaround for ccache in vm.make is missing for aix
Reviewed-by: simonis, kvn
|
2014-03-24 11:51:40 -07:00 |
|
Calvin Cheung
|
1c9ebd2beb
|
8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch
Added an assert for checking the return value is <= max_jint
Reviewed-by: coleenp, minqi
|
2014-03-24 10:48:44 -07:00 |
|
Phil Race
|
32ee4129bf
|
Merge
|
2014-03-24 10:43:59 -07:00 |
|
Attila Szegedi
|
0cbec476dd
|
8037534: Use scope types to determine optimistic types
Reviewed-by: hannesw, lagergren
|
2014-03-24 18:41:06 +01:00 |
|
Attila Szegedi
|
a7394f09e5
|
8038223: Symbol trace debug output takes time
Reviewed-by: hannesw, lagergren
|
2014-03-24 18:40:11 +01:00 |
|
Paul Sandoz
|
0ba46cd40c
|
8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
Reviewed-by: alanb
|
2014-03-24 17:07:08 +01:00 |
|
Poonam Bajaj
|
1516f610a1
|
6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems
Native pointers less than 64 bits wide should be extended as an unsigned number.
Reviewed-by: kvn, kevinw
|
2014-03-24 08:43:10 -07:00 |
|
Alan Bateman
|
252aa24c76
|
8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
Reviewed-by: chegar
|
2014-03-24 15:09:47 +00:00 |
|
Jaroslav Bachorik
|
676f82b33f
|
8037274: sun.tools.attach.WindowsVirtualMachine#createPipe() needs more descriptive message when pipe creation fails
Reviewed-by: alanb, dcubed, allwin
|
2014-03-24 13:16:25 +01:00 |
|
Ivan Gerasimov
|
be3c17a489
|
6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
Reviewed-by: martin, rriggs, alanb
|
2014-03-24 14:14:03 +04:00 |
|
David Dehaven
|
84a944681a
|
8038027: DTDBuilder should be run in headless mode
Reviewed-by: ihse
|
2014-03-24 10:40:19 +01:00 |
|
Volker Simonis
|
3c590f1afe
|
8037298: Export HotSpots 'optimized' (i.e. not-product) configuration in the top-level configure/makefile
Reviewed-by: ihse
|
2014-03-24 10:15:52 +01:00 |
|
Joe Darcy
|
98e3dea4f3
|
8034169: Fix serial lint warnings in javax.swing
Reviewed-by: alanb, prr
|
2014-03-23 13:49:48 -07:00 |
|
Dmitry Samersoff
|
ba76cc617e
|
Merge
|
2014-03-23 08:31:44 -07:00 |
|