comparison c1x4hotspotsrc/HotSpotVM/.settings/org.eclipse.jdt.core.prefs @ 1422:3483ec571caf

* using reflected objects instead of oops * removed scratch from allocatable registers * instanceof xir snippet * arraylength xir snippet * exceptionobject xir snippet * VMEntries and VMExits as interfaces * calls to VMEntries and VMExits are routet through logging proxies
author Lukas Stadler <lukas.stadler@oracle.com>
date Mon, 02 Aug 2010 15:44:38 -0700
parents 44efca8a02d6
children 760213a60e8b
comparison
equal deleted inserted replaced
1421:6223633ce7dd 1422:3483ec571caf
1 #Wed Jul 07 17:26:56 PDT 2010 1 #Fri Jul 23 17:15:04 PDT 2010
2 eclipse.preferences.version=1 2 eclipse.preferences.version=1
3 org.eclipse.jdt.core.builder.cleanOutputFolder=clean 3 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
4 org.eclipse.jdt.core.builder.duplicateResourceTask=warning 4 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
5 org.eclipse.jdt.core.builder.invalidClasspath=abort 5 org.eclipse.jdt.core.builder.invalidClasspath=abort
6 org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch 6 org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
13 org.eclipse.jdt.core.codeComplete.fieldSuffixes= 13 org.eclipse.jdt.core.codeComplete.fieldSuffixes=
14 org.eclipse.jdt.core.codeComplete.localPrefixes= 14 org.eclipse.jdt.core.codeComplete.localPrefixes=
15 org.eclipse.jdt.core.codeComplete.localSuffixes= 15 org.eclipse.jdt.core.codeComplete.localSuffixes=
16 org.eclipse.jdt.core.codeComplete.staticFieldPrefixes= 16 org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
17 org.eclipse.jdt.core.codeComplete.staticFieldSuffixes= 17 org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
18 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
19 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
18 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 20 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
19 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 21 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
20 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 22 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
21 org.eclipse.jdt.core.compiler.compliance=1.6 23 org.eclipse.jdt.core.compiler.compliance=1.6
22 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 24 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
107 org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled 109 org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
108 org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL 110 org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL
109 org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX 111 org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX
110 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 112 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
111 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 113 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
114 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
112 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 115 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
113 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 116 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
114 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 117 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
115 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 118 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
116 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 119 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
117 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 120 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
118 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 121 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
119 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 122 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
120 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 123 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
121 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 124 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
125 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
122 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 126 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
123 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 127 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
124 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 128 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
125 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 129 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
126 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 130 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
163 org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 167 org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
164 org.eclipse.jdt.core.formatter.comment.indent_root_tags=true 168 org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
165 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 169 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
166 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 170 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
167 org.eclipse.jdt.core.formatter.comment.line_length=120 171 org.eclipse.jdt.core.formatter.comment.line_length=120
172 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
173 org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
168 org.eclipse.jdt.core.formatter.compact_else_if=true 174 org.eclipse.jdt.core.formatter.compact_else_if=true
169 org.eclipse.jdt.core.formatter.continuation_indentation=4 175 org.eclipse.jdt.core.formatter.continuation_indentation=4
170 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=4 176 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=4
177 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
178 org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
171 org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 179 org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
180 org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
172 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 181 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
173 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 182 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
174 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 183 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
175 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 184 org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
176 org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 185 org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
182 org.eclipse.jdt.core.formatter.indentation.size=8 191 org.eclipse.jdt.core.formatter.indentation.size=8
183 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 192 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
184 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 193 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
185 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 194 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
186 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert 195 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
196 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
187 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 197 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
188 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 198 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
189 org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 199 org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
190 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 200 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
191 org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 201 org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert
252 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 262 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
253 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 263 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
254 org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 264 org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
255 org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 265 org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
256 org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 266 org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
257 org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=insert 267 org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
258 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 268 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
259 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 269 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
260 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 270 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
261 org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 271 org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
262 org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 272 org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
338 org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 348 org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
339 org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 349 org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
340 org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 350 org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
341 org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 351 org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
342 org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 352 org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
343 org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=insert 353 org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
344 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 354 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
345 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 355 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
346 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 356 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
347 org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 357 org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
348 org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 358 org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
364 org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 374 org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
365 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 375 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
366 org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 376 org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
367 org.eclipse.jdt.core.formatter.tabulation.char=space 377 org.eclipse.jdt.core.formatter.tabulation.char=space
368 org.eclipse.jdt.core.formatter.tabulation.size=4 378 org.eclipse.jdt.core.formatter.tabulation.size=4
379 org.eclipse.jdt.core.formatter.use_on_off_tags=false
369 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 380 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
370 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=false 381 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=false
382 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
371 org.eclipse.jdt.core.incompatibleJDKLevel=error 383 org.eclipse.jdt.core.incompatibleJDKLevel=error
372 org.eclipse.jdt.core.incompleteClasspath=error 384 org.eclipse.jdt.core.incompleteClasspath=error