Jiangli Zhou
2cbabcea4a
8005895: Inefficient InstanceKlass field packing wasts memory
...
Pack _misc_has_default_methods into the _misc_flags, move _idnum_allocated_count.
Reviewed-by: coleenp, shade
2013-01-11 16:55:07 -05:00
Alan Bateman
c12b624078
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
...
Reviewed-by: chegar
2013-01-11 20:19:55 +00:00
Zhengyu Gu
ae35dfeeec
Merge
2013-01-11 09:53:24 -08:00
Zhengyu Gu
93d2366337
8005936: PrintNMTStatistics doesn't work for normal JVM exit
...
Moved NMT shutdown code to JVM exit handler to ensure NMT statistics is printed when PrintNMTStatistics is enabled
Reviewed-by: acorn, dholmes, coleenp
2013-01-11 12:30:54 -05:00
Athijegannathan Sundararajan
7e7ea2a295
8006093: Add a makefile target to run all tests (test, test262, perf tests)
...
Reviewed-by: attila, hannesw
2013-01-11 20:34:22 +05:30
Athijegannathan Sundararajan
a8b9e9a36d
8006082: Provide option to run octane benchmarks in separate processes
...
Reviewed-by: lagergren, jlaskey
2013-01-11 18:26:18 +05:30
Alan Bateman
36e2ef2ba8
8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
...
Reviewed-by: chegar
2013-01-11 12:27:57 +00:00
Alejandro Murillo
d06c06026a
8006034: new hotspot build - hs25-b16
...
Reviewed-by: jcoomes
2013-01-11 02:02:51 -08:00
Erik Joelsson
ad4210a395
8005850: build-infra: Make --enable-openjdk-only really disable custom
...
Reviewed-by: ohair, dholmes
2013-01-11 10:46:59 +01:00
Alejandro Murillo
95d6d393e9
Added tag hs25-b15 for changeset 8bac833614e0
2013-01-11 01:43:10 -08:00
Alejandro Murillo
54489e4ba1
Merge
2013-01-11 01:43:09 -08:00
Marcus Lagergren
8bbf26bc89
8005976: Break out AccessSpecializer into one pass before CodeGenerator instead of iterative applications from CodeGenerator
...
Now scope and slot information is guaranteed to be fixed AND NOT CHANGE before CodeGeneration. We want to keep it that way to build future type specializations and bring all type work out of CodeGenerator.
Reviewed-by: attila, hannesw
2013-01-11 10:40:51 +01:00
Joe Darcy
3dfc6b7512
8006062: Add @Repeatable to repeating annotations regression tests in JDK repo
...
Reviewed-by: jjg
2013-01-10 21:12:27 -08:00
David Buck
8f70550080
8003147: port fix for BCEL bug 39695
...
Added support for Local Variable Type Table so that BCEL library can be used to modify methods with generics-related debug data without violating class file format
Reviewed-by: lancea
2013-01-10 20:26:00 -08:00
Mandy Chung
3243aaf47a
8005615: Java Logger fails to load tomcat logger implementation (JULI)
...
Reviewed-by: alanb, ahgross
2013-01-10 19:43:36 -08:00
Jonathan Gibbons
7518dede81
8004834: Add doclint support into javadoc
...
Reviewed-by: darcy
2013-01-10 19:38:57 -08:00
Jonathan Gibbons
56dd0c2a5c
Merge
2013-01-10 19:37:26 -08:00
Jonathan Gibbons
4837a1c13d
8004834: Add doclint support into javadoc
...
Reviewed-by: erikj, tbell
2013-01-10 19:36:36 -08:00
Jonathan Gibbons
ce51b6ebee
8004834: Add doclint support into javadoc
...
Reviewed-by: erikj, tbell
2013-01-10 19:36:13 -08:00
Jeremy Manson
cac8a55fb2
8005921: Memory leaks in vmStructs.cpp
...
Reviewed-by: dholmes, mikael, rasbold
2013-01-10 21:00:11 -05:00
Mikael Vidstedt
e7e6443c6d
8004747: Remove last_entry from VM_STRUCT macros
...
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
2013-01-10 17:06:26 -08:00
Lana Steuck
3475f97172
Merge
2013-01-10 15:53:02 -08:00
Lana Steuck
2af47c361c
Merge
2013-01-10 15:52:12 -08:00
Lana Steuck
ce7e25b7ad
Merge
2013-01-10 15:49:34 -08:00
Lana Steuck
543d0a4abe
Merge
2013-01-10 15:49:12 -08:00
Jonathan Gibbons
80a7fb0bb4
8006033: bug in Pretty.toSimpleString
...
Reviewed-by: darcy
2013-01-10 15:48:46 -08:00
Karen Kinnear
472004ca58
7199207: NPG: Crash in PlaceholderTable::verify after StackOverflow
...
Reduce scope of placeholder table entries to improve cleanup
Reviewed-by: dholmes, coleenp
2013-01-10 17:38:20 -05:00
Jonathan Gibbons
ca5da47efc
8006037: extra space in javac -help for -J and @ options
...
Reviewed-by: darcy
2013-01-10 14:09:33 -08:00
Chris Hegarty
a2dea4d9f4
8006007: j.u.c.atomic classes should use intrinsic getAndXXX provided by 7023898
...
Reviewed-by: dl, shade
2013-01-10 21:52:38 +00:00
Jim Gish
5c5820e950
8005582: java/lang/Runtime/exec/WinCommand.java intermittent test failures
...
Remove file-deletion code at cleanup which conflicts with jtreg cleanup
Reviewed-by: chegar
2013-01-10 15:09:45 -05:00
Brent Christian
f7eb6cd556
8005962: TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments
...
Test script now sets LC_ALL, other small changes, relocate test
Reviewed-by: naoto, alanb
2013-01-10 10:21:44 -08:00
Vladimir Kozlov
91c93084cb
Merge
2013-01-10 10:00:43 -08:00
David Katleman
bd2402428b
Added tag jdk8-b72 for changeset e905c5894743
2013-01-10 09:56:09 -08:00
David Katleman
49feba985e
Added tag jdk8-b72 for changeset 21fe12436601
2013-01-10 09:55:58 -08:00
David Katleman
28f35575da
Added tag jdk8-b72 for changeset 1cd43fe99320
2013-01-10 09:55:52 -08:00
David Katleman
09e823e002
Added tag jdk8-b72 for changeset c65f0fb0d9de
2013-01-10 09:55:43 -08:00
David Katleman
0adc452e4f
Added tag jdk8-b72 for changeset 371ef2925907
2013-01-10 09:55:30 -08:00
David Katleman
714ada87e7
Added tag jdk8-b72 for changeset e927c8725ba4
2013-01-10 09:55:26 -08:00
David Katleman
d696ea84e6
Added tag jdk8-b72 for changeset a521fc006ff6
2013-01-10 09:55:25 -08:00
Jon Masamitsu
be38ea68e5
Merge
2013-01-10 07:32:32 -08:00
Attila Szegedi
ddf4b86c57
8005983: JavaAdapterFactory generated proxy classes should take extra constructor arguments at the end
...
Reviewed-by: lagergren, sundar
2013-01-10 15:28:05 +01:00
Athijegannathan Sundararajan
164350cecf
8005982: NASHORN-71.js failing in nightlys
...
Reviewed-by: attila, lagergren, jlaskey
2013-01-10 19:55:38 +05:30
Athijegannathan Sundararajan
643a6b824c
8005987: ant octane tries to run non-benchmark scripts
...
Reviewed-by: lagergren, attila, jlaskey
2013-01-10 19:03:25 +05:30
Fredrik Ohrstrom
a1118e2d86
8005856: build-infra: Remove special handling of base module classes header generation
...
Reviewed-by: alanb, tbell, ohair
2013-01-10 12:23:15 +01:00
Erik Joelsson
4ed6eedb66
8005858: build-infra: Add missed comparison of sec-windows-bin.zip and friends to compare.sh
...
Reviewed-by: tbell, ohair
2013-01-10 12:20:16 +01:00
Marcus Lagergren
3d269485fc
8005971: runsunspider.js should check results of benchmarks
...
Reviewed-by: attila, hannesw
2013-01-10 10:28:57 +01:00
Joe Darcy
f2c492220c
8005713: Simplify library support for repeating annotations in java.lang.annotation
...
Reviewed-by: abuckley
2013-01-09 20:20:21 -08:00
Joe Darcy
51e7243003
8004730: Add language model support for parameter reflection
...
Reviewed-by: abuckley
2013-01-09 20:02:53 -08:00
Dean Long
f1bd82ba8f
Merge
2013-01-09 21:18:52 -05:00
Brian Burkhalter
af27b8c59d
7103957: NegativeArraySizeException while initializing class IntegerCache
...
Reviewed-by: darcy, mchung
2013-01-09 16:58:47 -08:00