Project

Profile

Help

Bug #4016

closed

Setting the threshold for generating bytecode

Added by Michael Kay over 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Byte code generation
Sprint/Milestone:
-
Start date:
2018-11-10
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.9
Fix Committed on Branch:
9.9
Fixed in Maintenance Release:
Platforms:

Description

At the level of the EnterpriseConfiguration, it is possible to set the threshold for hotspot bytecode generation by passing an integer (or a string in the form of an integer) to setConfigurationProperty with the Feature key GENERATE_BYTE_CODE.

However, at the Processor level, GENERATE_BYTE_CODE is defined as a boolean, so the only values accepted are true and false.

We should have a separate integer-valued feature to set the hotspot threshold.

Please register to edit this issue

Also available in: Atom PDF