I know about flag -XX: PretenureSizeThreshold which can be used to set to limit the size of allocations in YG.
Apart from that is there any other scenario/condition where new objects can be allocated space from tenure space ?
what heppens if new object size is larger than the eden space ? will the Young generation GC happens or the object is allocated from tenure area?